summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Further unixd hacks to remove duplication between old-unixd and mod_unixd,Nick Kew2008-11-043-6/+0
* Make sure we clear out previous things we were listening for.Paul Querna2008-11-031-0/+9
* Move security check to post_config, ćos pre-config hooks don´tNick Kew2008-11-031-22/+16
* Wrap the global count of privileges handlers operating. Silence grumblers.Nick Kew2008-11-031-1/+6
* Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startupNick Kew2008-11-038-60/+28
* Convert events to have an associated pool.Paul Querna2008-11-017-38/+50
* Reset the timers when in the child -- this prevents a fork bomb, as each chil...Paul Querna2008-11-011-0/+6
* Remove extra log line with how many threads are being spawned.Paul Querna2008-11-011-4/+0
* Move creation of the pollcb object to after we fork(), since kqueues don't pe...Paul Querna2008-11-012-9/+25
* Allow <Limit> and <LimitExcept> directives to nest, andChris Darroch2008-10-311-15/+28
* Make a valid prototypeJim Jagielski2008-10-301-1/+1
* Basic support for spawning children porcesses via fork() and killing them wit...Paul Querna2008-10-304-12/+88
* Remove completed todo items.Paul Querna2008-10-301-7/+0
* reindent according to our coding style: <http://httpd.apache.org/dev/stylegui...Paul Querna2008-10-3012-896/+841
* Create a new drop_privileges hook for the Simple MPM.Paul Querna2008-10-303-2/+62
* Remove SimpleUser configuration command, this will all be handled inside mod_...Paul Querna2008-10-302-19/+0
* Introduce modules/system, and mod_unixd.cNick Kew2008-10-291-0/+7
* * server/core.c: Fix implicit declaration of function 'unixd_set_rlimit' byPaul Querna2008-10-291-0/+4
* Improve ability to compile on C90 Compilers.Paul Querna2008-10-296-29/+46
* * server/mpm/simple/simple_io.c: s/simple_io_timeut_cb/simple_io_timeout_cb/gPaul Querna2008-10-281-3/+3
* * simple_io.c line 111 and 145 cause a build falure with --enable-maintainer-...Paul Querna2008-10-282-3/+4
* * server/mpm/simple/simple_{event,run}.c: Turn off Ring Macro debugging.Paul Querna2008-10-282-2/+2
* Add a work in progress, a completely new, "Simple MPM".Paul Querna2008-10-2818-2/+1571
* * 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