| Commit message (Expand) | Author | Age | Files | Lines |
* | * Although the lstat call should rarely ever fail, because we stat'ed the | Ruediger Pluem | 2006-07-25 | 1 | -3/+16 |
* | * Fix typo. No functional change. | Ruediger Pluem | 2006-07-24 | 1 | -4/+4 |
* | * Check for symbolic links of the target file in the optimized case that we | Ruediger Pluem | 2006-07-20 | 1 | -1/+34 |
* | gen_test_char doesn't actually need the util_debug object to work. | Paul Querna | 2006-07-16 | 1 | -1/+1 |
* | Bring in basic support for building the winnt MPM under mingw32, using the au... | Paul Querna | 2006-07-15 | 4 | -2/+14 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 76 | -456/+456 |
* | * Add the filename of the configuration file to the warning message | Ruediger Pluem | 2006-07-09 | 1 | -2/+2 |
* | Make the range test legible; in the process, uncover and close | William A. Rowe Jr | 2006-06-26 | 1 | -3/+3 |
* | * server/core.c (default_handler): Use apr_brigade_insert_file() to | Joe Orton | 2006-06-14 | 2 | -26/+3 |
* | On graceless shutdown or restart, send AP_SIG_GRACEFUL to all worker | Chris Darroch | 2006-05-26 | 1 | -0/+25 |
* | Make the worker and event MPMs not touch the scoreboard when | Chris Darroch | 2006-05-26 | 2 | -7/+10 |
* | * server/main.c (abort_on_oom): New function. | Joe Orton | 2006-05-16 | 1 | -0/+20 |
* | * server/mpm/prefork/prefork.c (child_main): Tag pchild. | Joe Orton | 2006-05-10 | 1 | -0/+1 |
* | Typo (..for use with by the scoreboard) changed to | Martin Kraemer | 2006-05-10 | 1 | -1/+1 |
* | * server/core.c (server_hostname_port): Remove unused variable. | Joe Orton | 2006-05-08 | 1 | -1/+0 |
* | Initialise server generation (Chris Darroch) | Nick Kew | 2006-05-07 | 2 | -2/+2 |
* | Scoreboard size (Chris Darroch) | Nick Kew | 2006-05-07 | 1 | -2/+1 |
* | Add optional 'scheme://' prefix to ServerName directive. For | Sander Temme | 2006-05-05 | 2 | -5/+28 |
* | PR 39275. don't fork MaxClients worth of processes if child_init or fork() are | Greg Ames | 2006-05-03 | 2 | -2/+2 |
* | Remove all /machine:I386 references, these are getting in the way | William A. Rowe Jr | 2006-04-27 | 2 | -10/+10 |
* | revert last change | Roy T. Fielding | 2006-04-20 | 1 | -1/+1 |
* | s|/GX |/EHsc | because they were always synonyms, and Visual Studio | William A. Rowe Jr | 2006-04-20 | 2 | -2/+2 |
* | * Adjust comment as per niq's proposal in r395166 and as already adjusted by | Ruediger Pluem | 2006-04-19 | 1 | -2/+2 |
* | Update the last year of copyright. | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 76 | -76/+76 |
* | decouple the two scoreboard full messages | Greg Ames | 2006-04-14 | 2 | -22/+20 |
* | * Initialize last_char as otherwise a random value will be compared | Ruediger Pluem | 2006-04-14 | 1 | -0/+8 |
* | MaxClients isn't the only reason the scoreboard can fill up. another | Greg Ames | 2006-04-13 | 2 | -10/+33 |
* | * Rollback r393037 as this was vetoed by wrowe. Details see | Ruediger Pluem | 2006-04-11 | 1 | -4/+2 |
* | * Prevent r->parsed_uri.path from being NULL as this can cause segmentation | Ruediger Pluem | 2006-04-10 | 1 | -2/+4 |
* | remove unnecessary whitespace | Jeff Trawick | 2006-04-10 | 1 | -1/+0 |
* | We actually want to reach the rest of the code :) | Jim Jagielski | 2006-04-03 | 1 | -1/+0 |
* | Default handler: Don't return output filter apr_status_t values. | Jeff Trawick | 2006-04-03 | 1 | -0/+14 |
* | With all of the, uhm, interesting manners in which httpd | William A. Rowe Jr | 2006-04-01 | 1 | -1/+6 |
* | uri_delims moved to apr-util EONS ago. | William A. Rowe Jr | 2006-03-09 | 1 | -1/+1 |
* | Revert the refactoring of the request read code | Brian Pane | 2006-02-28 | 1 | -281/+266 |
* | Fill in the scoreboard's tid field in the event MPM, just like we do in | Garrett Rooney | 2006-02-25 | 1 | -0/+1 |
* | Make the worker and event MPMs support GracefulShutdownTimeout just like | Garrett Rooney | 2006-02-13 | 2 | -4/+16 |
* | Solaris build proposal; don't fail on missing .h files within | William A. Rowe Jr | 2006-02-04 | 1 | -2/+1 |
* | * Improve fix for PR38123. This fixes PR38123 and PR37790 (whose fix has been | Ruediger Pluem | 2006-01-22 | 1 | -6/+10 |
* | PR#38070: When a CGI script emits an explicit "Status:" header, | Nick Kew | 2006-01-20 | 1 | -2/+15 |
* | * Fix PR38123 by adding the HTTP_IN filter also in the case of an invalid | Ruediger Pluem | 2006-01-18 | 1 | -0/+2 |
* | Make some error checking more clear by using the defined constants instead | Garrett Rooney | 2006-01-12 | 1 | -5/+5 |
* | An unambigous cast, if limit is <0 it's unlimited. | William A. Rowe Jr | 2006-01-12 | 1 | -2/+3 |
* | Authz refactoring | Bradley Nicholes | 2006-01-11 | 2 | -185/+36 |
* | Update status before we run the logging hook | Jim Jagielski | 2006-01-06 | 1 | -0/+1 |
* | * Fix a regression from 2.2.x: Set c->aborted to 1 if the return code from | Ruediger Pluem | 2006-01-05 | 1 | -0/+10 |
* | Refactoring of ap_read_request() to store partial request state | Brian Pane | 2006-01-01 | 1 | -267/+280 |
* | Removed the destruction of the bucket allocator prior to | Brian Pane | 2005-12-31 | 1 | -1/+0 |
* | * Move code for broken backend detection out of core filter into a new http | Ruediger Pluem | 2005-12-18 | 1 | -18/+5 |