summaryrefslogtreecommitdiffstats
path: root/server/mpm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bring 2.0 up to parity, a bit, with how much info we provide toJim Jagielski2002-03-206-2/+24
* No sense in opening this event when it's already opened in the parent.William A. Rowe Jr2002-03-201-1/+16
* More process lifetime changes, and simplify some ambigious cruft.William A. Rowe Jr2002-03-201-12/+16
* Fix a few listener-related lifetime issues [they are created in theWilliam A. Rowe Jr2002-03-201-4/+4
* The pre_mpm hook creates server-lifetime objects (or at least, for theWilliam A. Rowe Jr2002-03-207-7/+7
* When restarting [always graceful on Win32], we don't repeat pre_mpmWilliam A. Rowe Jr2002-03-201-1/+6
* Make the listener thread stop accepting new connections and exitJeff Trawick2002-03-203-83/+96
* get the start thread to exit when we have reached termination butJeff Trawick2002-03-201-0/+12
* be a little more specific in a thread-create error messageJeff Trawick2002-03-191-1/+1
* "apachectl stop" shouldn't send the gracefully-terminate char downJeff Trawick2002-03-191-1/+3
* get rid of unnecessary code to track the number of worker threadsJeff Trawick2002-03-191-13/+0
* Fix a hang condition with graceful restart and prefork MPMJeff Trawick2002-03-181-7/+12
* prefork and worker:Jeff Trawick2002-03-182-0/+10
* Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_foo entities aren'tWilliam A. Rowe Jr2002-03-162-2/+2
* Axe unused variableWilliam A. Rowe Jr2002-03-151-2/+0
* Update the mpms to call the new allocator/pools APISander Striker2002-03-154-4/+19
* Added code to extract the current address space name so that eachBradley Nicholes2002-03-141-3/+16
* Some lingering debug cruft that isn't neededWilliam A. Rowe Jr2002-03-141-3/+0
* Use fprintf to stderr over printf. Better yet - replace with theWilliam A. Rowe Jr2002-03-141-13/+13
* My [sixth?] major revamp of service.c. Traded an event for a mutexWilliam A. Rowe Jr2002-03-143-233/+72
* Cleanup the eventlogger code, and split it into its own source.William A. Rowe Jr2002-03-142-0/+230
* Now that we test ownership of the listeners in listen.c, -k "start"William A. Rowe Jr2002-03-141-9/+29
* The be-certain-we-own-the-socket patch to listen.c fails if we hangWilliam A. Rowe Jr2002-03-141-0/+1
* Update our copyright for this year.Roy T. Fielding2002-03-1335-35/+35
* simplify the way we find the family of an apr_sockaddr_tJeff Trawick2002-03-132-2/+2
* As hinted on dev@httpd, change filter naming schemes to match ourJustin Erenkrantz2002-03-072-2/+2
* failures on the accept mutex are common at restart time, so be smartJeff Trawick2002-03-051-2/+14
* fix a typo in a log message... the message claimed that apr_proc_mutex_lock()Jeff Trawick2002-03-051-1/+1
* skip the lock release if the lock obtain failedJeff Trawick2002-03-051-0/+1
* restart fixes for worker:Jeff Trawick2002-02-241-14/+40
* When firing up a new child process, wipe clean the set of worker_score recordsBrian Havard2002-02-231-0/+1
* Handle shift of restart_time into scoreboard.Brian Havard2002-02-231-4/+1
* Implement apr_proc_detach changes and allow -DNO_DETACH in the multi-processAaron Bannert2002-02-215-14/+19
* Convert the ap_queue_foo routines to return apr_status_t as appropriate.Jeff Trawick2002-02-213-46/+54
* zap an incorrect commentJeff Trawick2002-02-211-1/+1
* Some info messages mean something to only three people in this world,William A. Rowe Jr2002-02-201-9/+9
* Seems Terminal Server flavors were failing global_mutex_init, but it wasWilliam A. Rowe Jr2002-02-201-10/+30
* Win32: Migrate mpm_winnt away from the deprecated apr_lock APIBill Stoddard2002-02-201-29/+30
* close a nearly-impossible leak in dummy_connection (the copy of theJeff Trawick2002-02-181-0/+1
* expand_lock_fname() is no longer usedJeff Trawick2002-02-171-7/+0
* Restored the permission setting for the accept mutex (whichBrian Pane2002-02-161-0/+14
* Converted prefork MPM's accept mutex to the new lock APIBrian Pane2002-02-161-50/+24
* Implement new ScoreBoardFile directive logic. This affects how weAaron Bannert2002-02-1512-38/+0
* Retain signal handling in the worker MPM for the one_process caseAaron Bannert2002-02-141-20/+63
* Create a new pool allocator for each worker threadBradley Nicholes2002-02-131-1/+2
* Performance optimization: updated the worker MPM to recycleBrian Pane2002-02-133-9/+46
* The final commit to achieve a quality release. We cannot use CreateThreadWilliam A. Rowe Jr2002-02-131-5/+5
* After hours of debugging, the answer was -trivial-, but extremelyWilliam A. Rowe Jr2002-02-121-32/+38
* Perform a serious scrubbing of the child process, before we report thatWilliam A. Rowe Jr2002-02-121-5/+23
* Move the sleep until after we have duplicated the simple handles. We mustWilliam A. Rowe Jr2002-02-121-10/+10