summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Although the lstat call should rarely ever fail, because we stat'ed theRuediger Pluem2006-07-251-3/+16
* * Fix typo. No functional change.Ruediger Pluem2006-07-241-4/+4
* * Check for symbolic links of the target file in the optimized case that weRuediger Pluem2006-07-201-1/+34
* gen_test_char doesn't actually need the util_debug object to work.Paul Querna2006-07-161-1/+1
* Bring in basic support for building the winnt MPM under mingw32, using the au...Paul Querna2006-07-154-2/+14
* update license header textRoy T. Fielding2006-07-1176-456/+456
* * Add the filename of the configuration file to the warning messageRuediger Pluem2006-07-091-2/+2
* Make the range test legible; in the process, uncover and closeWilliam A. Rowe Jr2006-06-261-3/+3
* * server/core.c (default_handler): Use apr_brigade_insert_file() toJoe Orton2006-06-142-26/+3
* On graceless shutdown or restart, send AP_SIG_GRACEFUL to all workerChris Darroch2006-05-261-0/+25
* Make the worker and event MPMs not touch the scoreboard whenChris Darroch2006-05-262-7/+10
* * server/main.c (abort_on_oom): New function.Joe Orton2006-05-161-0/+20
* * server/mpm/prefork/prefork.c (child_main): Tag pchild.Joe Orton2006-05-101-0/+1
* Typo (..for use with by the scoreboard) changed toMartin Kraemer2006-05-101-1/+1
* * server/core.c (server_hostname_port): Remove unused variable.Joe Orton2006-05-081-1/+0
* Initialise server generation (Chris Darroch)Nick Kew2006-05-072-2/+2
* Scoreboard size (Chris Darroch)Nick Kew2006-05-071-2/+1
* Add optional 'scheme://' prefix to ServerName directive. ForSander Temme2006-05-052-5/+28
* PR 39275. don't fork MaxClients worth of processes if child_init or fork() areGreg Ames2006-05-032-2/+2
* Remove all /machine:I386 references, these are getting in the wayWilliam A. Rowe Jr2006-04-272-10/+10
* revert last changeRoy T. Fielding2006-04-201-1/+1
* s|/GX |/EHsc | because they were always synonyms, and Visual StudioWilliam A. Rowe Jr2006-04-202-2/+2
* * Adjust comment as per niq's proposal in r395166 and as already adjusted byRuediger Pluem2006-04-191-2/+2
* Update the last year of copyright.Colm MacCarthaigh2006-04-191-1/+1
* 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