summaryrefslogtreecommitdiff
path: root/modules/core
Commit message (Expand)AuthorAgeFilesLines
* *) mod_watchdog: add assertions to cleanup codeStefan Eissing2022-02-251-5/+16
* *) mod_watchdog: do not call a watchdog instance forStefan Eissing2022-02-241-24/+4
* *) mod_watchdog: use the `child_stopping` and `child_stopped` hooksStefan Eissing2022-02-241-9/+52
* *) mod_watchdog: replace the new volatile with atomic access.Stefan Eissing2022-02-231-14/+15
* *) mod_watchdog: use hook 'child_stopping' to signal watchdogsStefan Eissing2022-02-221-33/+40
* core: Efficient ap_thread_current() when apr_thread_local() is missing.Yann Ylavic2022-01-251-1/+1
* don't try to load modules from a NULL pathEric Covener2020-07-311-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
* mod_macro: fix usability of globally defined macros in .htaccess files.Yann Ylavic2017-10-281-17/+12
* 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
* And another lognoJim Jagielski2016-11-221-1/+1
* Oops. update lognoJim Jagielski2016-11-221-2/+2
* mod_macro improvements to bypass "expected" warnings and conflictsJim Jagielski2016-11-221-7/+60
* Fix spelling in comments and text files.Rainer Jung2016-08-112-5/+5
* Add watchdog by default at level 'most' for mod_proxy_hcheckWilliam A. Rowe Jr2016-06-231-1/+1
* Added many log numbers to log statements thatRainer Jung2016-01-191-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
* do some property cleanupAndré Malo2015-07-2051-6/+0
* mod_macro: Clear macros before initialization to avoid use-after-freeYann Ylavic2015-02-031-8/+14
* Remove APLOG_NOERRNO.Christophe Jaillet2014-07-221-21/+21
* Add missing APLOGNO.Christophe Jaillet2014-07-201-2/+2
* Rename module name in doxygen + partly revert r832442 which skipped doxygen d...Christophe Jaillet2014-05-261-3/+3
* fix spelling error in commentJeff Trawick2014-02-241-1/+1
* Allocate correct size for the array to avoid useless memory allocation and copyChristophe Jaillet2014-01-031-1/+1
* eol-style = nativeAndré Malo2013-05-201-111/+111
* Add mod_macro to Windows build.Gregg Lewis Smith2013-01-211-0/+111
* Added mod_macro to NetWare build.Guenter Knauf2013-01-201-0/+257
* Add "mod_macro" as a standard module, compiled in with "most".Fabien Coelho2013-01-20143-0/+2366
* If a filename without slashes is specified for LoadFile orStefan Fritsch2012-04-301-34/+43
* 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-022-9/+9
* 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
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-232-6/+6
* Simplify mod_watchdog dependency checking code. This also fixes mod_watchdogStefan Fritsch2011-08-051-12/+4
* adjustments of build priorities of modules without special dependenciesStefan Fritsch2011-07-131-1/+1
* solve getpid() process.h function orderWilliam A. Rowe Jr2011-05-312-7/+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