summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* is_graceful means nothing in the mpm_winntWilliam A. Rowe Jr2008-06-071-7/+0
* Registered callbacks are NONSTD or must be speciallyWilliam A. Rowe Jr2008-06-071-1/+2
* * Don't send 100-Continue when there was no Expect: 100-continue in theRuediger Pluem2008-06-061-0/+8
* The environment may be manipulated by modules such as mod_perl, so regenerateWilliam A. Rowe Jr2008-06-051-15/+10
* For winnt_mpm console mode, always reset our console handler to be the first,William A. Rowe Jr2008-06-051-4/+6
* Determine registered authn/z providers directly in ap_setup_auth_internal(),Chris Darroch2008-05-221-16/+7
* gen_test_char: add double-quote to the list of T_HTTP_TOKEN_STOP.Roy T. Fielding2008-05-131-2/+2
* When testing for slash-terminated configuration paths inChris Darroch2008-05-101-1/+2
* core, mod_proxy: If a kept_body is present, it becomes safe forGraham Leggett2008-05-101-2/+2
* mod_request: Insert the KEPT_BODY filter via the insert_filterGraham Leggett2008-05-091-7/+0
* * Do not allow all options of ALL to be set when only a few of them areRuediger Pluem2008-05-021-1/+1
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-111-2/+3
* * server/main.c: Unbreak the build.Joe Orton2008-04-071-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-0729-43/+0
* Remove ap_graceful_stop_signalled from all MPMs.Paul Querna2008-04-078-72/+0
* Make it compile on pre-C99 compilers (Move decls to beginning of func)Martin Kraemer2008-04-071-2/+2
* Tweaking code to compile on pre-C99 compilersMartin Kraemer2008-04-071-8/+10
* If you study all of the directive implementations, you'll noteWilliam A. Rowe Jr2008-04-061-90/+16
* Rename the ap_escape_path_segment_b function as suggested byGraham Leggett2008-04-051-2/+2
* mod_session_cookie: Add a session implementation capable of storingGraham Leggett2008-04-042-1/+257
* mod_session: Add a generic session interface to unify the differentGraham Leggett2008-04-041-2/+11
* Add condition for <If> sections to core config mergeNick Kew2008-04-041-1/+1
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-033-49/+217
* HTTPD Core: Implement <If> sections for conditional (runtime) configuration.Nick Kew2008-04-032-7/+83
* Avoid returning NULL from ap_expr_string.Nick Kew2008-04-031-4/+8
* Expression evaluation: treat null expression as unconditional, not segfault.Nick Kew2008-04-031-1/+5
* Remove ap_expr_clone from the API (same day it was added:-)Nick Kew2008-04-011-9/+15
* Flesh out ap_expr with:Nick Kew2008-03-312-40/+115
* Thou shalt not let tabs creep in.Nick Kew2008-03-291-2/+2
* Introduce ap_expr expression parser APINick Kew2008-03-292-1/+875
* add comment from event MPM's fdqueue ap_pop_pool() regardingChris Darroch2008-03-041-0/+8
* * lfi is already a pointer in contrast fi which was used before.Ruediger Pluem2008-03-031-1/+1
* core: fix SymlinksIfOwnerMatch checking:Nick Kew2008-03-031-2/+3
* * Add hint to PR in comment. No functional change.Ruediger Pluem2008-02-232-2/+2
* * Second part of fix for PR 44402:Ruediger Pluem2008-02-222-3/+9
* Worker MPM: fix race conditionNick Kew2008-02-221-3/+7
* As per PR 41823 - s/apache.exe/httpd.exeTony Stevenson2008-02-081-1/+1
* Avoid core dumps by getting the signal_description only ifMartin Kraemer2008-02-011-2/+5
* * server/mpm_common.c (reclaim_one_pid): Retrieve the exit status fromJoe Orton2008-01-181-1/+6
* * server/mpm/prefork/prefork.c (child_main): If apr_pollset_poll()Joe Orton2008-01-181-0/+6
* * server/mpm/prefork/prefork.c (child_main): Unlock the mutex beforeJoe Orton2008-01-181-0/+1
* Eliminate silly redundancyWilliam A. Rowe Jr2008-01-061-6/+2
* Copying this code requires a (global) pool and rv declaration.William A. Rowe Jr2008-01-061-4/+6
* Resolve console-mode stdout file descriptor issues for mod_perl by replacingWilliam A. Rowe Jr2008-01-061-0/+18
* winnt_mpm: Restore Win32DisableAcceptEx On directive and Win9x platformWilliam A. Rowe Jr2008-01-051-1/+1
* Close the child_exit_event which lives only for the scopeWilliam A. Rowe Jr2007-12-311-0/+2
* On win32, we must never, never close the parent's copy of theWilliam A. Rowe Jr2007-12-311-1/+12
* Fix winnt bucket_alloc to borrow memory from the transactionWilliam A. Rowe Jr2007-12-291-2/+3
* Fix typo in error message (noticed by gryzor on IRC)Nick Kew2007-12-281-1/+1
* * Revert to old behaviour: Even if we detect a bad character: Formally decodeRuediger Pluem2007-12-251-0/+2