]> granicus.if.org Git - apache/history - modules/http
Ha! Wrote this combined tree dumper and consistency checker just for fun.
[apache] / modules / http /
2003-06-06 Jeff TrawickDon't respect the Server header field as set by modules...
2003-05-29 André MaloRework of the recursion stopper - collapse recursion...
2003-05-29 André Malo- revert my patch (r1.155) since it produces regressions.
2003-05-19 André MaloPrevent the server from crashing when entering infinite...
2003-05-09 Martin KraemerPorting EBCDIC: headers wer incorrectly (i.e., not...
2003-04-26 Jeff Trawickback out a recent change which causes the server to...
2003-04-15 Jeff Trawickfix some discrepancies between format strings and argum...
2003-04-15 Graham LeggettIf a Date response header was already set in the header...
2003-03-22 André MaloDo not bypass output filters when redirecting subreques...
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-02-24 Jeff TrawickKeep the subrequest filter in place when a subrequest is
2003-02-20 William A. Rowe Jr After consultations on the APR list, it was decided...
2003-02-19 Justin ErenkrantzReturn 413 if chunk-ext-header is too long rather than...
2003-02-18 William A. Rowe Jr foo.dbgmark turned out to be the same 8.3 name as...
2003-02-07 William A. Rowe Jr *) Introduce debugging symbols for Win32 release...
2003-02-03 André Malofinished that boring job:
2003-01-20 William A. Rowe Jr Catch up with the changes to apr/build/win32ver.awk...
2003-01-01 André Maloprovide better error messages for the multiviewsmatch...
2002-12-15 Brian Panedon't segfault in mod_mime's find_ct() if we get there...
2002-11-19 Jeff Trawickbucket length parameter is apr_size_t, which isn't...
2002-10-25 Greg Amesdon't apply byte ranges to redirects, error documents...
2002-10-11 Ryan BloomFix a compile of compiler warnings. I don't know how...
2002-10-07 Brian PaneFixed the new send_all_header_fields() function to...
2002-10-07 Brian PaneSimpler, faster code for generating HTTP response headers:
2002-09-22 Brian PaneSwitch the most frequent apr_brigade_write() and apr_br...
2002-09-06 Brian PaneClean up the temporary brigade in error cases in ap_dis...
2002-09-06 Brian PaneFixed some bucket memory leaks in ap_http_filter()
2002-09-05 Jeff Trawickdon't lose const when calling strrchr()
2002-09-05 Justin ErenkrantzAdd ModMimeUsePathInfo directive.
2002-09-05 Brian PaneFree the temporary working brigade upon exit from ap_ge...
2002-09-01 Justin ErenkrantzFix FileETag None directive.
2002-08-13 Greg Amesfix weird things that happen with canned error messages...
2002-08-08 Greg Amesremove some dead code. It's been there since 1996...
2002-08-04 William A. Rowe Jr Just an observation, we potentially read/retain far...
2002-08-03 William A. Rowe Jr catch up with the apr_atoll -> apr_atoi64 rename
2002-07-24 Wilfredo SanchezReplace atol() calls which should return long long...
2002-07-17 William A. Rowe Jr Solve C-L post body reads from the HTTP_IN by ap_get_...
2002-07-17 Jeff Trawickadd notes about a portability problem -- formatting...
2002-07-16 Aaron BannertOptimize away a couple 64bit integer divides.
2002-07-15 William A. Rowe Jr http occurances to update for apr_socket_opt_get/set
2002-07-14 Jim JagielskiStreamline the handling of C-L values in the common...
2002-07-13 Brian Paneadded apr_is_empty_array()
2002-07-07 Bill StoddardOptimize reading keep-alive requests with APR_INCOMPLET...
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with the new apr_tim...
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-27 Justin ErenkrantzStrengthen error-detection code in HTTP_IN and core_inp...
2002-06-27 Justin ErenkrantzFix infinite loop when reading certain data due to...
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-24 Greg Amesap_discard_request_body: exit without reading the body if
2002-06-21 Greg Amesap_die: get rid of bad side effects from the recursive...
2002-06-20 Greg Amesprevent infinite recursion if an ErrorDocument gets...
2002-06-19 Aaron BannertBetter document the error cases returned from get_chunk...
2002-06-18 Roy T. FieldingIt isn't valid to check errno without setting it first...
2002-06-17 Justin ErenkrantzDo not use atol() for the Content-Length parsing as...
2002-06-17 Justin ErenkrantzRewrite ap_get_client_block to rely on assumptions...
2002-06-13 Cliff Woolleythis comment is way bogus
2002-06-12 William A. Rowe Jr Solve the 80/20 by initializing and storing server_re...
2002-06-10 Cliff Woolleydetabify
2002-06-08 Justin ErenkrantzTighten this variable's scope to only where it is needed.
2002-06-07 Ryan BloomCall ap_discard_request_body from ap_finalize_request...
2002-06-05 William A. Rowe Jr cvs up/diff gets pretty hard to track with vc7 builds.
2002-06-04 Ryan BloomAllow ap_discard_request_body to be called multiple...
2002-05-31 Ryan BloomIf the request doesn't have a body, then don't try...
2002-05-31 Justin ErenkrantzFix the case where we generate both a 401 and 413 and...
2002-05-31 Justin ErenkrantzFix the case where if there is no ErrorDocument specifi...
2002-05-31 Aaron BannertThis fixes a failed assert when r->remaining is left...
2002-05-30 Justin ErenkrantzThis should have remained cleanup not a re-creation.
2002-05-30 Justin Erenkrantz- Fix case where the initial chunk length was 0 was...
2002-05-30 Justin ErenkrantzAdd a PROXYREQ_RESPONSE value for request_rec->proxyreq...
2002-05-29 Justin ErenkrantzAs discussed previously on-list, HTTP_IN should return...
2002-05-29 Aaron BannertIgnore leading zeros when parsing hex value for chunk...
2002-05-29 Aaron BannertProperly detect overflow when reading the hex chunk...
2002-05-28 Justin ErenkrantzSwitch the limit directive enforcement error paths...
2002-05-28 Justin ErenkrantzCorrectly return 413 when an invalid chunk size is...
2002-05-20 Cliff Woolley./configure --enable-http --enable-mods-shared=most...
2002-05-18 Cliff WoolleyRenames:
2002-05-18 Aaron BannertJust another huge style diff. Space-indentation is...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-12 Brian PaneFaster, simpler code for form_header_field() on ASCII...
2002-05-12 Brian PaneRemove an extraneous loop condition
2002-05-12 Brian PaneOptimization: replaced apr_pstrcat+apr_strlen with...
2002-05-08 Cliff WoolleyFix if-modified-since on win32, I think. It should...
2002-05-06 Cliff WoolleySimplify a bit
2002-05-06 Justin ErenkrantzRewrite ap_byterange_filter so that it can work with...
2002-05-02 Brian PanePerformance fixes:
2002-04-29 Brian PaneReplaced a sprintf("%d") with itoa
2002-04-28 Justin ErenkrantzIf a subreq added a filter (say INCLUDES) and the subre...
2002-04-25 Justin ErenkrantzWe must always use case-insensitive comparisons in...
2002-04-23 Justin ErenkrantzThe force-response-1.0 and downgrade-1.0 checks were...
2002-04-22 Brian PaneOptimization: short-circuit out of ap_set_byterange...
2002-04-21 Brian PaneAdded ap_recent_rfc822_date(), which uses the recent...
2002-04-18 Justin ErenkrantzSwitch ap_http_filter to use ap_get_brigade and apr_bri...
2002-04-17 Justin ErenkrantzFix subreqs with non-defined Content-Types being served...
2002-04-16 Justin ErenkrantzMove 100 - Continue support to the HTTP_IN filter so...
2002-04-16 Justin ErenkrantzAdds support for reading trailers on input by exporting...
2002-04-15 Greg Amesap_send_error_response: reset r->output filters to...
2002-04-05 Ryan BloomFix a segfault. Only try to set this if the sub_Reques...
2002-04-05 Ryan BloomIf we are doing a fast_redirect, and we don't have...
2002-04-05 William A. Rowe Jr Correct partitioning of filter handles between core...
2002-04-05 William A. Rowe Jr Clean up breakage introduced recently that sent the...
next