summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_scache_dbm.c
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-3/+3
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-6/+6
* No UCHAR, per JoeWilliam A. Rowe Jr2005-07-081-1/+2
* Joe strongly objected to this outgoing style; use this incomingWilliam A. Rowe Jr2005-07-081-6/+1
* The macro is simply not worth it; each of these various occurancesWilliam A. Rowe Jr2005-07-071-1/+6
* Wrap this type in a macro since it seems to be bouncing fromWilliam A. Rowe Jr2005-07-061-3/+4
* 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-1/+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/+20
* update license to 2004.André Malo2004-01-011-1/+1
* Fix format string warnings from gcc on amd64:Joe Orton2003-12-121-2/+3
* Extend mod_status output to include SSL session cache statusJoe Orton2003-11-251-9/+9
* These silent errors have bitten me a few times, now that weJim Jagielski2003-09-101-4/+19
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-2/+2
* finished that boring job:André Malo2003-02-031-1/+1
* Fix a mutex problem in mod_ssl session cache support whichJeff Trawick2002-10-011-0/+6
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-2/+2
* Change mod_ssl from using ssl_log() to ap_log_error().Justin Erenkrantz2002-05-161-40/+56
* de-hungarian-ize server config member names which are going to stayDoug MacEachern2002-03-281-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Added NetWare to the ifdef listBradley Nicholes2002-03-121-1/+1
* Forward port of changes in mod_ssl for Apache 1.3 up through mod_sslCliff Woolley2002-02-251-1/+3
* Don't close the dbm until after we have copied the datum retrieved by the fetchBill Stoddard2001-11-071-10/+15
* Check the return code properly.Bill Stoddard2001-11-071-1/+1
* Fix typo in prior commitWilliam A. Rowe Jr2001-08-021-2/+2
* Adapt to changed declaration of apr_pool_sub_make()William A. Rowe Jr2001-08-021-2/+4
* Allow us to build ssl on beos...David Reid2001-07-301-1/+1
* Apply mod_ssl MEGA porting patch. This is a cleaned up version of theRalf S. Engelschall2001-07-191-67/+72
* Axe out SSL_USE_SDBM stuff, i.e., get rid of the local SDBM copy and useRalf S. Engelschall2001-05-051-42/+42
* Next step in mod_ssl integration:Ralf S. Engelschall2001-05-051-0/+4
* mod_ssl integration step 2:Ralf S. Engelschall2001-05-041-34/+32
* Initial revisionRalf S. Engelschall2001-05-041-0/+440