]> granicus.if.org Git - apache/history - modules/http
What's left can exceed size_t
[apache] / modules / http /
2007-12-19 William A. Rowe JrWhat's left can exceed size_t
2007-12-11 Jeff Trawickhttp_protocol: Escape request method in 405 error repor...
2007-12-09 Ruediger Pluem* Do not split the brigade if the flush bucket is the...
2007-12-09 Justin ErenkrantzCase statements should go on their own line. (No funct...
2007-12-08 Ruediger Pluem* If no data is available at this point of time we...
2007-12-03 William A. Rowe Jrhttp_protocol: Escape request method in 413 error repor...
2007-11-28 Nick KewTypo fix
2007-11-28 Nick KewFix patch to PR#43882 as pointed out by trawick
2007-11-17 Nick KewSafer fix to PR43882 than in r595672.
2007-11-16 Nick Kewr595672 was incomplete. We need to be sure we reject...
2007-11-16 Nick KewDeal with unrecognised Transfer-Encoding headers.
2007-11-14 Jeff Trawickcore: Avoid some unexpected connection closes by tellin...
2007-11-13 Sander TemmeIgnore ctags/etags output, some small Doxygen fixes
2007-11-07 Graham Leggettcore: Add the option to keep aside a request body up...
2007-10-02 Jim JagielskiEnsure the URI is "*" and not something like "*foo"
2007-10-02 Jim JagielskiWe should return
2007-10-02 Roy T. FieldingReduce the last change to a minimum, since OPTIONS...
2007-10-02 Jim JagielskiOPTIONS * does not map to storage, so handle this
2007-09-28 Ruediger Pluem* Revert r561352 as this breaks authentication completely.
2007-09-27 Nick KewAdd "DefaultType None" option
2007-09-10 Nick KewDon't send spurious "100 Continue" response lines.
2007-08-23 William A. Rowe JrNecessary cast; deliberately truncate to short.
2007-07-31 Greg Amesthis appears to be a "mv" rather than a "swap", so...
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-06-12 Paul QuernaFixup style nitpicks:
2007-06-12 Paul QuernaAdd a clogging_input_filters variable to the conn_rec...
2007-05-07 Ruediger Pluem- In AP_MODE_SPECULATIVE ap_core_input_filter returns...
2007-04-30 Greg Amescheck_pipeline: use AP_MODE_SPECULATIVE to check for...
2007-03-13 Joe Orton* modules/http/http_etag.c (etag_uint64_to_hex): Fix...
2007-03-12 Joe OrtonGenerate etags consistently across 32-bit and 64-bit...
2007-02-14 Nick KewReturn METHOD_NOT_ALLOWED, not FORBIDDEN, to a TRACE...
2007-02-07 Jim JagielskiFurther refinement for PR41056 / PR 19954 (mostly-fixed...
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2006-12-07 Ruediger Pluem* Do not replace a Date header set by a proxied backend...
2006-11-28 Jim JagielskiProtect against any sort of non-block read that
2006-11-28 Jim JagielskiApply patch for PR 41056 (19954) to fix chunk
2006-09-29 Garrett RooneyFollow up to r451287, use APR_STATUS_IS_TIMEUP instead...
2006-09-29 Ruediger Pluem* Notice a timeout as an error message. This might...
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-05-05 Sander Temme Add optional 'scheme://' prefix to ServerName...
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 William A. Rowe Jr Remove a host of dependencies upon awk, using the...
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...
2006-02-21 Jeff TrawickEnsure that the proper status line is written to the...
2006-01-27 Jim JagielskiIf the proxied response lacks a Server header, then
2006-01-06 Jim JagielskiClarify (I hope) the comment better :)
2006-01-06 Jim JagielskiAs long as we have the AP_BUCKET_IS_ERROR macro, let...
2006-01-05 Ruediger Pluem* If a subrequest has a broken backend also set no_cach...
2005-12-20 Jim JagielskiMorph the ap_http_broken_backend_filter() proxy "specific"
2005-12-18 Ruediger Pluem* Move code for broken backend detection out of core...
2005-12-18 Ruediger Pluem* If the mod_proxy backend connection broke in the...
2005-12-17 Ruediger Pluem* Fix ap_http_chunk_filter to create correct chunks...
2005-12-07 Justin ErenkrantzIf a connection aborts while waiting for a chunked...
2005-12-05 Nick KewPR 36090
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-10 Jim JagielskiNo functional change: more indenting/formatting changes...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-30 Brian PaneMoved the extended_status scoreboard update from ap_pro...
2005-10-29 Brian PaneAllocate the brigade containing the EOR bucket from...
2005-10-24 Brian PaneAsync write completion for Event MPM
2005-10-24 Brian PaneRedesign of request cleanup and logging to use End...
2005-10-23 Brian PaneAdd new connection states for handler and write completion
2005-10-15 André Malo* modules/http/http_request.c
2005-10-06 William A. Rowe Jr NET_TIME, as a standalone feature, was a horrid idea.
2005-10-06 William A. Rowe Jr Spare us a wasted variable, csd is initialized null...
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-08-09 Joe Orton* modules/http/byterange_filter.c (ap_byterange_filter...
2005-07-19 Joe Orton* modules/http/http_filters.c (ap_send_http_trace)...
2005-07-01 William A. Rowe Jr Plug AllowTrace extended|on|off into proxy and http...
2005-06-08 Joe Orton* modules/http/byterange_filter.c (ap_byterange_filter...
2005-06-07 Joe Orton* modules/http/byterange_filter.c (ap_byterange_filter...
2005-05-24 Jeff TrawickEBCDIC: Handle chunked input from client or, with proxy...
2005-05-16 Jeff TrawickSupport the suppress-error-charset setting, as with...
2005-05-15 William A. Rowe Jr Reintroduce stack frame construction with /Oy- (remov...
2005-04-25 Paul QuernaRemove ap_method_list_do and ap_method_list_vdo as...
2005-03-23 Greg Amesupdate comments for *_client_block functions.
2005-02-10 Sander StrikerMore tweaks primarily driven by caching.
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-02 Jim JagielskiKeep track of time taken to process requests again.
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-12-13 Paul Querna* Style fixes only. No functional changes. Remove two...
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-12-02 Joe Orton* modules/http/mod_core.h: Prototype ap_http_chunk_filter.
2004-11-27 Justin ErenkrantzInitial pass at refactoring some files to eliminate...
2004-11-26 Greg Amesap_process_http_async_connection (used by the Event...
2004-11-21 Paul QuernaCompile Fix for Netware Port with CodeWarrior.
2004-11-20 Paul QuernaThe Event MPM.
2004-11-19 Joe OrtonRemove the .cvsignore files.
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)
next