summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Do more greedy reads in the core input filter to get more closer to theRuediger Pluem2008-10-271-0/+31
* * Move ap_timeout_parameter_parse from mod_proxy.c to server/util.c and thusRuediger Pluem2008-10-221-0/+68
* * Recheck again if idle workers are still available when we are signaled thatRuediger Pluem2008-10-081-2/+10
* Reimplement ThreadStackSize to behave as on unix for anyWilliam A. Rowe Jr2008-09-261-4/+5
* The last two of several helper threads which do not need a defaultWilliam A. Rowe Jr2008-09-261-4/+12
* The next of several helper threads which do not need a default 1GB stackWilliam A. Rowe Jr2008-09-261-3/+6
* The first of several helper threads which do not need a default 1GB stackWilliam A. Rowe Jr2008-09-261-2/+2
* Track the internal stack_res_flag for properly constrainingWilliam A. Rowe Jr2008-09-262-1/+12
* CoredumpDir useless on win32; implementing toolhelp.dll is nontrivialWilliam A. Rowe Jr2008-09-261-1/+0
* Add dummy ap_mpm_register_timed_callback for other MPMs besides Event.Paul Querna2008-09-212-0/+14
* Introduce Suspendable Requests to the Event MPM.Paul Querna2008-09-204-30/+198
* mod_session_cookie, mod_session_dbd: Make sure cookies are set bothGraham Leggett2008-08-301-10/+42
* mod_session_cookie: Make sure that cookie attributes are correctlyGraham Leggett2008-08-291-4/+4
* The error logging core only logs at very high level if it has no Sander Temme2008-08-151-0/+2
* * server/util_cookies.c (ap_cookie_write2): Add missing sentinel inJoe Orton2008-08-061-1/+1
* * Give possible piped loggers a chance to process their input before they getRuediger Pluem2008-07-301-0/+10
* worker/event MPMs: graceful-stop doesn't work if the listener thread isGreg Ames2008-06-172-2/+8
* get the Event MPM to compile againGreg Ames2008-06-171-1/+1
* de-tabifyJim Jagielski2008-06-131-3/+3
* core: Fix address-in-use startup failure on some platforms causedJeff Trawick2008-06-081-16/+30
* No header files currently found in that dir, so the build fails.Sander Temme2008-06-081-1/+1
* 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