]> granicus.if.org Git - apache/history - server
adding the generated file html
[apache] / server /
2016-10-21 Yann Ylavicmpm_unix: Apache fails to start if previously crashed...
2016-10-18 William A. Rowe JrWhen redrawing the parser, ap_get_http_token looked...
2016-10-14 William A. Rowe JrDropped the never-released ap_has_cntrls() as it had...
2016-09-29 Yann Ylavicevent: follow up to r1762718 and r1762742: put de condi...
2016-09-29 Yann Ylavicevent: follow up to r1762718.
2016-09-28 Yann Ylavicevent: avoid unnecessary listener/polling wake ups...
2016-09-28 Yann Ylavicevent: compute now() in event_get_timer_event, when...
2016-09-28 Yann Ylavicevent: follow up to r1762701: update log tag.
2016-09-28 Yann Ylavicevent: add/remove from/to the pollset outside of the...
2016-09-27 Yann Ylavicevent: use atomics for *timeout_queue->total since...
2016-09-27 Yann Ylavicevent: follow up to r1593860.
2016-09-12 William A. Rowe JrReview of IE 11, Firefox 48 and Chrome 53 all indicate...
2016-08-30 William A. Rowe JrClarify
2016-08-29 Jacob Championmpm_winnt: clear OVERLAPPED structs before reuse
2016-08-29 Jacob Championmpm_winnt: remove duplication of ap_process_connection
2016-08-29 Jacob Championmpm_winnt: remove the AcceptEx data network bucket
2016-08-29 Jacob Championmpm_winnt: remove 'data' AcceptFilter in favor of ...
2016-08-29 William A. Rowe JrCalm some overly agressive crlf handling
2016-08-29 William A. Rowe JrNew optional flag to enforce <CR><LF> line delimiters...
2016-08-29 William A. Rowe JrCorrect the parser construction for several optimizations,
2016-08-29 William A. Rowe JrFolding StrictWhitespace into the Strict ruleset of...
2016-08-26 William A. Rowe JrRevert to the correct APLOGNO ID for this case
2016-08-26 William A. Rowe JrCorrect URL failure reporting.
2016-08-26 William A. Rowe JrFirst survey results, all intrinsicly bad input will...
2016-08-26 Luca ToscanoAfter a long discussion in dev@ I reviewed my previous...
2016-08-25 William A. Rowe JrAlso catch invalid spaces between the URI <> Protocol...
2016-08-25 William A. Rowe JrRename LenientWhitespace to UnsafeWhitespace and change...
2016-08-21 William A. Rowe JrAs commented, ensure we don't flag a request as a rejec...
2016-08-21 William A. Rowe JrYann is correct, % is distinct from reserved and unreserved
2016-08-21 Stefan Fritschap_reclaim_child_processes() ignores its first argument
2016-08-21 Stefan FritschRevert "On exit, don't write to other generations'...
2016-08-20 Stefan Fritschmpm_event: don't re-use scoreboard slots that are still...
2016-08-20 Stefan Fritschmpm_event: minor code simplification
2016-08-20 William A. Rowe JrSurpress noise about syntax
2016-08-19 William A. Rowe JrIntroduce StrictURI|UnsafeURI for RFC3986 enforcement
2016-08-19 William A. Rowe JrAfter lengthy investigation with covener's assistance...
2016-08-19 William A. Rowe JrGenerally, the cart comes before the horse, this mirror...
2016-08-19 William A. Rowe JrResolve Netware (and other arch) build error for non...
2016-08-18 William A. Rowe JrA band-aid to resolve an immediate IBM MVS'ism
2016-08-18 William A. Rowe JrCorrect request header handling of whitespace with...
2016-08-18 Joe Orton* server/protocol.c (read_request_line): Fix compiler...
2016-08-18 William A. Rowe JrDrop redundant == --rrl_none evaluation, noted by rpluem
2016-08-18 William A. Rowe JrDrop unused, previously sscanf() target variables
2016-08-18 William A. Rowe JrPerform correct, strict parsing of the request line...
2016-08-17 William A. Rowe JrRenaming this directive to HttpProtocolOptions after...
2016-08-16 William A. Rowe JrRename the previously undocumented HTTPProtocol directive
2016-08-11 Rainer JungFix spelling in comments and text files.
2016-08-10 William A. Rowe JrFollow on to r1755264, for the case of merged header...
2016-08-05 Yann YlavicFollow up to r1755264.
2016-08-05 William A. Rowe JrStop reflecting irrelevant data to the request error...
2016-08-05 William A. Rowe JrTreat an empty obs-fold line as abusive traffic
2016-08-04 William A. Rowe JrStrictly observe the one-SP requirement of every obs...
2016-08-04 William A. Rowe JrNow eliminate all intra-obs-fold excess whitespace...
2016-08-04 William A. Rowe JrAn empty obs-fold line is a no-op.
2016-08-04 William A. Rowe JrAs promised, reduce this logic by net 9 code lines...
2016-08-03 William A. Rowe JrAnother comment for reviewers to follow
2016-08-03 William A. Rowe JrTesting len > 0 is redundant when *field is a "\0"...
2016-08-03 William A. Rowe JrReformat for indentation following r1755123, Whitespace...
2016-08-03 William A. Rowe JrClean up an edge case where obs-fold continuation prece...
2016-08-03 William A. Rowe JrRevert to r1754577 based on last_field NULL on first...
2016-08-03 William A. Rowe JrC89 fix, caught by Jacob Champion
2016-08-03 William A. Rowe JrImprove comments for reviewers to understand this logic
2016-08-03 William A. Rowe JrTesting len > 0 is redundant when *field is a "\0"...
2016-08-03 William A. Rowe JrWhitespace-only followup after r1755098 logic patch
2016-08-03 William A. Rowe JrClean up an edge case where obs-fold continuation prece...
2016-07-29 William A. Rowe JrReplacement solution to identify VCHAR/ASCII symbols...
2016-07-29 William A. Rowe JrCorrect logic, detect no 'token' chars, or missing ':'
2016-07-29 William A. Rowe JrCorrect usage for ap_scan_http_token (had used _get_...
2016-07-29 William A. Rowe JrClean up doubled-'{'
2016-07-29 William A. Rowe JrFriendly catch by Rüdiger, restore line mis-removed...
2016-07-29 William A. Rowe JrIntroduce ap_scan_http_token / ap_scan_http_field_conte...
2016-07-29 William A. Rowe JrLeave an emphatic TODO per Jeff's observations
2016-07-29 William A. Rowe JrStrictly observe spec on obs-fold
2016-07-29 William A. Rowe JrWe arrive here for more than one cause; offer a more...
2016-07-29 William A. Rowe JrWith NUL as a TOKEN_STOP, this code is more efficient
2016-07-29 William A. Rowe JrIntroduce ap_scan_http_field_content, ap_scan_http_token
2016-07-29 William A. Rowe JrIntroduce T_HTTP_CTRLS for efficiently finding non...
2016-07-29 William A. Rowe JrBe more explicit about NUL in case iscntrl is inconsistent
2016-07-29 William A. Rowe JrCorrect T_HTTP_TOKEN_STOP per RFC2068 (2.2) - RFC7230...
2016-07-29 William A. Rowe JrImprove legibility of reviewing the generated table...
2016-07-18 William A. Rowe JrOptimization to httpoxy workaround, for 2.4.23+ only.
2016-07-18 William A. Rowe Jrhttpoxy workarounds, first draft patch as published...
2016-07-03 Luca ToscanoImprove the FCGI/CGI Last-Modified header value handling.
2016-07-01 Luca ToscanoFixed typo in log message, wrong RFC mentioned.
2016-06-30 Luca ToscanoFix indentation and extra spaces of my previous commit...
2016-06-30 Luca ToscanoLog CGI/FCGI Last-Modified header value changes.
2016-06-25 Yann YlavicFollow up to r1737447: fix max_spare_threads lower...
2016-06-15 Stefan Eissingcore: removing quirk for supressing h2 in Upgrade:...
2016-06-14 Luca ToscanoDrop an invalid Last-Modified header value returned...
2016-06-10 Eric CovenerAdd -DDUMP_INCLUDES configtest option to show the tree
2016-06-09 William A. Rowe JrHave to walk it back, but somewhere along the way,...
2016-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
2016-06-09 William A. Rowe JrMajor issue with these two specific edits falling into...
2016-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
2016-06-08 William A. Rowe JrUpdate code to mirror r1747461 of apr-2.0 apr_cstr.c.
2016-06-05 Christophe JailletDelay a table lookup until we know that we can handle...
2016-06-05 Christophe JailletNo need to scan the first 5 bytes, they are already...
2016-05-30 Christophe JailletFix some doxygen warning.
2016-05-21 Christophe JailletSave a few bytes in the conf pool.
2016-05-20 Christophe JailletRemove out-dated comment
next