summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-1976-76/+76
* decouple the two scoreboard full messagesGreg Ames2006-04-142-22/+20
* * Initialize last_char as otherwise a random value will be comparedRuediger Pluem2006-04-141-0/+8
* MaxClients isn't the only reason the scoreboard can fill up. anotherGreg Ames2006-04-132-10/+33
* * Rollback r393037 as this was vetoed by wrowe. Details seeRuediger Pluem2006-04-111-4/+2
* * Prevent r->parsed_uri.path from being NULL as this can cause segmentationRuediger Pluem2006-04-101-2/+4
* remove unnecessary whitespaceJeff Trawick2006-04-101-1/+0
* We actually want to reach the rest of the code :)Jim Jagielski2006-04-031-1/+0
* Default handler: Don't return output filter apr_status_t values.Jeff Trawick2006-04-031-0/+14
* With all of the, uhm, interesting manners in which httpdWilliam A. Rowe Jr2006-04-011-1/+6
* uri_delims moved to apr-util EONS ago.William A. Rowe Jr2006-03-091-1/+1
* Revert the refactoring of the request read codeBrian Pane2006-02-281-281/+266
* Fill in the scoreboard's tid field in the event MPM, just like we do inGarrett Rooney2006-02-251-0/+1
* Make the worker and event MPMs support GracefulShutdownTimeout just likeGarrett Rooney2006-02-132-4/+16
* Solaris build proposal; don't fail on missing .h files withinWilliam A. Rowe Jr2006-02-041-2/+1
* * Improve fix for PR38123. This fixes PR38123 and PR37790 (whose fix has beenRuediger Pluem2006-01-221-6/+10
* PR#38070: When a CGI script emits an explicit "Status:" header,Nick Kew2006-01-201-2/+15
* * Fix PR38123 by adding the HTTP_IN filter also in the case of an invalidRuediger Pluem2006-01-181-0/+2
* Make some error checking more clear by using the defined constants insteadGarrett Rooney2006-01-121-5/+5
* An unambigous cast, if limit is <0 it's unlimited.William A. Rowe Jr2006-01-121-2/+3
* Authz refactoringBradley Nicholes2006-01-112-185/+36
* Update status before we run the logging hookJim Jagielski2006-01-061-0/+1
* * Fix a regression from 2.2.x: Set c->aborted to 1 if the return code fromRuediger Pluem2006-01-051-0/+10
* Refactoring of ap_read_request() to store partial request stateBrian Pane2006-01-011-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-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