]> granicus.if.org Git - apache/history - modules/ssl/ssl_engine_mutex.c
Update copyright year to 2005 and standardize on current copyright owner line.
[apache] / modules / ssl / ssl_engine_mutex.c
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-11-25 Joe Orton* modules/ssl/ssl_engine_mutex.c (ssl_mutex_on, ssl_mut...
2004-10-12 Joe Orton* os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.
2004-02-28 Joe OrtonMove mod_ssl-internal interfaces into ssl_private.h...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-06-07 Jeff TrawickUnix: Handle permissions settings for flock-based mutex...
2003-03-31 Jim JagielskiMatch what we do with the ssl_scache_dbm
2003-03-31 William A. Rowe Jr Must fix - Win32 can't deal with this code, and...
2003-03-29 Jim JagielskiBecause SSL's child init is run *after* we change uid...
2003-03-27 William A. Rowe Jr Addendum to r1.21... I missed the fact that we blew...
2003-03-27 William A. Rowe Jr Fix a serious bug where the 'next' generation of...
2003-03-26 Jim Jagielskihelps to actually use it
2003-02-23 Jim JagielskiRight now SSLMutex is bogus. It just uses APR_LOCK_DEFA...
2003-02-03 André Malofinished that boring job:
2002-05-20 Cliff Woolleypropagate gregames' change to the other callers of...
2002-05-16 Justin ErenkrantzChange mod_ssl from using ssl_log() to ap_log_error().
2002-05-13 Justin ErenkrantzCorrect typo in last commit.
2002-05-13 Justin ErenkrantzApply same patch (nee hack) to mod_ssl as was done...
2002-04-09 Aaron BannertConvert mod_ssl to the new apr_global_mutex.h API and...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-17 Justin ErenkrantzFix bad logging level.
2002-02-16 Justin ErenkrantzIf the file specified by SSLMutex cannot be created...
2002-01-11 William A. Rowe Jr The mutex must be pool-managed, not ssl managed....
2002-01-09 Doug MacEacherncall ssl_mutex_kill() during module cleanup
2001-12-29 Jeff Trawickhandle the disappearance of apr_lock_create_np() and
2001-07-19 Ralf S. EngelschallApply mod_ssl MEGA porting patch. This is a cleaned...
2001-05-05 Ralf S. EngelschallKick out all old mutex code and base SSLMutex on APR...
2001-05-05 Ralf S. EngelschallAxe most WIN32 stuff from Apache 1.3. In Apache 2.0...
2001-05-05 Ralf S. EngelschallNext step in mod_ssl integration:
2001-05-04 Ralf S. Engelschallmod_ssl integration step 2:
2001-05-04 Ralf S. EngelschallInitial revision