summaryrefslogtreecommitdiff
path: root/server/mpm/worker
Commit message (Expand)AuthorAgeFilesLines
* 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
* typoIan Holsman2002-08-021-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-042-0/+2
* 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-232-1/+2
* 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