summaryrefslogtreecommitdiff
path: root/modules/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add to modules' help text (displayed by ./configure -h) moreDaniel Earl Poirier2010-11-011-1/+1
* Added header include for getpid() prototype on Win32.Guenter Knauf2010-10-201-0/+3
* Add ap_find_module_short_name() to quickly get the module short nameStefan Fritsch2010-07-191-1/+1
* OS/2 build fix:Brian Havard2010-06-221-1/+1
* Fix comment. DSO is now default.Rainer Jung2010-06-061-3/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-062-2/+2
* 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-232-77/+13
* Fix remaining doxygen warnings. "make dox" is now clean with doxygenDaniel Earl Poirier2009-11-031-3/+6
* Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.Daniel Earl Poirier2009-10-281-6/+6
* change the callable functions in the mod_watchdog APIJeff Trawick2009-09-302-26/+26
* don't override the user's choice (e.g., --enable-watchdog)Jeff Trawick2009-09-301-4/+6
* tweak spelling/wording in mod_watchdog documentationJeff Trawick2009-09-301-8/+8
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* finally fixed NetWare export list (thanks help from rjung).Guenter Knauf2009-07-081-0/+2
* Here's the simpler solution to the two groups of mappers/ modules...William A. Rowe Jr2009-05-087-0/+1642