]> granicus.if.org Git - apache/history - server/protocol.c
Introduce ap_(get|set)_core_module_config() functions/macros and use them
[apache] / server / protocol.c
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-06-04 Stefan FritschMake ap_rputs an inline function, as it is mostly used...
2011-05-11 Stefan FritschUse APR_STATUS_IS_... in some more cases.
2011-05-07 Eric Coveneruse APR_STATUS_IS_TIMEUP() instead of direct comparison...
2011-02-14 Jim JagielskiNew hook: ap_run_pre_read_request()
2011-01-10 Jeff Trawickcomment on where multiple headers with same name get...
2010-07-04 Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2010-06-06 Stefan Fritsch- Be less verbose at levels INFO and DEBUG in mod_proxy...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-03-10 Jeff Trawickstyle nit (fix the one unaligned "=" out of fifteen)
2010-03-05 Ruediger Pluem* Only log a 408 if it is no keepalive timeout.
2010-03-01 William A. Rowe Jroverlooked for 10 years, impressive ;-)
2010-01-21 William A. Rowe JrCorrectly align the behavior of headers_in to be consis...
2010-01-03 Stefan FritschFix potential segfault when dereferencing NULL request_rec
2009-12-21 Nick KewFix up r892678 as pointed out by rpluem.
2009-12-21 Nick KewReject requests containing (invalid) NULL characters...
2009-12-08 Nick KewDon't keepalive when we send a non-100 response while...
2009-10-04 Guenter Knaufno declarations after statements.
2009-10-04 Stefan Fritschcleanup brigade before reusing it
2009-10-04 Stefan Fritschcore, mod_deflate, mod_sed: Reduce memory usage by...
2009-10-01 Daniel Earl Poiriercore: Treat timeout reading request as 408 error, not...
2009-08-26 Brian HavardBring back OS/2 support.
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-03-11 Greg Amesthe CRLF following 100 Continue needs to be sent as...
2009-01-30 Roy T. FieldingDisabled DefaultType directive and removed ap_default_t...
2009-01-10 Eric Covenersimplifications per niq's review comments
2009-01-09 Eric CovenerEBCDIC fix for ap_send_interim_response()
2008-12-05 Paul QuernaImport the core parts of the DTrace patch. This is...
2008-06-06 Ruediger Pluem* Don't send 100-Continue when there was no Expect...
2008-05-09 Graham Leggettcore, mod_proxy: If a kept_body is present, it becomes...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2007-12-11 Ruediger Pluem* Do not set filter context brigade to NULL (and thus...
2007-12-08 Jim JagielskiAlternate fix... profiling indicates that the string
2007-10-29 Jim JagielskiPrevent 1-byte overflow on 8192 boundary (see PR 43310)
2007-10-26 Nick KewAdd option not to send&clear response headers in ap_sen...
2007-10-07 Nick KewIntroduce ap_send_interim_response function and API...
2006-07-11 Roy T. Fieldingupdate license header text
2006-06-14 Joe Orton* server/core.c (default_handler): Use apr_brigade_inse...
2006-04-19 Ruediger Pluem* Adjust comment as per niq's proposal in r395166 and...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-14 Ruediger Pluem* Initialize last_char as otherwise a random value...
2006-04-10 Ruediger Pluem* Rollback r393037 as this was vetoed by wrowe. Details see
2006-04-10 Ruediger Pluem* Prevent r->parsed_uri.path from being NULL as this...
2006-02-28 Brian PaneRevert the refactoring of the request read code
2006-01-21 Ruediger Pluem* Improve fix for PR38123. This fixes PR38123 and PR377...
2006-01-18 Ruediger Pluem* Fix PR38123 by adding the HTTP_IN filter also in...
2006-01-12 William A. Rowe Jr An unambigous cast, if limit is <0 it's unlimited.
2005-12-31 Brian PaneRefactoring of ap_read_request() to store partial reque...
2005-12-16 Joe Orton* server/protocol.c (ap_old_write_filter): Use NULL...
2005-12-05 Nick KewFix for Bug 37790 (hangs on error return from post_read...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-10-20 Greg Ameskeep the proxied Content-Length header for a HEAD respo...
2005-10-06 William A. Rowe Jr NET_TIME, as a standalone feature, was a horrid idea.
2005-10-05 William A. Rowe Jr Pay close attention to core_create_req() ... and...
2005-06-23 Joe Orton* server/protocol.c (ap_read_request): Remove the Conte...
2005-06-17 Jean-Frederic Clereif Transfer-Encoding is not "identity" ignore Content...
2005-06-16 Paul QuernaIf a request contains both a T-E and C-L, remove the...
2005-05-16 Joe Orton* server/protocol.c (read_request_line): Revert additio...
2005-05-16 Jeff TrawickSupport the suppress-error-charset setting, as with...
2005-04-08 Greg Amesuse a more general but slightly slower test for a body.
2005-03-29 Greg Amesclone_headers_no_body: remove all entity headers in...
2005-03-23 Greg Amesdon't propagate input headers describing a body to...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-01-05 William A. Rowe Jr limit_req_fieldsize is signed, correct a signedness...
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-12-07 Bradley NicholesRevert patch r104923. This patch doesn't actually...
2004-11-04 Joe OrtonFix for memory consumption DoS, CVE CAN-2004-0942:
2004-10-25 Paul QuernaUse a more descriptive error message, and make it an...
2004-10-25 Nick KewPR: 31875
2004-10-25 Paul QuernaThis will put some messages in the error log when some...
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-21 Joe Orton* server/protocol.c (ap_rgetline_core): Never NUL termi...
2004-09-13 Joe Orton* server/protocol.c (ap_rgetline_core): Fix off-by...
2004-09-01 Nick KewFix for Bug 18757 (sending bogus content-length of...
2004-08-12 William A. Rowe Jr Fix signedness emit.
2004-06-28 Jeff TrawickCAN-2004-0493 - memory exhaustion denial of service
2004-04-22 Greg Amesap_rgetline_core: insure that the output string is...
2004-04-21 André Maloap_set_sub_req_protocol and ap_finalize_sub_req_protoco...
2004-03-01 Paul J. Reder *) Remove compile-time length limit on request strings...
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-26 Joe Orton* server/protocol.c (ap_rgetline_core): Fix folding...
2004-01-26 Joe Orton* server/protocol.c (ap_rgetline_core): Re-indent funct...
2004-01-01 André Maloupdate license to 2004.
2003-11-16 Cliff Woolleyget rid of _FOREACH
2003-10-22 Jeff TrawickSet the scoreboard state to indicate logging prior...
2003-10-13 Jeff Trawicktag the pools created for requests and subrequests
2003-09-10 Jeff Trawickzap an incorrect comment that remained from 1.3 days
2003-07-12 Jeff Trawickminor style changes
2003-07-11 Joe OrtonUpdate comment after removal of tmp_headers in r1.132.
2003-07-08 Paul J. RederUpdate the header token parsing code to allow LWS betwe...
2003-06-22 Brian PaneEliminate creation of a temporary table in ap_get_mime_...
2003-04-15 Jeff Trawickfix some discrepancies between format strings and argum...
2003-03-29 Brian PaneSimplify and shorten the code path for scanning request...
2003-03-27 Greg Amesap_rgetline_core: set the number of bytes read & copied...
2003-03-24 Greg Amesap_get_mime_headers_core: allocate space for the traili...
2003-02-03 André Malofinished that boring job:
2002-12-11 Greg Amesap_get_mime_headers: combine some error paths to remove...
next