| Commit message (Expand) | Author | Age | Files | Lines |
* | * Do more greedy reads in the core input filter to get more closer to the | Ruediger Pluem | 2008-10-27 | 1 | -0/+31 |
* | * Move ap_timeout_parameter_parse from mod_proxy.c to server/util.c and thus | Ruediger Pluem | 2008-10-22 | 1 | -0/+68 |
* | * Recheck again if idle workers are still available when we are signaled that | Ruediger Pluem | 2008-10-08 | 1 | -2/+10 |
* | Reimplement ThreadStackSize to behave as on unix for any | William A. Rowe Jr | 2008-09-26 | 1 | -4/+5 |
* | The last two of several helper threads which do not need a default | William A. Rowe Jr | 2008-09-26 | 1 | -4/+12 |
* | The next of several helper threads which do not need a default 1GB stack | William A. Rowe Jr | 2008-09-26 | 1 | -3/+6 |
* | The first of several helper threads which do not need a default 1GB stack | William A. Rowe Jr | 2008-09-26 | 1 | -2/+2 |
* | Track the internal stack_res_flag for properly constraining | William A. Rowe Jr | 2008-09-26 | 2 | -1/+12 |
* | CoredumpDir useless on win32; implementing toolhelp.dll is nontrivial | William A. Rowe Jr | 2008-09-26 | 1 | -1/+0 |
* | Add dummy ap_mpm_register_timed_callback for other MPMs besides Event. | Paul Querna | 2008-09-21 | 2 | -0/+14 |
* | Introduce Suspendable Requests to the Event MPM. | Paul Querna | 2008-09-20 | 4 | -30/+198 |
* | mod_session_cookie, mod_session_dbd: Make sure cookies are set both | Graham Leggett | 2008-08-30 | 1 | -10/+42 |
* | mod_session_cookie: Make sure that cookie attributes are correctly | Graham Leggett | 2008-08-29 | 1 | -4/+4 |
* | The error logging core only logs at very high level if it has no | Sander Temme | 2008-08-15 | 1 | -0/+2 |
* | * server/util_cookies.c (ap_cookie_write2): Add missing sentinel in | Joe Orton | 2008-08-06 | 1 | -1/+1 |
* | * Give possible piped loggers a chance to process their input before they get | Ruediger Pluem | 2008-07-30 | 1 | -0/+10 |
* | worker/event MPMs: graceful-stop doesn't work if the listener thread is | Greg Ames | 2008-06-17 | 2 | -2/+8 |
* | get the Event MPM to compile again | Greg Ames | 2008-06-17 | 1 | -1/+1 |
* | de-tabify | Jim Jagielski | 2008-06-13 | 1 | -3/+3 |
* | core: Fix address-in-use startup failure on some platforms caused | Jeff Trawick | 2008-06-08 | 1 | -16/+30 |
* | No header files currently found in that dir, so the build fails. | Sander Temme | 2008-06-08 | 1 | -1/+1 |
* | is_graceful means nothing in the mpm_winnt | William A. Rowe Jr | 2008-06-07 | 1 | -7/+0 |
* | Registered callbacks are NONSTD or must be specially | William A. Rowe Jr | 2008-06-07 | 1 | -1/+2 |
* | * Don't send 100-Continue when there was no Expect: 100-continue in the | Ruediger Pluem | 2008-06-06 | 1 | -0/+8 |
* | The environment may be manipulated by modules such as mod_perl, so regenerate | William A. Rowe Jr | 2008-06-05 | 1 | -15/+10 |
* | For winnt_mpm console mode, always reset our console handler to be the first, | William A. Rowe Jr | 2008-06-05 | 1 | -4/+6 |
* | Determine registered authn/z providers directly in ap_setup_auth_internal(), | Chris Darroch | 2008-05-22 | 1 | -16/+7 |
* | gen_test_char: add double-quote to the list of T_HTTP_TOKEN_STOP. | Roy T. Fielding | 2008-05-13 | 1 | -2/+2 |
* | When testing for slash-terminated configuration paths in | Chris Darroch | 2008-05-10 | 1 | -1/+2 |
* | core, mod_proxy: If a kept_body is present, it becomes safe for | Graham Leggett | 2008-05-10 | 1 | -2/+2 |
* | mod_request: Insert the KEPT_BODY filter via the insert_filter | Graham Leggett | 2008-05-09 | 1 | -7/+0 |
* | * Do not allow all options of ALL to be set when only a few of them are | Ruediger Pluem | 2008-05-02 | 1 | -1/+1 |
* | Move the KeptBodySize directive, kept_body filters and the | Graham Leggett | 2008-04-11 | 1 | -2/+3 |
* | * server/main.c: Unbreak the build. | Joe Orton | 2008-04-07 | 1 | -1/+1 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 29 | -43/+0 |
* | Remove ap_graceful_stop_signalled from all MPMs. | Paul Querna | 2008-04-07 | 8 | -72/+0 |
* | Make it compile on pre-C99 compilers (Move decls to beginning of func) | Martin Kraemer | 2008-04-07 | 1 | -2/+2 |
* | Tweaking code to compile on pre-C99 compilers | Martin Kraemer | 2008-04-07 | 1 | -8/+10 |
* | If you study all of the directive implementations, you'll note | William A. Rowe Jr | 2008-04-06 | 1 | -90/+16 |
* | Rename the ap_escape_path_segment_b function as suggested by | Graham Leggett | 2008-04-05 | 1 | -2/+2 |
* | mod_session_cookie: Add a session implementation capable of storing | Graham Leggett | 2008-04-04 | 2 | -1/+257 |
* | mod_session: Add a generic session interface to unify the different | Graham Leggett | 2008-04-04 | 1 | -2/+11 |
* | Add condition for <If> sections to core config merge | Nick Kew | 2008-04-04 | 1 | -1/+1 |
* | Avoid calling access control hooks for internal requests with | Chris Darroch | 2008-04-03 | 3 | -49/+217 |
* | HTTPD Core: Implement <If> sections for conditional (runtime) configuration. | Nick Kew | 2008-04-03 | 2 | -7/+83 |
* | Avoid returning NULL from ap_expr_string. | Nick Kew | 2008-04-03 | 1 | -4/+8 |
* | Expression evaluation: treat null expression as unconditional, not segfault. | Nick Kew | 2008-04-03 | 1 | -1/+5 |
* | Remove ap_expr_clone from the API (same day it was added:-) | Nick Kew | 2008-04-01 | 1 | -9/+15 |
* | Flesh out ap_expr with: | Nick Kew | 2008-03-31 | 2 | -40/+115 |
* | Thou shalt not let tabs creep in. | Nick Kew | 2008-03-29 | 1 | -2/+2 |