]> granicus.if.org Git - apache/history - server
Drop redundant == --rrl_none evaluation, noted by rpluem
[apache] / server /
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
2016-05-08 Rainer JungFollowup to r1742791: Probably the better fix
2016-05-08 Rainer JungDon't globber scoreboard request info if
2016-05-03 William A. Rowe JrWe need another guard, this may resolve a crash in...
2016-04-28 William A. Rowe JrRevert to 2.4.1 behavior and null the request and vhost...
2016-04-27 William A. Rowe Jr Ensure http2 follows http in the meaning of
2016-04-27 William A. Rowe JrRevert 1741277 - need a scoreboard by slot context...
2016-04-27 William A. Rowe JrCorrect regressions introduced in r1137358 and r1740910.
2016-04-26 Yann Ylavicmod_proxy, mod_ssl: Handle SSLProxy* directives in...
2016-04-25 Yann Ylavicevent: update worker score keepalive status.
2016-04-20 Stefan Eissingfixing h2 supress to inhibit other annnouncements in...
2016-04-20 Stefan Eissingsuppress h2 in upgrade header
2016-04-14 Yann Ylavicscoreboard/status: follow up to 1739146.
2016-04-14 Yann Ylavicscoreboard/status: follow up to r1739008.
2016-04-13 Yann Ylavicscoreboard/status: Keep previous worker connection...
2016-04-11 Stefan FritschMake ap_find_child_by_pid() look at all slots that...
2016-04-11 Stefan Fritschadd comments
2016-04-11 Stefan FritschOn exit, don't write to other generations' scoreboard...
2016-04-11 Stefan FritschDon't take over scoreboard slots from gracefully finish...
2016-04-10 Stefan FritschExit threads early during shutdown, part 2
2016-04-10 Stefan FritschExit threads early during shutdown
2016-04-10 Stefan FritschTerminate keep-alive connections when dying
2016-04-01 Yann Ylavicmpm_worker: follow up to r1737449.
2016-04-01 Yann Ylavicmpm_event, mpm_worker: No functional change.
2016-04-01 Yann Ylavicmpm_event, mpm_worker: Fix computation of MinSpareThrea...
2016-03-30 Daniel RuggeriFix bug 58528 - Do not read .htaccess if override and...
2016-03-30 Yann Ylaviccore: '!x == 0' => 'x != 0' to avoid a compiler warning...
2016-03-26 Christophe JailletFix missing space in log message
2016-03-22 Yann YlavicFollow up to r1734656, r1736216, r1736225: more correct...
2016-03-22 Yann YlavicFollow up to r1734656, r1736216: use correct pointer...
2016-03-22 Yann YlavicFollow up to r1734656: restore c->data_in_input_filters...
2016-03-20 Christophe JailletAvoid a call to 'prep_walk_cache' if possible, just...
2016-03-19 Eric Covenerfix order of lowercase/compare for r->handler
2016-03-16 Stefan Eissingreverting the reverting of r1735174, r1735176 was the...
2016-03-16 Stefan Eissingreverting r1735174 as http/1.1 just terminated before...
2016-03-15 Graham Leggettmpm: Generalise the ap_mpm_register_socket functions...
2016-03-14 Jeff TrawickAdd CGIVar directive for configuring REQUEST_URI behavior
2016-03-13 Jeff TrawickFix doc string for QualifyRedirectURL, and related...
2016-03-12 Graham Leggettcore: Extend support for setting aside data from the...
2016-03-09 Stefan Eissingdeclaring ap_create_request for external linkage
2016-03-07 Graham Leggettcore: Split ap_create_request() from ap_read_request()
2016-03-01 Yann Ylavicmpms: follow up to r1629925: more error reports.
next