]> granicus.if.org Git - apache/history - server/protocol.c
Improve error message
[apache] / server / protocol.c
2013-01-15 Christophe JailletImprove error message
2012-12-30 Stefan Fritschchange protocol number parsing in strict mode according...
2012-12-30 Stefan Fritschadd log tags missing in r1426877
2012-12-30 Stefan FritschAdd an option to enforce stricter HTTP conformance
2012-12-22 Stefan FritschChange HttpProtocol to again only allow to enable/disab...
2012-11-09 Stefan FritschMake HttpProtocol accept a range of allowed versions.
2012-11-09 Stefan Fritschremove obsolete comment from 1.3 days
2012-11-08 Stefan Fritschremove some more old unused code
2012-11-08 Stefan FritschRemove unused code. "Next week" hasn't happened in...
2012-11-07 Stefan FritschNew directive HttpProtocol which allows to disable...
2012-10-01 Jeff Trawickcore: ErrorDocument now works for requests without...
2012-06-22 Stefan FritschMake sure that a triggering LimitRequestFieldSize is...
2012-01-29 Jeff Trawicks/insure/ensure/
2012-01-23 Eric CovenerCVE-2012-0053: Fix an issue in error responses that...
2012-01-19 Jeff TrawickAdjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on
2012-01-06 William A. Rowe JrClean up size_t abuse, part 2. ap_malloc/calloc/reallo...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that directly...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-12 Jeff Trawickzap an unhelpful, out of date comment from httpd 1.2
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-10-25 Ruediger Pluem* Correctly return a 400 (Bad request) in case of a...
2011-10-17 Stefan FritschDowngrade some more log messages indicating client...
2011-10-05 Joe OrtonSECURITY (CVE-2011-3368): Prevent unintended pattern...
2011-10-03 Stefan FritschEnforce LimitRequestFieldSize after multiple headers...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-08-03 Stefan FritschFix handling of offset in ap_send_fd()
2011-06-13 Stefan FritschIntroduce new function ap_get_conn_socket() to access...
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...
next