| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Introduce ap_expr expression parser API | Nick Kew | 2008-03-29 | 2 | -1/+875 |
* | add comment from event MPM's fdqueue ap_pop_pool() regarding | Chris Darroch | 2008-03-04 | 1 | -0/+8 |
* | * lfi is already a pointer in contrast fi which was used before. | Ruediger Pluem | 2008-03-03 | 1 | -1/+1 |
* | core: fix SymlinksIfOwnerMatch checking: | Nick Kew | 2008-03-03 | 1 | -2/+3 |
* | * Add hint to PR in comment. No functional change. | Ruediger Pluem | 2008-02-23 | 2 | -2/+2 |
* | * Second part of fix for PR 44402: | Ruediger Pluem | 2008-02-22 | 2 | -3/+9 |
* | Worker MPM: fix race condition | Nick Kew | 2008-02-22 | 1 | -3/+7 |
* | As per PR 41823 - s/apache.exe/httpd.exe | Tony Stevenson | 2008-02-08 | 1 | -1/+1 |
* | Avoid core dumps by getting the signal_description only if | Martin Kraemer | 2008-02-01 | 1 | -2/+5 |
* | * server/mpm_common.c (reclaim_one_pid): Retrieve the exit status from | Joe Orton | 2008-01-18 | 1 | -1/+6 |
* | * server/mpm/prefork/prefork.c (child_main): If apr_pollset_poll() | Joe Orton | 2008-01-18 | 1 | -0/+6 |
* | * server/mpm/prefork/prefork.c (child_main): Unlock the mutex before | Joe Orton | 2008-01-18 | 1 | -0/+1 |
* | Eliminate silly redundancy | William A. Rowe Jr | 2008-01-06 | 1 | -6/+2 |
* | Copying this code requires a (global) pool and rv declaration. | William A. Rowe Jr | 2008-01-06 | 1 | -4/+6 |
* | Resolve console-mode stdout file descriptor issues for mod_perl by replacing | William A. Rowe Jr | 2008-01-06 | 1 | -0/+18 |
* | winnt_mpm: Restore Win32DisableAcceptEx On directive and Win9x platform | William A. Rowe Jr | 2008-01-05 | 1 | -1/+1 |
* | Close the child_exit_event which lives only for the scope | William A. Rowe Jr | 2007-12-31 | 1 | -0/+2 |
* | On win32, we must never, never close the parent's copy of the | William A. Rowe Jr | 2007-12-31 | 1 | -1/+12 |
* | Fix winnt bucket_alloc to borrow memory from the transaction | William A. Rowe Jr | 2007-12-29 | 1 | -2/+3 |
* | Fix typo in error message (noticed by gryzor on IRC) | Nick Kew | 2007-12-28 | 1 | -1/+1 |
* | * Revert to old behaviour: Even if we detect a bad character: Formally decode | Ruediger Pluem | 2007-12-25 | 1 | -0/+2 |