summaryrefslogtreecommitdiff
path: root/server/util_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Save a few bytes in conf pool when parsing 'Mutex' directive on some OS.Christophe Jaillet2016-02-251-1/+2
* Mutex directive: finish support of DefaultRuntimeDirJeff Trawick2012-08-071-3/+3
* Move away from DEFAULT_REL_RUNTIMEDIR and use ap_runtime_dir_relative()Jim Jagielski2012-03-121-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-4/+4
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-091-0/+62
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+4
* hide some unused code on Win32 and NetWareJeff Trawick2011-04-071-0/+2
* enable DEFAULT_REL_RUNTIMEDIR on NetWare and WindowsJeff Trawick2011-03-271-4/+0
* Add a generic pool cleanup function that sets a pointer to NULL and useStefan Fritsch2010-11-061-7/+2
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* It is not inconvenient to return the derived filename here, let'sWilliam A. Rowe Jr2010-05-041-4/+10
* Fix startup segfault when the Mutex directive is used but no loaded Jeff Trawick2010-02-221-2/+2
* string constnessTakashi Sato2009-12-291-4/+4
* fix this:Jeff Trawick2009-12-021-2/+1
* Add OmitPID keyword on Mutex directive to suppress theJeff Trawick2009-12-021-20/+61
* fix the "fix" in r883816Jeff Trawick2009-11-241-2/+3
* fix Win32 compile failure in r883540, reported by Gregg SmithJeff Trawick2009-11-241-0/+4
* fix Win32 compile failure in r883540, reported by Gregg SmithJeff Trawick2009-11-241-2/+2
* fix Win32 compile failure in r883540, reported by Gregg SmithJeff Trawick2009-11-241-0/+2
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-231-4/+337
* remove leader, perchild, and threadpool MPMs (other than non-English bits in ...Jeff Trawick2009-03-261-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* ap_available_mutexes_string and ap_add_available_mutexes_string William A. Rowe Jr2007-08-231-51/+0
* Minor quibble; the declarespec for data comes after the data type.William A. Rowe Jr2007-08-231-2/+2
* Once SSLMutex allowed for the setting of both theJim Jagielski2006-10-241-0/+167