summaryrefslogtreecommitdiffstatsabout
path: root/src/gnutls_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Force SDBM.Nikos Mavrogiannopoulos2010-07-011-68/+50
|
* Check the cache DB every 15 minutes instead of checking on every write.Nikos Mavrogiannopoulos2010-06-271-1/+7
|
* open the database as readonly when fetching.Nikos Mavrogiannopoulos2010-06-271-1/+1
|
* Applied patch to allow building with Apache 2.4. Patch by Arfrever Frehtes ↵Nikos Mavrogiannopoulos2009-06-301-2/+6
| | | | Taifersar Arahesis <arfrever.fta@gmail.com>.
* send database store failure as DEBUGNikos Mavrogiannopoulos2008-03-051-1/+1
|
* corrected SRP enable flag, and corrected the DBM hook support. It now free ↵Nikos Mavrogiannopoulos2008-03-031-1/+8
| | | | data needed by some DBM providers.
* (no commit message)Nikos Mavrogiannopoulos2007-12-091-4/+4
|
* Do not allow resuming sessions on different servers.Nikos Mavrogiannopoulos2007-12-091-35/+49
|
* upgraded to 0.4.0Nikos Mavrogiannopoulos2007-11-281-5/+20
|
* - move hooks to gnutls_hooks.cPaul Querna2005-04-241-20/+20
| | | | | - use 'mgs_' as the prefix for all symbols, instead of mixed prefixes.
* move config functions to their own file. Paul Querna2005-04-241-1/+1
|
* - remove more debug logging.Paul Querna2005-04-221-1/+2
| | | | | - fix a crash by changing the certificate structure *after* starting the handshake.
* - remove anno credsPaul Querna2005-04-061-35/+118
| | | | | | | | - initial attempt at Server Name Extension - change to adding 'mod_gnutls' to the server sig instead of GnuTLS/ - fix for EOF/EOC/EOS buckets - 'general' code cleanups
* checkpoint the work so far. The DBM cache needs a little more work.Paul Querna2005-04-051-12/+235
|
* - make memcahe optionalPaul Querna2005-04-041-33/+55
| | | | | | - update for 2.1.x branch changes. - some mucking around with the conf stuff
* use apr to parse hostnames..Paul Querna2004-12-121-9/+17
|
* working support for a ssl session cache via memcached.Paul Querna2004-12-101-20/+186
|
* fixes and stuff that i should of already committed.Paul Querna2004-12-091-1/+37
|
* setting proper ignores.Paul Querna2004-12-021-0/+25
adding an empty cache files trying to fix >16kb writes.