summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Refactoring of ap_read_request() to store partial request stateBrian Pane2005-12-311-267/+280
* Removed the destruction of the bucket allocator prior toBrian Pane2005-12-311-1/+0
* * Move code for broken backend detection out of core filter into a new httpRuediger Pluem2005-12-181-18/+5
* * If the mod_proxy backend connection broke in the middle of the response,Ruediger Pluem2005-12-181-5/+18
* * server/protocol.c (ap_old_write_filter): Use NULL for the NULLJoe Orton2005-12-161-1/+1
* Bring forward the fix for CVE-2005-3352 already on the branches:Joe Orton2005-12-161-0/+6
* Fix for Bug 37790 (hangs on error return from post_read_request)Nick Kew2005-12-051-0/+2
* Only define sendfile_nonblocking if APR_HAS_SENDFILE is true.Paul Querna2005-12-031-0/+3
* When computing the timeouts for keepalives and write completion,Brian Pane2005-11-271-5/+3
* remove an obsolete commentBrian Pane2005-11-201-4/+0
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-167-42/+42
* Revert UCN default change - set back to Off, which isJim Jagielski2005-11-151-2/+2
* Add in the UseCanonicalPhysicalPort directive, whichJim Jagielski2005-11-151-45/+92
* drop dependency on apr_wait_for_io_or_timeout()Jeff Trawick2005-11-131-2/+11
* Minor refactoring: move the creation of the pollset and associatedBrian Pane2005-11-131-35/+48
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-104-23/+23
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-1043-1436/+1436
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-1019-172/+172
* Moved the extended_status scoreboard update from ap_process_http_connectionBrian Pane2005-10-301-0/+4
* Restore the socket timeout after setting it to zero for nonblockingBrian Pane2005-10-281-19/+36
* * server/eor_bucket.c: Pick up ap_run_log_transaction prototype.Joe Orton2005-10-241-0/+1
* Async write completion for Event MPMBrian Pane2005-10-241-14/+83
* Redesign of request cleanup and logging to use End-Of-Request bucketBrian Pane2005-10-242-1/+67
* remove debugging codeBrian Pane2005-10-231-1/+0
* New version of ap_core_output_filter that does nonblocking writesBrian Pane2005-10-231-545/+373
* Add new connection states for handler and write completionBrian Pane2005-10-231-0/+8
* * Fix PR31226 (AddOutputFilterByType deflate not active with mod_proxy), byRuediger Pluem2005-10-211-4/+3
* keep the proxied Content-Length header for a HEAD response. PR 18757Greg Ames2005-10-201-1/+13
* Make ap_register_output_filter back into a function (*sigh*)Nick Kew2005-10-121-0/+9
* Make ap_register_output_filter a #defineNick Kew2005-10-121-9/+0
* remove the recycled_pool variable to keep it more in sync with worker.Greg Ames2005-10-081-6/+2
* remove obsolete constantGreg Ames2005-10-081-11/+1
* use Greg's cleaner fix for CAN-2005-2970Jeff Trawick2005-10-081-13/+9
* NET_TIME, as a standalone feature, was a horrid idea.William A. Rowe Jr2005-10-063-45/+36
* Pay close attention to core_create_req() ... and noteWilliam A. Rowe Jr2005-10-053-5/+10
* Initialise a variable, to avoid a gcc warning.Colm MacCarthaigh2005-10-031-1/+2
* Remove some trailing spaces. Syncs with 2.2.x.Colm MacCarthaigh2005-10-031-4/+4
* SECURITY: CAN-2005-2970 (cve.mitre.org)Jeff Trawick2005-09-301-0/+5
* Clean up c2x code-path by not double-setting the prefix variable.Justin Erenkrantz2005-09-281-8/+7
* When doing a subrequest lookup, do not lookup using the quickhandler ifColm MacCarthaigh2005-09-271-2/+10
* * server/connection.c (ap_lingering_close): Cleanup; no functional change.Joe Orton2005-09-251-7/+3
* * server/connection.c (ap_lingering_close): Fix lingering close toJoe Orton2005-09-251-10/+16
* * server/request.c (core_opts_merge): When AllowOverride is specifiedJoe Orton2005-09-231-2/+0
* * server/mpm/prefork/prefork.c: Add volatile qualifier to die_nowJoe Orton2005-09-191-1/+1
* get rid of an obsolete comment. the separate event thread disappeared whenGreg Ames2005-09-171-3/+2
* Remove a call to strerror(). Possibly a leftover from prior debugging code.Colm MacCarthaigh2005-09-121-1/+0
* Any failure in apr_stat on a symlink currently givesJoshua Slive2005-09-101-1/+2
* Move the timeout mutex up, to limit the time we are holding it.Paul Querna2005-09-091-2/+1
* New provider function, ap_list_provider_names(), which lists allJim Jagielski2005-09-091-2/+69
* httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT settingJeff Trawick2005-09-011-0/+2