7783e4e9620bf1efb99f0cd7accfe9482c57cff9 1597642 |
|
26-May-2014 |
jailletc36 |
Rename module name in doxygen + partly revert r832442 which skipped doxygen doc generation for 'mod_watchdog.h' |
742318b93e89c311f66b55f426c4d9cf2c14628b 1174748 |
|
23-Sep-2011 |
jim |
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change |
dd1b30790473026968639fe86011d854533fc6b5 1129914 |
|
31-May-2011 |
wrowe |
solve getpid() process.h function order |
d633ae407c3c956cb2d67ff27055ff0e640967ad 1025496 |
|
20-Oct-2010 |
fuankg |
Added header include for getpid() prototype on Win32. |
11f2c481e1d57bedb3f758565307501e9a2730dd 883540 |
|
24-Nov-2009 |
trawick |
Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,
and WatchdogMutexPath with a single Mutex directive. Add APIs to
simplify setup and user customization of APR proc and global mutexes.
(See util_mutex.h.) Build-time setting DEFAULT_LOCKFILE is no longer
respected; set DEFAULT_REL_RUNTIMEDIR instead.
Some existing modules, such as mod_ldap and mod_auth_digest gain
configurability for their mutexes. |
5a9609d43c25550fb107c4e312b2b0609129b2fc 832442 |
|
03-Nov-2009 |
poirier |
Fix remaining doxygen warnings. "make dox" is now clean with doxygen
version 1.5.8.
PR: 48093
Submitted by: Brad Hards
Reviewed by: poirier |
c779aea0c9b7c47c2e4fd258e3f54835a849625d 830527 |
|
28-Oct-2009 |
poirier |
Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.
I added a few more fixes, and there are still more that might
need a doxygen expert.
PR: 48061
Submitted by: Brad Hards
Reviewed by: poirier |
9696985fe24aea66493962d4d10e1b66bc88351a 820427 |
|
30-Sep-2009 |
trawick |
change the callable functions in the mod_watchdog API
to optional hooks to avoid module ordering or other symbol
resolution issues; affected:
ap_watchdog_get_instance
ap_watchdog_register_callback
ap_watchdog_set_callback_interval |
45402b4a5fd0f8959c3d1f84344b2932f7997a21 820370 |
|
30-Sep-2009 |
trawick |
tweak spelling/wording in mod_watchdog documentation |
b972d6954acbeafb8e1d6e7020e1e907cb884d0c 792154 |
|
08-Jul-2009 |
fuankg |
finally fixed NetWare export list (thanks help from rjung). |
9b3f22245585921d653a10083d862538dc704f56 772848 |
|
08-May-2009 |
wrowe |
Here's the simpler solution to the two groups of mappers/ modules...
The mod_so and mod_watchdog are truly not mappers/ at all. Very open
to better names than modules/core/ but these are clearly API's which
are to be consumed by the httpd core, or generically, any module. |