summaryrefslogtreecommitdiff
path: root/server/mpm/worker/worker.c
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-126/+126
* 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
* Implement a graceful-stop for the worker MPM. We close our listeners, and thenColm MacCarthaigh2005-08-271-6/+73
* 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-041-1/+2
* worker MPM: Fix a problem which could cause httpd processes toJeff Trawick2004-12-021-0/+18
* use existing directive name ThreadStackSize instead ofJeff Trawick2004-03-151-2/+2
* Threaded MPMs for Unix and Win32: Add WorkerStackSize directiveJeff Trawick2004-03-111-0/+4
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first checkinAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* 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-011-1/+1
* 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
* 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
* 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
* consolidate code related to sig_coredumpJeff Trawick2003-04-091-72/+7
* finished that boring job:André Malo2003-02-031-1/+1
* 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
* Bring Apache in line with APR's new poll implementation. This isn'tRyan Bloom2002-07-111-1/+2
* replaced APR_USEC_PER_SEC division with the new time macrosBrian Pane2002-07-041-6/+6
* Add a new directive: MaxMemFree. MaxMemFree makes it possibleSander Striker2002-07-041-0/+1
* Now that we have the functionality in apr, we can now have 2.0'sJim Jagielski2002-06-071-1/+3
* Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renamesSander Striker2002-05-301-1/+1
* Fix for the worker deadlock problemBrian Pane2002-05-241-19/+32
* Add "-k start|startssl|restart|graceful|stop" support to httpdJeff Trawick2002-05-231-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-39/+39
* wait for worker threads to exit even in graceless terminationJeff Trawick2002-05-011-10/+8
* Defer starting the listener until we have at least tried to start all the workerBill Stoddard2002-05-011-6/+6
* Close sockets on worker MPM when doing a graceless restart. This shouldJustin Erenkrantz2002-05-011-0/+21