]> granicus.if.org Git - apache/history - server
Fix a typo spotted in an old comment
[apache] / server /
2016-12-29 Eric CovenerPR59938: add %{REMOTE_PORT} to the expression parser
2016-12-22 Eric Covenerremove initial isascii check entirely
2016-12-21 Eric Covenerfix crash in util_fcgi.c
2016-12-20 Eric CovenerFix strict Host: header checking on EBCDIC
2016-12-20 Eric Covenerassign a logno
2016-12-15 Yann Ylavicevent: close a race condition where we might re-enable...
2016-12-15 Yann Ylavicevent: follow up to r1762718.
2016-12-15 Yann YlavicRevert r1774525, will commit a better way to handle...
2016-12-15 Jim Jagielskikill the keepalive conns as early as possible during...
2016-12-12 William A. Rowe JrWith the changes of api from pcre 8.x to 10.x, do not...
2016-12-09 William A. Rowe JrReplace PCRE with PCRE2 where it is available.
2016-12-07 William A. Rowe JrPartial port of proposed r1773158 for httpd-2.x only...
2016-11-22 William A. Rowe JrOptimize away one more strchr
2016-11-22 William A. Rowe JrList discussion resulted in rejecting all but SP charac...
2016-11-21 Stefan Fritschmpm_event: add clarifying comment
2016-11-21 Stefan FritschUse all available scoreboard slots
2016-11-21 Stefan Fritschap_reclaim_child_processes(): Implement terminate immed...
2016-11-16 William A. Rowe JrActually cause the Host header to be overridden, as...
2016-11-15 Eric Coveneradd an <IfFile> config section like <IfDefine>
2016-11-10 Jacob ChampionRemove unnecessary apr_table_do() function casts
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...
next