index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*) mod_watchdog: add assertions to cleanup code
Stefan Eissing
2022-02-25
1
-5
/
+16
*
*) mod_watchdog: do not call a watchdog instance for
Stefan Eissing
2022-02-24
1
-24
/
+4
*
*) mod_watchdog: use the `child_stopping` and `child_stopped` hooks
Stefan Eissing
2022-02-24
1
-9
/
+52
*
*) mod_watchdog: replace the new volatile with atomic access.
Stefan Eissing
2022-02-23
1
-14
/
+15
*
*) mod_watchdog: use hook 'child_stopping' to signal watchdogs
Stefan Eissing
2022-02-22
1
-33
/
+40
*
core: Efficient ap_thread_current() when apr_thread_local() is missing.
Yann Ylavic
2022-01-25
1
-1
/
+1
*
don't try to load modules from a NULL path
Eric Covener
2020-07-31
1
-1
/
+1
*
mod_watchdog: use a single "wd_running" pool in wd_worker() thread.
Yann Ylavic
2020-04-17
1
-19
/
+10
*
* modules/core/mod_watchdog.c (wd_worker): Fix crashes snuck into
Joe Orton
2020-04-16
1
-15
/
+18
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
1
-4
/
+9
*
* modules/core/mod_watchdog.c: Switch to simpler logic to avoid the
Joe Orton
2020-04-14
1
-18
/
+12
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-2
/
+2
*
mod_watchdog: Correct some log messages and fix
Rainer Jung
2017-11-12
1
-4
/
+6
*
mod_macro: fix usability of globally defined macros in .htaccess files.
Yann Ylavic
2017-10-28
1
-17
/
+12
*
Allow WatchdogInterval to be sub 1 second
Jim Jagielski
2017-06-21
1
-4
/
+12
*
Not an error... last one is honored
Jim Jagielski
2017-06-21
1
-4
/
+0
*
name changes re: suggestion
Jim Jagielski
2017-01-11
1
-5
/
+5
*
Use pconf as parent pool so mutexes get cleaned on restarts/reloads
Jim Jagielski
2017-01-11
1
-1
/
+1
*
And another logno
Jim Jagielski
2016-11-22
1
-1
/
+1
*
Oops. update logno
Jim Jagielski
2016-11-22
1
-2
/
+2
*
mod_macro improvements to bypass "expected" warnings and conflicts
Jim Jagielski
2016-11-22
1
-7
/
+60
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
2
-5
/
+5
*
Add watchdog by default at level 'most' for mod_proxy_hcheck
William A. Rowe Jr
2016-06-23
1
-1
/
+1
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-1
/
+1
*
Fix sparse warnings introduced in r1722154 (inconsistent indenting)
Christophe Jaillet
2016-01-03
1
-3
/
+3
*
Update w/ better logging
Jim Jagielski
2015-12-29
1
-8
/
+25
*
do some property cleanup
André Malo
2015-07-20
51
-6
/
+0
*
mod_macro: Clear macros before initialization to avoid use-after-free
Yann Ylavic
2015-02-03
1
-8
/
+14
*
Remove APLOG_NOERRNO.
Christophe Jaillet
2014-07-22
1
-21
/
+21
*
Add missing APLOGNO.
Christophe Jaillet
2014-07-20
1
-2
/
+2
*
Rename module name in doxygen + partly revert r832442 which skipped doxygen d...
Christophe Jaillet
2014-05-26
1
-3
/
+3
*
fix spelling error in comment
Jeff Trawick
2014-02-24
1
-1
/
+1
*
Allocate correct size for the array to avoid useless memory allocation and copy
Christophe Jaillet
2014-01-03
1
-1
/
+1
*
eol-style = native
André Malo
2013-05-20
1
-111
/
+111
*
Add mod_macro to Windows build.
Gregg Lewis Smith
2013-01-21
1
-0
/
+111
*
Added mod_macro to NetWare build.
Guenter Knauf
2013-01-20
1
-0
/
+257
*
Add "mod_macro" as a standard module, compiled in with "most".
Fabien Coelho
2013-01-20
143
-0
/
+2366
*
If a filename without slashes is specified for LoadFile or
Stefan Fritsch
2012-04-30
1
-34
/
+43
*
No need for process.h system include since we don't use getpid() any more
Mladen Turk
2011-12-05
1
-4
/
+0
*
Axe check for second post config call. New ap_state_query(AP_SQ_MAIN_STATE) =...
Mladen Turk
2011-12-05
1
-13
/
+0
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
2
-9
/
+9
*
Remove some getpid() logging, this is now also included in the error log
Stefan Fritsch
2011-11-30
1
-9
/
+4
*
s/WATCHODG/WATCHDOG/
Jeff Trawick
2011-11-17
1
-18
/
+18
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-1
/
+1
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
2
-6
/
+6
*
Simplify mod_watchdog dependency checking code. This also fixes mod_watchdog
Stefan Fritsch
2011-08-05
1
-12
/
+4
*
adjustments of build priorities of modules without special dependencies
Stefan Fritsch
2011-07-13
1
-1
/
+1
*
solve getpid() process.h function order
William A. Rowe Jr
2011-05-31
2
-7
/
+8
*
Fix two bugs introduced by r1070153
Stefan Fritsch
2011-02-13
1
-7
/
+8
*
Use ap_state_query() to fix many modules that were not correctly initializing
Stefan Fritsch
2011-02-12
1
-3
/
+5
[next]