| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a comment to prevent a future upgrade of APR 2.0 or similar | William A. Rowe Jr | 2007-08-23 | 1 | -0/+5 |
* | ap_available_mutexes_string and ap_add_available_mutexes_string | William A. Rowe Jr | 2007-08-23 | 3 | -54/+3 |
* | Minor quibble; the declarespec for data comes after the data type. | William A. Rowe Jr | 2007-08-23 | 1 | -2/+2 |
* | main core: Emit errors during the initial apr_app_initialize() | William A. Rowe Jr | 2007-08-23 | 1 | -13/+26 |
* | Revert r568762; will reapply in two segments | William A. Rowe Jr | 2007-08-23 | 1 | -38/+17 |
* | Eliminate an XXX; apr-based file logging isn't available to report | William A. Rowe Jr | 2007-08-23 | 1 | -17/+38 |
* | Clean up leaking pipes, and resolve pipe issues later when | William A. Rowe Jr | 2007-08-22 | 1 | -38/+76 |
* | Refactor r452431, because this should not be fatal to starting | William A. Rowe Jr | 2007-08-22 | 1 | -13/+8 |
* | This message was confusing during debugging, make it unique. | William A. Rowe Jr | 2007-08-22 | 1 | -1/+1 |
* | Only cleanup new_bb, if it isn't NULL, fixing a crash in the event MPM when w... | Paul Querna | 2007-08-21 | 1 | -1/+3 |
* | Rework locking on timeout_mutex. We now drop (and reaquire) the lock inside ... | Paul Querna | 2007-08-21 | 1 | -0/+5 |
* | Use APR_STATUS_IS_NOTFOUND() rather than comparing against NOTFOUND directly. | Paul Querna | 2007-08-20 | 1 | -1/+1 |
* | PR 42572: crash in Windows MPM | Nick Kew | 2007-08-07 | 1 | -2/+2 |
* | PR 42572: crash in Windows MPM | Nick Kew | 2007-08-07 | 1 | -1/+3 |
* | Add comments that make it clear that we are using | Jim Jagielski | 2007-08-07 | 1 | -0/+7 |
* | detabify | Jim Jagielski | 2007-08-06 | 1 | -11/+11 |
* | These atomics expect apr_uint32_t *... The expectation, of course, | Jim Jagielski | 2007-08-06 | 1 | -3/+3 |
* | Aha! This explains some of the weird things I was seeing. | Jim Jagielski | 2007-08-06 | 1 | -0/+18 |
* | * Avoid that relative changes to Options change the settings for FileETag. | Ruediger Pluem | 2007-08-05 | 1 | -1/+1 |
* | * We need to supply a (char *) to ap_str_tolower not a char. | Ruediger Pluem | 2007-07-20 | 1 | -1/+1 |
* | the cost of synchronized SMP proof updates far outweighs the value of having | Greg Ames | 2007-07-20 | 1 | -1/+1 |
* | Multiple trivial fixes from Christophe JAILLET | Nick Kew | 2007-07-20 | 5 | -17/+11 |
* | Rename relatively useless struct element for something more | Jim Jagielski | 2007-07-03 | 1 | -8/+8 |
* | * server/mpm/prefork/prefork.c (child_main): Stop processing new | Joe Orton | 2007-06-29 | 1 | -1/+4 |
* | getpgid() returns a pid_t | Jim Jagielski | 2007-06-29 | 1 | -1/+1 |
* | Add alternative fixes for CVE-2007-3304: | Joe Orton | 2007-06-29 | 4 | -20/+79 |
* | Revert r547987 ("svn merge -c -547987 .") | Joe Orton | 2007-06-29 | 16 | -109/+16 |
* | * server/mpm/prefork/prefork.c (reap_children), | Joe Orton | 2007-06-29 | 2 | -34/+0 |
* | Block ap_pid_table create with same define as used in mpm_common.c | Guenter Knauf | 2007-06-27 | 1 | -0/+2 |
* | * Remove unused variables from set_define() function to fix a compiler warning. | Ruediger Pluem | 2007-06-20 | 1 | -2/+0 |
* | PID table impl: parent process keeps a local table store of | Jim Jagielski | 2007-06-16 | 16 | -23/+119 |
* | Rather than handling lingering closes inline, fall down to a following if blo... | Paul Querna | 2007-06-13 | 1 | -2/+1 |
* | Add the 'Define' command to the core. This does exactly the same thing as ad... | Paul Querna | 2007-06-13 | 1 | -0/+22 |
* | Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM... | Paul Querna | 2007-06-12 | 2 | -0/+11 |
* | * Also add a possible ETag header to r->headers_out. We need to have it there | Ruediger Pluem | 2007-05-27 | 1 | -0/+3 |
* | re-introduce ap_satisfies API back into core and modify how the access_checke... | Bradley Nicholes | 2007-05-02 | 2 | -10/+45 |
* | Detab | Sander Temme | 2007-03-24 | 1 | -1/+1 |
* | PR#41829 - Torsten Förtsch | Nick Kew | 2007-03-24 | 1 | -0/+1 |
* | * server/core_filters.c (ap_core_output_filter): Fail quickly with | Joe Orton | 2007-03-23 | 1 | -0/+6 |
* | * server/mpm_common.c (dummy_connection): Use "OPTIONS *" for request | Joe Orton | 2007-03-12 | 1 | -1/+1 |
* | fix spelling error in a comment | Jeff Trawick | 2007-02-08 | 1 | -1/+1 |
* | * server/listen.c (ap_apply_accept_filter): Bump TCP_DEFER_ACCEPT | Joe Orton | 2007-01-30 | 1 | -1/+1 |
* | * Nitpicking: Get the comment right. | Ruediger Pluem | 2007-01-28 | 1 | -1/+1 |
* | Unix MPMs: Catch SIGFPE so that exception hooks and CoreDumpDirectory | Jeff Trawick | 2007-01-28 | 1 | -0/+7 |
* | Embed the .manifest files of all httpd binaries as a post-build | William A. Rowe Jr | 2007-01-11 | 1 | -0/+12 |
* | A slightly more effective message, keep hammering AcceptEx so there is no con... | William A. Rowe Jr | 2007-01-09 | 1 | -5/+10 |
* | Someone clearly never read the style guide :-/ Reformatting only. | William A. Rowe Jr | 2007-01-09 | 1 | -77/+118 |
* | Create pmain pool and run modules' child_init hooks when entering | Chris Darroch | 2007-01-02 | 1 | -0/+15 |
* | Destroy pmain pool when exiting ap_mpm_run() so that cleanups | Chris Darroch | 2007-01-02 | 1 | -0/+10 |
* | * If APR_FINFO_NAME is added to the list of wanted information, apr_stat | Ruediger Pluem | 2006-12-30 | 1 | -1/+8 |