summaryrefslogtreecommitdiffstats
path: root/server/protocol.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s/insure/ensure/Jeff Trawick2012-01-291-3/+3
* CVE-2012-0053: Fix an issue in error responses that could expose Eric Covener2012-01-231-12/+12
* Adjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on Jeff Trawick2012-01-191-20/+0
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-2/+4
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-141-2/+2
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-2/+2
* zap an unhelpful, out of date comment from httpd 1.2Jeff Trawick2011-12-121-3/+0
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-18/+18
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-2/+2
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-0/+3
* * Correctly return a 400 (Bad request) in case of a HTTP/0.9 request likeRuediger Pluem2011-10-251-5/+6
* Downgrade some more log messages indicating client errors from level error toStefan Fritsch2011-10-171-8/+35
* SECURITY (CVE-2011-3368): Prevent unintended pattern expansion in someJoe Orton2011-10-051-0/+19
* Enforce LimitRequestFieldSize after multiple headers with the sameStefan Fritsch2011-10-031-0/+20
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-2/+2
* Fix handling of offset in ap_send_fd()Stefan Fritsch2011-08-031-1/+1
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-131-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-7/+6
* Make ap_rputs an inline function, as it is mostly used with string constantsStefan Fritsch2011-06-041-13/+0
* Use APR_STATUS_IS_... in some more cases.Stefan Fritsch2011-05-121-2/+2
* use APR_STATUS_IS_TIMEUP() instead of direct comparison with APR_TIMEUP.Eric Covener2011-05-071-2/+2
* New hook: ap_run_pre_read_request()Jim Jagielski2011-02-141-0/+6
* comment on where multiple headers with same name get mergedJeff Trawick2011-01-101-0/+3
* Introduce note_auth_failure hook to allow modules to add supportStefan Fritsch2010-07-041-25/+9
* - Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_sslStefan Fritsch2010-06-061-0/+6
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* style nit (fix the one unaligned "=" out of fifteen)Jeff Trawick2010-03-101-1/+1
* * Only log a 408 if it is no keepalive timeout.Ruediger Pluem2010-03-051-1/+3
* overlooked for 10 years, impressive ;-)William A. Rowe Jr2010-03-011-1/+1
* Correctly align the behavior of headers_in to be consistent with theWilliam A. Rowe Jr2010-01-211-10/+7
* Fix potential segfault when dereferencing NULL request_recStefan Fritsch2010-01-031-1/+1
* Fix up r892678 as pointed out by rpluem.Nick Kew2009-12-211-1/+1
* Reject requests containing (invalid) NULL characters in request lineNick Kew2009-12-211-4/+19
* Don't keepalive when we send a non-100 response while Client is expecting 100Nick Kew2009-12-081-0/+9
* no declarations after statements.Guenter Knauf2009-10-041-1/+2
* cleanup brigade before reusing itStefan Fritsch2009-10-041-0/+1
* core, mod_deflate, mod_sed: Reduce memory usage by reusing bucketStefan Fritsch2009-10-041-19/+40
* core: Treat timeout reading request as 408 error, not 400.Daniel Earl Poirier2009-10-011-5/+17
* Bring back OS/2 support.Brian Havard2009-08-261-3/+3
* remove OS/2 platform supportJeff Trawick2009-03-271-3/+3
* the CRLF following 100 Continue needs to be sent as ASCII on EBCDICGreg Ames2009-03-111-1/+1
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-301-3/+3
* simplifications per niq's review commentsEric Covener2009-01-101-1/+1
* EBCDIC fix for ap_send_interim_response()Eric Covener2009-01-091-1/+6
* Import the core parts of the DTrace patch. This is a modified and updated Paul Querna2008-12-051-7/+15
* * Don't send 100-Continue when there was no Expect: 100-continue in theRuediger Pluem2008-06-061-0/+8
* core, mod_proxy: If a kept_body is present, it becomes safe forGraham Leggett2008-05-101-2/+2
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* * Do not set filter context brigade to NULL (and thus need to recreate it eachRuediger Pluem2007-12-111-3/+1
* Alternate fix... profiling indicates that the stringJim Jagielski2007-12-081-4/+1