summaryrefslogtreecommitdiff
path: root/server/mpm/worker
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-103-132/+132
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-8/+8
* use Greg's cleaner fix for CAN-2005-2970Jeff Trawick2005-10-081-13/+9
* SECURITY: CAN-2005-2970 (cve.mitre.org)Jeff Trawick2005-09-301-0/+5
* Revert one part. I should have tested seperately. This line isn't neccessary.Colm MacCarthaigh2005-08-311-1/+1
* Actually allow the admin to set thread_limit higher than the default. Colm MacCarthaigh2005-08-311-3/+3
* More getpid format fixesJim Jagielski2005-08-311-4/+4
* *how* did I mis-spell that.Colm MacCarthaigh2005-08-291-1/+1
* Move the "GracefulShutdownTimeout" command definition into mpm_commonColm MacCarthaigh2005-08-291-3/+1
* Doxygen fixup / cleanupIan Holsman2005-08-284-0/+37
* Implement a graceful-stop for the worker MPM. We close our listeners, and thenColm MacCarthaigh2005-08-272-6/+74
* Implement "de-listening" in the worker MPM. Fixes PR28167. Comments in CHANGESColm MacCarthaigh2005-08-241-0/+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-061-5/+2
* worker and event mpms: transient thread creation errors shouldn't take downGreg Ames2005-05-041-21/+44
* the style police have been sleepingGreg Ames2005-04-051-1/+1
* worker MPM/mod_status: Support per-worker tracking of pid andJeff Trawick2005-03-051-0/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-047-7/+14
* ap_queue_push: update comment to reflect realityGreg Ames2004-12-091-3/+4
* worker MPM: Fix a problem which could cause httpd processes toJeff Trawick2004-12-021-0/+18
* Remove the .cvsignore files.Joe Orton2004-11-191-5/+0
* use existing directive name ThreadStackSize instead ofJeff Trawick2004-03-151-2/+2
* Threaded MPMs for Unix and Win32: Add WorkerStackSize directiveJeff Trawick2004-03-112-0/+5
* fix name of The Apache Software FoundationAndré Malo2004-02-097-7/+7
* fix copyright dates according to the first checkinAndré Malo2004-02-087-7/+7
* apply Apache License, Version 2.0André Malo2004-02-067-371/+71
* worker MPM: fix stack overlay bug that could cause the parentJeff Trawick2004-01-281-1/+2
* Unix MPMs: Stop dropping connections when the file descriptorJeff Trawick2004-01-271-10/+0
* update license to 2004.André Malo2004-01-017-7/+7
* remove inadvertent commit of clumsy gdb workaround (sorry!)Jeff Trawick2003-12-131-5/+0
* update leader, threadpool, and worker MPMs to return MPM stateJeff Trawick2003-12-131-4/+31
* remove calls to the apr_proc_other_child_read function that no longer existsBrian Pane2003-11-241-1/+2
* Switch over to the new pollset API.Greg Stein2003-11-161-30/+52
* Switch to the new 32-bit APR atomic API for better portabilityBrian Pane2003-09-291-14/+18
* Add casts to apr_atomic_casptr arguments to avoid compiler warningsBrian Pane2003-09-131-3/+3
* Lower the severity of the "listener thread didn't exit" messageJeff Trawick2003-09-051-1/+1
* Fix a misleading message from the some of the threaded MPMs whenJeff Trawick2003-09-051-1/+1
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-2/+2
* Updated the various MPM's to use the new bucket_alloc_create_ex APICliff Woolley2003-08-281-4/+1
* Make sure that the global ap_max_mem_free is initialized along with theBradley Nicholes2003-08-271-0/+3
* Minor cleanups:Joe Orton2003-07-101-9/+2
* Minor cleanup:Joe Orton2003-07-101-3/+1
* consolidate code related to sig_coredumpJeff Trawick2003-04-092-72/+8
* SECURITY: Eliminated leaks of several file descriptors to childWilliam A. Rowe Jr2003-03-201-0/+4
* finished that boring job:André Malo2003-02-037-7/+7
* fix the type of the idlers field to match what apr_atomic_cas() expectsJeff Trawick2003-01-151-1/+1
* Replace most of the mutex locking in the worker MPM's "queue info"Brian Pane2003-01-031-42/+111
* Adjust the descriptions of these directives, avoid the child/process/threadJim Jagielski2002-08-281-5/+5
* Minor error log typoJim Jagielski2002-08-211-1/+1