summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_scache_shmcb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update license header textRoy T. Fielding2006-07-111-6/+6
* * modules/ssl/ssl_scache_shmcb.c: Rewrite of shmcb session cache toJoe Orton2006-05-031-1114/+504
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* * modules/ssl/ssl_scache_shmcb.c (shmcb_safe_clear): Mark withJoe Orton2006-03-031-2/+7
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-22/+22
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-22/+22
* Joe strongly objected to this outgoing style; use this incomingWilliam A. Rowe Jr2005-07-081-12/+2
* The macro is simply not worth it; each of these various occurancesWilliam A. Rowe Jr2005-07-081-2/+12
* Wrap this type in a macro since it seems to be bouncing fromWilliam A. Rowe Jr2005-07-071-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/ssl/ssl_scache_shmcb.c (ssl_scahe_shmcb_init): If anonymousJoe Orton2004-09-221-0/+4
* * modules/ssl/ssl_scache.c (ssl_scache_expire): Remove unused function.Joe Orton2004-05-271-6/+0
* Fix SEGV in 'shmcb' session cache:Madhusudan Mathihalli2004-05-121-0/+8
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-281-1/+1
* * modules/ssl/ssl_scache_shmcb.c (ssl_scache_shmcb_init): Use anJoe Orton2004-02-221-4/+13
* 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-55/+21
* update license to 2004.André Malo2004-01-011-1/+1
* Extend mod_status output to include SSL session cache statusJoe Orton2003-11-251-35/+32
* Remove shmht session cache in favour of shmcb; shmht has hadJoe Orton2003-11-251-21/+7
* finished that boring job:André Malo2003-02-031-1/+1
* use APR_SIZE_T_FMT for formatting apr_size_tJeff Trawick2002-07-171-1/+2
* Update Geoff's email address. PS: Geoff still volunteers to answer anyCliff Woolley2002-06-061-2/+2
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-75/+75
* Change mod_ssl from using ssl_log() to ap_log_error().Justin Erenkrantz2002-05-161-105/+167
* SHMCB should not have been using apr_rmm -- it was doing so incorrectly,Cliff Woolley2002-04-301-51/+6
* - Sync with modssl 2.8.8-1.3.24Cliff Woolley2002-04-301-6/+7
* These two variables were left uninitialized accidentally.Cliff Woolley2002-03-291-0/+3
* use SSL_SESSION_ api since SSL_SESSION cannot be dereferenced when using sslcDoug MacEachern2002-03-271-7/+17
* Fix a signedness emit based on session_id_length [unsigned]William A. Rowe Jr2002-03-171-4/+4
* get rid of some -Wall warningsDoug MacEachern2002-03-151-0/+3
* PR:Doug MacEachern2002-03-151-94/+90
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Forward port of changes in mod_ssl for Apache 1.3 up through mod_sslCliff Woolley2002-02-251-13/+15
* Next step in mod_ssl integration:Ralf S. Engelschall2001-05-051-0/+4
* mod_ssl integration step 2:Ralf S. Engelschall2001-05-051-34/+32
* Initial revisionRalf S. Engelschall2001-05-041-0/+1343