| Commit message (Expand) | Author | Age | Files | Lines |
* | s/insure/ensure/ | Jeff Trawick | 2012-01-29 | 1 | -3/+3 |
* | CVE-2012-0053: Fix an issue in error responses that could expose | Eric Covener | 2012-01-23 | 1 | -12/+12 |
* | Adjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on | Jeff Trawick | 2012-01-19 | 1 | -20/+0 |
* | Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly | William A. Rowe Jr | 2012-01-06 | 1 | -2/+4 |
* | Further clarify the naming of the entity that directly connects to us by | Graham Leggett | 2011-12-14 | 1 | -2/+2 |
* | Further clarify the naming of the entity that originates the request by | Graham Leggett | 2011-12-14 | 1 | -2/+2 |
* | zap an unhelpful, out of date comment from httpd 1.2 | Jeff Trawick | 2011-12-12 | 1 | -3/+0 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -18/+18 |
* | Introduce a per connection "peer_ip" and a per request "client_ip" to | Graham Leggett | 2011-11-25 | 1 | -2/+2 |
* | Introduce a per request version of the remote IP address, which can be | Graham Leggett | 2011-11-22 | 1 | -0/+3 |
* | * Correctly return a 400 (Bad request) in case of a HTTP/0.9 request like | Ruediger Pluem | 2011-10-25 | 1 | -5/+6 |
* | Downgrade some more log messages indicating client errors from level error to | Stefan Fritsch | 2011-10-17 | 1 | -8/+35 |
* | SECURITY (CVE-2011-3368): Prevent unintended pattern expansion in some | Joe Orton | 2011-10-05 | 1 | -0/+19 |
* | Enforce LimitRequestFieldSize after multiple headers with the same | Stefan Fritsch | 2011-10-03 | 1 | -0/+20 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -2/+2 |
* | Fix handling of offset in ap_send_fd() | Stefan Fritsch | 2011-08-03 | 1 | -1/+1 |
* | Introduce new function ap_get_conn_socket() to access the socket of | Stefan Fritsch | 2011-06-13 | 1 | -1/+1 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -7/+6 |
* | Make ap_rputs an inline function, as it is mostly used with string constants | Stefan Fritsch | 2011-06-04 | 1 | -13/+0 |
* | Use APR_STATUS_IS_... in some more cases. | Stefan Fritsch | 2011-05-12 | 1 | -2/+2 |
* | use APR_STATUS_IS_TIMEUP() instead of direct comparison with APR_TIMEUP. | Eric Covener | 2011-05-07 | 1 | -2/+2 |
* | New hook: ap_run_pre_read_request() | Jim Jagielski | 2011-02-14 | 1 | -0/+6 |
* | comment on where multiple headers with same name get merged | Jeff Trawick | 2011-01-10 | 1 | -0/+3 |
* | Introduce note_auth_failure hook to allow modules to add support | Stefan Fritsch | 2010-07-04 | 1 | -25/+9 |
* | - Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_ssl | Stefan Fritsch | 2010-06-06 | 1 | -0/+6 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -0/+2 |
* | style nit (fix the one unaligned "=" out of fifteen) | Jeff Trawick | 2010-03-10 | 1 | -1/+1 |
* | * Only log a 408 if it is no keepalive timeout. | Ruediger Pluem | 2010-03-05 | 1 | -1/+3 |
* | overlooked for 10 years, impressive ;-) | William A. Rowe Jr | 2010-03-01 | 1 | -1/+1 |
* | Correctly align the behavior of headers_in to be consistent with the | William A. Rowe Jr | 2010-01-21 | 1 | -10/+7 |
* | Fix potential segfault when dereferencing NULL request_rec | Stefan Fritsch | 2010-01-03 | 1 | -1/+1 |
* | Fix up r892678 as pointed out by rpluem. | Nick Kew | 2009-12-21 | 1 | -1/+1 |
* | Reject requests containing (invalid) NULL characters in request line | Nick Kew | 2009-12-21 | 1 | -4/+19 |
* | Don't keepalive when we send a non-100 response while Client is expecting 100 | Nick Kew | 2009-12-08 | 1 | -0/+9 |
* | no declarations after statements. | Guenter Knauf | 2009-10-04 | 1 | -1/+2 |
* | cleanup brigade before reusing it | Stefan Fritsch | 2009-10-04 | 1 | -0/+1 |
* | core, mod_deflate, mod_sed: Reduce memory usage by reusing bucket | Stefan Fritsch | 2009-10-04 | 1 | -19/+40 |
* | core: Treat timeout reading request as 408 error, not 400. | Daniel Earl Poirier | 2009-10-01 | 1 | -5/+17 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 1 | -3/+3 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 1 | -3/+3 |
* | the CRLF following 100 Continue needs to be sent as ASCII on EBCDIC | Greg Ames | 2009-03-11 | 1 | -1/+1 |
* | Disabled DefaultType directive and removed ap_default_type() | Roy T. Fielding | 2009-01-30 | 1 | -3/+3 |
* | simplifications per niq's review comments | Eric Covener | 2009-01-10 | 1 | -1/+1 |
* | EBCDIC fix for ap_send_interim_response() | Eric Covener | 2009-01-09 | 1 | -1/+6 |
* | Import the core parts of the DTrace patch. This is a modified and updated | Paul Querna | 2008-12-05 | 1 | -7/+15 |
* | * Don't send 100-Continue when there was no Expect: 100-continue in the | Ruediger Pluem | 2008-06-06 | 1 | -0/+8 |
* | core, mod_proxy: If a kept_body is present, it becomes safe for | Graham Leggett | 2008-05-10 | 1 | -2/+2 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -1/+0 |
* | * Do not set filter context brigade to NULL (and thus need to recreate it each | Ruediger Pluem | 2007-12-11 | 1 | -3/+1 |
* | Alternate fix... profiling indicates that the string | Jim Jagielski | 2007-12-08 | 1 | -4/+1 |