summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_engine_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Session cache interface redesign, Part 9:Joe Orton2008-04-081-2/+2
* * Do not segfault when either no mutex is needed either because no sessionRuediger Pluem2008-02-271-1/+3
* Session cache interface redesign, Part 6:Joe Orton2008-02-261-5/+13
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/ssl/ssl_engine_mutex.c (ssl_mutex_on, ssl_mutex_off):Joe Orton2004-11-251-2/+2
* * os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.Joe Orton2004-10-121-3/+3
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-281-1/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-54/+21
* update license to 2004.André Malo2004-01-011-1/+1
* Unix: Handle permissions settings for flock-based mutexes inJeff Trawick2003-06-071-18/+8
* Match what we do with the ssl_scache_dbmJim Jagielski2003-03-311-1/+1
* Must fix - Win32 can't deal with this code, and we can no longer fixWilliam A. Rowe Jr2003-03-311-6/+15
* Because SSL's child init is run *after* we change uid/gid. So we need to ensu...Jim Jagielski2003-03-291-0/+2
* Addendum to r1.21... I missed the fact that we blew away the initWilliam A. Rowe Jr2003-03-271-1/+1
* Fix a serious bug where the 'next' generation of the server would openWilliam A. Rowe Jr2003-03-271-1/+5
* helps to actually use itJim Jagielski2003-03-261-1/+1
* Right now SSLMutex is bogus. It just uses APR_LOCK_DEFAULT noJim Jagielski2003-02-231-5/+18
* finished that boring job:André Malo2003-02-031-1/+1
* propagate gregames' change to the other callers of that functionCliff Woolley2002-05-201-1/+1
* Change mod_ssl from using ssl_log() to ap_log_error().Justin Erenkrantz2002-05-161-13/+16
* Correct typo in last commit.Justin Erenkrantz2002-05-131-1/+1
* Apply same patch (nee hack) to mod_ssl as was done to mod_rewrite toJustin Erenkrantz2002-05-131-0/+15
* Convert mod_ssl to the new apr_global_mutex.h API and remove allAaron Bannert2002-04-091-5/+6
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Fix bad logging level.Justin Erenkrantz2002-02-171-1/+1
* If the file specified by SSLMutex cannot be created (because the directory ...Justin Erenkrantz2002-02-161-1/+5
* The mutex must be pool-managed, not ssl managed. We are encounteringWilliam A. Rowe Jr2002-01-111-15/+2
* call ssl_mutex_kill() during module cleanupDoug MacEachern2002-01-091-0/+4
* handle the disappearance of apr_lock_create_np() andJeff Trawick2001-12-291-1/+1
* Apply mod_ssl MEGA porting patch. This is a cleaned up version of theRalf S. Engelschall2001-07-191-9/+5
* Kick out all old mutex code and base SSLMutex on APR locks.Ralf S. Engelschall2001-05-051-286/+28
* Axe most WIN32 stuff from Apache 1.3. In Apache 2.0 we either use APRRalf S. Engelschall2001-05-051-12/+0
* Next step in mod_ssl integration:Ralf S. Engelschall2001-05-051-0/+3
* mod_ssl integration step 2:Ralf S. Engelschall2001-05-041-34/+32
* Initial revisionRalf S. Engelschall2001-05-041-0/+397