summaryrefslogtreecommitdiff
path: root/server/mpm
Commit message (Expand)AuthorAgeFilesLines
* * event.c: Create ptrans pool as a child of pconf, to fix APR pool Paul Querna2005-06-011-1/+1
* downgrade the log level of a proc_mutex_unlock error messageJeff Trawick2005-05-311-1/+7
* * server/mpm/worker/worker.c (listener_thread): Create ptrans pool asJoe Orton2005-05-191-1/+1
* missed a couple. Greg Ames2005-05-062-10/+4
* Remove this old email from the source tree.Paul Querna2005-05-061-94/+0
* worker and event mpms: transient thread creation errors shouldn't take downGreg Ames2005-05-042-41/+87
* Allow httpd on NetWare to build using either the standard socket libraries or...Bradley Nicholes2005-04-141-3/+11
* the style police have been sleepingGreg Ames2005-04-051-1/+1
* Win32: Eliminate useless debug error messageBill Stoddard2005-04-051-4/+0
* Fix Windows CompContext buff size miscalculationAllan K. Edwards2005-03-221-2/+2
* sync with mod_status hacks in the worker mpm.Paul Querna2005-03-161-0/+2
* Add ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of chec...Paul Querna2005-03-081-2/+20
* Make sure that the secure listen sockets that are created and injected into t...Bradley Nicholes2005-03-081-1/+3
* worker MPM/mod_status: Support per-worker tracking of pid andJeff Trawick2005-03-051-0/+2
* Win32: Init the args to mpm_service_install(). Prevents nasty things like seg...Bill Stoddard2005-03-011-22/+26
* Win32: output some useful debug messages when installing the serviceBill Stoddard2005-02-181-0/+4
* Win32: Move call of mpm_service_install to rewrite_args hook but continue thr...Bill Stoddard2005-02-181-7/+32
* Fix some symbols which should -not- be exported, and decorate real_exit_codeWilliam A. Rowe Jr2005-02-184-15/+15
* Remove formatting characters from ap_log_error() calls. TheseJeff Trawick2005-02-091-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0448-48/+96
* Eliminate a very ugly race - the parallel starting threads were pickingWilliam A. Rowe Jr2005-01-021-12/+14
* ap_queue_push: update comment to reflect realityGreg Ames2004-12-092-6/+8
* * server/mpm/experimental/event/event.c: Go through and reformat and correctJustin Erenkrantz2004-12-041-53/+58
* fix child process aborts withGreg Ames2004-12-031-3/+49
* worker MPM: Fix a problem which could cause httpd processes toJeff Trawick2004-12-021-0/+18
* Fixing various compiler error when compiling against the latest version of Li...Bradley Nicholes2004-11-271-1/+1
* listener_thread: no functional changes, formatting changes onlyGreg Ames2004-11-271-116/+115
* only need one main listener loop.Greg Ames2004-11-271-13/+5
* make the type field in listener_poll_type an enum to make gdb output moreGreg Ames2004-11-271-5/+7
* If thread_num is long, this better be an %ldWilliam A. Rowe Jr2004-11-261-2/+2
* The Event MPM.Paul Querna2004-11-2010-3/+3098
* Remove the .cvsignore files.Joe Orton2004-11-198-37/+0
* parm cast should be DWORDAllan K. Edwards2004-10-061-2/+2
* remove dead codeJeff Trawick2004-10-061-4/+0
* clarify select() usage on WindowsAllan K. Edwards2004-10-061-1/+2
* WIN64: fix some windows specific 64bit warningsAllan K. Edwards2004-10-061-2/+2
* WIN64: SOCKET is not int on 64bit platformsAllan K. Edwards2004-10-051-6/+6
* WIN64: first in a series to get Windows IA64 builds clean, this serves pagesAllan K. Edwards2004-09-222-9/+14
* Win32: Fix stranded piped loggers on apache -k start,restart,config,installBill Stoddard2004-08-251-0/+8
* WinNT MPM: Fix a broken log message at termination.Jeff Trawick2004-08-141-1/+2
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),Joe Orton2004-08-111-4/+4
* perchild MPM: Fix thread safety problem in the use of longjmp().Jeff Trawick2004-07-311-3/+5
* Prevent Win32 pool corruption at startupAllan K. Edwards2004-05-031-2/+17
* disable the use of acceptex on Win9x systems automaticallyAndré Malo2004-04-241-0/+5
* Fix a typo and clean up some tab characters.Bradley Nicholes2004-04-141-25/+25
* the eight space tabs are harassing me.André Malo2004-04-111-366/+369
* *) SECURITY: CAN-2004-0174 (cve.mitre.org)Jeff Trawick2004-03-191-3/+0
* Adapt the mpm_netware version of the ThreadStackSize directive to the common ...Bradley Nicholes2004-03-173-17/+9
* Report the NetWare socket error since we are using native socket callsBradley Nicholes2004-03-161-1/+1
* use existing directive name ThreadStackSize instead ofJeff Trawick2004-03-155-9/+10