]> granicus.if.org Git - apache/history - modules/http/http_protocol.c
core: Avoid some unexpected connection closes by telling the client
[apache] / modules / http / http_protocol.c
2007-11-14 Jeff Trawickcore: Avoid some unexpected connection closes by tellin...
2007-09-28 Ruediger Pluem* Revert r561352 as this breaks authentication completely.
2007-07-31 Greg Amesthis appears to be a "mv" rather than a "swap", so...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-18 Mark J. CoxThiago Zaninotti reported to security@apache.org on...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-07-01 William A. Rowe Jr Plug AllowTrace extended|on|off into proxy and http...
2005-05-16 Jeff TrawickSupport the suppress-error-charset setting, as with...
2005-04-25 Paul QuernaRemove ap_method_list_do and ap_method_list_vdo as...
2005-02-10 Sander StrikerMore tweaks primarily driven by caching.
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-09 Geoffrey Youngundo changes made in 111386 due to veto
2004-12-09 Geoffrey Youngadd response code 226 constant (HTTP_IM_USED) and status
2004-11-27 Justin ErenkrantzInitial pass at refactoring some files to eliminate...
2004-10-23 Roy T. Fieldingveto and revert win64 patch: 64bit changes must percola...
2004-10-22 Allan K. EdwardsWIN64: API changes to clean up Windows 64bit compile...
2004-09-29 Joe Orton* modules/http/http_protocol.c (ap_http_filter): Always...
2004-09-15 André Malouse HTML 2.0 <hr>
2004-09-01 Nick KewFix Bug 18388 (Set-Cookie in 304)
2004-05-25 André Maloparse byteranges correctly using the new apr_strtoff...
2004-05-25 Joe Orton* modules/http/http_protocol.c (ap_setup_client_block,
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-16 Jeff TrawickBuild array of allowed methods with proper dimensions...
2004-01-01 André Maloupdate license to 2004.
2003-12-12 Paul J. Reder *) Add a hook (insert_error_filter) to allow filters...
2003-11-16 Cliff Woolleyget rid of _FOREACH
2003-11-15 Jeff Trawickfix the EBCDIC path in send_all_header_fields() to...
2003-08-31 Justin ErenkrantzResolve the ap_get_client_block() showstopper by lookin...
2003-06-06 Jeff TrawickDon't respect the Server header field as set by modules...
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-02-19 Justin ErenkrantzReturn 413 if chunk-ext-header is too long rather than...
2003-02-03 André Malofinished that boring job:
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 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-14 Jim JagielskiStreamline the handling of C-L values in the common...
2002-07-13 Brian Paneadded apr_is_empty_array()
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with the new apr_tim...
2002-06-27 Justin ErenkrantzStrengthen error-detection code in HTTP_IN and core_inp...
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-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-08 Justin ErenkrantzTighten this variable's scope to only where it is needed.
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 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-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 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-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-01 Justin ErenkrantzPrevent ap_add_output_filters_by_type from being called in
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-27 Jeff Trawickstyle improvement for checking whether the result of an
2002-03-27 Cliff WoolleyAnal-retentive factor -- be consistent in our whitespace.
2002-03-25 Cliff Woolleynit
2002-03-25 Cliff WoolleyWhat, we don't support HEAD requests now? ;)
next