summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_scache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Consistently use loglevel emerg before ssl_die()Stefan Fritsch2010-10-241-2/+4
* Catch up ssl to socache store expiry change, and clarify what the code is doingWilliam A. Rowe Jr2010-02-091-1/+1
* Add support for OCSP "stapling":Joe Orton2009-10-251-1/+24
* socache API tweaks based on chrisd's review:Joe Orton2008-12-121-1/+1
* * include/ap_socache.h: Use C++ safety wrappers, and rename ->deleteJoe Orton2008-12-091-1/+1
* Adjust socache init interface to take sizing hints, and namespace tagJoe Orton2008-04-081-1/+7
* Missed in r645940:Joe Orton2008-04-081-6/+6
* Session cache interface redesign, Part 9:Joe Orton2008-04-081-2/+2
* Session cache interface redesign, Part 7:Joe Orton2008-03-041-5/+5
* Session cache interface redesign, Part 6:Joe Orton2008-02-261-6/+42
* * modules/ssl/ssl_scache.c (ssl_ext_status_hook): Do nothingJoe Orton2008-02-261-1/+1
* Session cache interface redesign, Part 4:Joe Orton2008-02-251-1/+1
* * modules/ssl/ssl_scache.c (ssl_scache_init): ReformatJoe Orton2008-02-251-12/+13
* Session cache interface redesign, Part 3: Joe Orton2008-02-221-7/+29
* Move SSL session data deserialization up out of the session cacheJoe Orton2008-02-221-1/+10
* Move SSL session data serialization up out of the session cacheJoe Orton2008-02-221-2/+15
* Re-implement the SSL session cache abstraction using a vtable; firstJoe Orton2008-02-221-93/+12
* For the DBM SSL Session Cache, propogate down pools to use for allocations. ...Paul Querna2007-06-081-5/+8
* Propogate the conn_rec::pool down to ssl_scache_retrieve so that the memcache...Paul Querna2007-06-081-2/+3
* Add support for distributed caching of SSL Sessions inside memcached, using a...Paul Querna2007-06-081-0/+24
* 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_scache.c (ssl_scache_expire): Remove unused function.Joe Orton2004-05-271-11/+0
* 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/+20
* Add support to mod_ssl for a distributed session cache usingJoe Orton2004-01-081-0/+24
* update license to 2004.André Malo2004-01-011-1/+1
* Extend mod_status output to include SSL session cache statusJoe Orton2003-11-251-39/+19
* Remove shmht session cache in favour of shmcb; shmht has hadJoe Orton2003-11-251-18/+2
* finished that boring job:André Malo2003-02-031-1/+1
* Fix the rest of the apr_pool_userdata_setn() bogosity w.r.t. DSO modules.Cliff Woolley2002-05-251-2/+2
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-1/+1
* Change mod_ssl from using ssl_log() to ap_log_error().Justin Erenkrantz2002-05-161-3/+3
* move warning about session cache not being configured to ssl_scache_initDoug MacEachern2002-03-281-1/+12
* PR:Doug MacEachern2002-03-151-18/+16
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* get rid of some warnings for currently unused/unprototyped functions.Doug MacEachern2002-03-121-1/+2
* Complete the rename of the ssl_scache_status_register andWilliam A. Rowe Jr2001-08-231-1/+1
* Remove a ton o' cruft. Moves the mod_log_config 'var' extensions toWilliam A. Rowe Jr2001-08-231-0/+45
* Apply mod_ssl MEGA porting patch. This is a cleaned up version of theRalf S. Engelschall2001-07-191-14/+23
* Axe out EAPI-based SSL_VENDOR stuff.Ralf S. Engelschall2001-05-051-38/+0
* 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/+204