ed6608b05c17ad82dd9391739af837256bdffb42 1374963 |
|
20-Aug-2012 |
fuankg |
Move *_DECLARE_* macros to beginning of line in headers.
Patch submitted by: normw gknw net. |
ec9c4ad7eb1d2ef94aedb2b180d9cf9312a639fd 1198930 |
|
07-Nov-2011 |
sf |
Only init the RNG once at startup. This saves some entropy and works around the APR bug
fixed in r1198921 |
01694dd2fb16b9ea30e9136e0fa1103acddb7014 1198868 |
|
07-Nov-2011 |
sf |
Call apr_random_after_fork() manually in the child processes because the MPMs
use plain fork() and not apr_proc_fork().
Also add some workaround for APR not changing the RNG state in the parent. |
11e076839c8d5a82d55e710194d0daac51390dbd 1174929 |
|
23-Sep-2011 |
sf |
More cleanup: Expand tabs and some more indentation fixes
No functional change |
742318b93e89c311f66b55f426c4d9cf2c14628b 1174748 |
|
23-Sep-2011 |
jim |
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change |
7bf4eb9638a127fbfbc402d2c0e4ec0085934cf0 1171247 |
|
15-Sep-2011 |
sf |
Create wrapper API for apr_random;
use in mod_lbmethod_heartbeat and mod_serf to
- replace some needles use of apr_generate_random_bytes
- remove code duplication |
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 |
93669faae5958e6e96e312f5b795ece7523aacac 664235 |
|
07-Jun-2008 |
wrowe |
Consumed by server/*.c, belongs in include/ |