]> granicus.if.org Git - apache/history - server/protocol.c
disable any openssl use until configure fix is backported, linking gets messed up...
[apache] / server / protocol.c
2015-11-26 Jim JagielskiMerge r1710095, r1710105, r1711902 from trunk:
2015-11-19 Jim JagielskiMerge r1708107, r1709587, r1709602, r1709995, r1710231...
2015-11-19 Stefan Eissingupdate merge of changes in 2.4.x
2015-11-04 Stefan Eissingmerge of 1708107,1709587,1709602,1709995,1710231,171041...
2015-09-28 Jim JagielskiMerge r1697855, r1697339, r1696428, r1696266, r1696264...
2015-09-28 Stefan Eissingmerged current 2.4.x and ap_mmn.h update by minfrin
2015-09-23 Stefan Eissinglatest changes from branches/2.4.x, merged --enable...
2015-09-18 Stefan Eissingmerged latest branches/2.4.x changes
2015-09-14 Stefan Eissingmerge of current 2.4.x and change 1702919
2015-09-08 Stefan Eissingmerged latest changes in 2.4.x
2015-09-08 Stefan Eissingadded 1701347, re-merged with current 2.4.x
2015-09-07 Stefan Eissingmerge of protocols + http2 relevant changes
2015-07-08 William A. Rowe Jrcore: Avoid a possible truncation of the faulty header...
2015-03-24 Eric CovenerMerge r1664205 from trunk:
2014-11-29 Christophe JailletMerge r1533765, r1621419, r1638159, r1638188, r1601603...
2014-11-11 Jim JagielskiMerge r1635762 from trunk:
2014-09-05 Jim JagielskiMerge r1611978, r1612068 from trunk:
2014-08-22 William A. Rowe JrSECURITY: CVE-2013-5704 (cve.mitre.org)
2014-03-10 Jim JagielskiMerge r1524192, r1524770, r1527925, r1541270, r1541368...
2014-02-19 Jim JagielskiMerge r1487528, r1563379, r1563381, r1565711 from trunk:
2013-11-13 William A. Rowe JrRevert mis-commit 1541372
2013-11-13 William A. Rowe JrBump to v2 patch proposal, first patch missed lenp...
2013-05-23 Graham Leggettcore: Do not over allocate memory within 'ap_rgetline_c...
2013-05-15 Graham Leggettcore: Use the proper macro for HTTP/1.1.
2013-05-12 Graham Leggettcore: Improve error message where client's request...
2012-12-03 Jim JagielskiMerge r1337344, r1378178, r1397636, r1398025, r1398040...
2012-10-04 Jim JagielskiMerge r1392347 from trunk:
2012-07-22 Rainer JungAlways log if LimitRequestFieldSize triggers.
2012-01-31 Rainer Jungzap an unhelpful, out of date comment from httpd 1.2
2012-01-31 Rainer Jungs/insure/ensure/
2012-01-23 Eric CovenerSECURITY: CVE-2012-0053 (cve.mitre.org) Fix an issue...
2012-01-19 Jeff TrawickMerge r1233604 from trunk:
2012-01-06 William A. Rowe JrClean up size_t abuse, part 2. ap_malloc/calloc/reallo...
2011-12-14 Graham LeggettBackport:
2011-12-05 Stefan FritschBackport r1209766, r1210252, r1210284:
2011-11-30 Graham LeggettBackport:
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...
next