summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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-241-1/+0
* New version of ap_core_output_filter that does nonblocking writesBrian Pane2005-10-241-545/+373
* Add new connection states for handler and write completionBrian Pane2005-10-241-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-063-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
* * server/listen.c (open_listeners): Avoid shadowing the 'next'Joe Orton2005-09-011-1/+1
* Initiliase all of the first_*_limit variables to zero, so that we can actuallyColm MacCarthaigh2005-08-314-7/+7
* Revert one part. I should have tested seperately. This line isn't neccessary.Colm MacCarthaigh2005-08-311-1/+1
* Actually allow the admin to set thread_limit higher than the default. Colm MacCarthaigh2005-08-311-3/+3
* Add ap_append_pid(); This is performed enough to warrantJim Jagielski2005-08-312-6/+17
* More getpid format fixesJim Jagielski2005-08-311-4/+4
* * server/main.c (suck_in_APR): Remove weird gzeof reference whichJoe Orton2005-08-311-1/+0
* Implement graceful stop in the event MPM. Implementation is identical toColm MacCarthaigh2005-08-292-7/+74
* *how* did I mis-spell that.Colm MacCarthaigh2005-08-291-1/+1
* Move the "GracefulShutdownTimeout" command definition into mpm_commonColm MacCarthaigh2005-08-292-6/+2
* Doxygen fixup / cleanupIan Holsman2005-08-2932-11/+273