| Commit message (Expand) | Author | Age | Files | Lines |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -4/+4 |
* | Catch up with ap_[proc|global]_mutex_create api change | William A. Rowe Jr | 2010-05-04 | 1 | -2/+2 |
* | Style guides at httpd are pretty clear, macro values are UPCASE, please? | William A. Rowe Jr | 2010-02-07 | 1 | -3/+3 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 1 | -34/+11 |
* | * Another set of missed renames. | Ruediger Pluem | 2008-12-02 | 1 | -1/+1 |
* | Session cache interface redesign, Part 9: | Joe Orton | 2008-04-08 | 1 | -2/+2 |
* | * Do not segfault when either no mutex is needed either because no session | Ruediger Pluem | 2008-02-27 | 1 | -1/+3 |
* | Session cache interface redesign, Part 6: | Joe Orton | 2008-02-26 | 1 | -5/+13 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -1/+1 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | * modules/ssl/ssl_engine_mutex.c (ssl_mutex_on, ssl_mutex_off): | Joe Orton | 2004-11-25 | 1 | -2/+2 |
* | * os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS. | Joe Orton | 2004-10-12 | 1 | -3/+3 |
* | Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.h | Joe Orton | 2004-02-28 | 1 | -1/+1 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -54/+21 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | Unix: Handle permissions settings for flock-based mutexes in | Jeff Trawick | 2003-06-07 | 1 | -18/+8 |
* | Match what we do with the ssl_scache_dbm | Jim Jagielski | 2003-03-31 | 1 | -1/+1 |
* | Must fix - Win32 can't deal with this code, and we can no longer fix | William A. Rowe Jr | 2003-03-31 | 1 | -6/+15 |
* | Because SSL's child init is run *after* we change uid/gid. So we need to ensu... | Jim Jagielski | 2003-03-29 | 1 | -0/+2 |
* | Addendum to r1.21... I missed the fact that we blew away the init | William A. Rowe Jr | 2003-03-28 | 1 | -1/+1 |
* | Fix a serious bug where the 'next' generation of the server would open | William A. Rowe Jr | 2003-03-28 | 1 | -1/+5 |
* | helps to actually use it | Jim Jagielski | 2003-03-26 | 1 | -1/+1 |
* | Right now SSLMutex is bogus. It just uses APR_LOCK_DEFAULT no | Jim Jagielski | 2003-02-23 | 1 | -5/+18 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | propagate gregames' change to the other callers of that function | Cliff Woolley | 2002-05-20 | 1 | -1/+1 |
* | Change mod_ssl from using ssl_log() to ap_log_error(). | Justin Erenkrantz | 2002-05-16 | 1 | -13/+16 |
* | Correct typo in last commit. | Justin Erenkrantz | 2002-05-13 | 1 | -1/+1 |
* | Apply same patch (nee hack) to mod_ssl as was done to mod_rewrite to | Justin Erenkrantz | 2002-05-13 | 1 | -0/+15 |
* | Convert mod_ssl to the new apr_global_mutex.h API and remove all | Aaron Bannert | 2002-04-09 | 1 | -5/+6 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Fix bad logging level. | Justin Erenkrantz | 2002-02-18 | 1 | -1/+1 |
* | If the file specified by SSLMutex cannot be created (because the directory ... | Justin Erenkrantz | 2002-02-16 | 1 | -1/+5 |
* | The mutex must be pool-managed, not ssl managed. We are encountering | William A. Rowe Jr | 2002-01-11 | 1 | -15/+2 |
* | call ssl_mutex_kill() during module cleanup | Doug MacEachern | 2002-01-09 | 1 | -0/+4 |
* | handle the disappearance of apr_lock_create_np() and | Jeff Trawick | 2001-12-30 | 1 | -1/+1 |
* | Apply mod_ssl MEGA porting patch. This is a cleaned up version of the | Ralf S. Engelschall | 2001-07-19 | 1 | -9/+5 |
* | Kick out all old mutex code and base SSLMutex on APR locks. | Ralf S. Engelschall | 2001-05-05 | 1 | -286/+28 |
* | Axe most WIN32 stuff from Apache 1.3. In Apache 2.0 we either use APR | Ralf S. Engelschall | 2001-05-05 | 1 | -12/+0 |
* | Next step in mod_ssl integration: | Ralf S. Engelschall | 2001-05-05 | 1 | -0/+3 |
* | mod_ssl integration step 2: | Ralf S. Engelschall | 2001-05-05 | 1 | -34/+32 |
* | Initial revision | Ralf S. Engelschall | 2001-05-04 | 1 | -0/+397 |