summaryrefslogtreecommitdiff
path: root/modules/core/mod_watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* core: Efficient ap_thread_current() when apr_thread_local() is missing.Yann Ylavic2022-01-251-1/+1
* mod_watchdog: use a single "wd_running" pool in wd_worker() thread.Yann Ylavic2020-04-171-19/+10
* * modules/core/mod_watchdog.c (wd_worker): Fix crashes snuck intoJoe Orton2020-04-161-15/+18
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-4/+9
* * modules/core/mod_watchdog.c: Switch to simpler logic to avoid theJoe Orton2020-04-141-18/+12
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* mod_watchdog: Correct some log messages and fixRainer Jung2017-11-121-4/+6
* Allow WatchdogInterval to be sub 1 secondJim Jagielski2017-06-211-4/+12
* Not an error... last one is honoredJim Jagielski2017-06-211-4/+0
* name changes re: suggestionJim Jagielski2017-01-111-5/+5
* Use pconf as parent pool so mutexes get cleaned on restarts/reloadsJim Jagielski2017-01-111-1/+1
* Fix sparse warnings introduced in r1722154 (inconsistent indenting)Christophe Jaillet2016-01-031-3/+3
* Update w/ better loggingJim Jagielski2015-12-291-8/+25
* fix spelling error in commentJeff Trawick2014-02-241-1/+1
* No need for process.h system include since we don't use getpid() any moreMladen Turk2011-12-051-4/+0
* Axe check for second post config call. New ap_state_query(AP_SQ_MAIN_STATE) =...Mladen Turk2011-12-051-13/+0
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-4/+4
* Remove some getpid() logging, this is now also included in the error logStefan Fritsch2011-11-301-9/+4
* s/WATCHODG/WATCHDOG/Jeff Trawick2011-11-171-18/+18
* solve getpid() process.h function orderWilliam A. Rowe Jr2011-05-311-0/+8
* Fix two bugs introduced by r1070153Stefan Fritsch2011-02-131-7/+8
* Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch2011-02-121-3/+5
* OS/2 build fix:Brian Havard2010-06-221-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Catch up with ap_[proc|global]_mutex_create api changeWilliam A. Rowe Jr2010-05-041-1/+1
* tweaks to r883540:Jeff Trawick2009-11-241-1/+1
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-231-73/+13
* change the callable functions in the mod_watchdog APIJeff Trawick2009-09-301-13/+16
* Here's the simpler solution to the two groups of mappers/ modules...William A. Rowe Jr2009-05-081-0/+770