summaryrefslogtreecommitdiffstatsabout
path: root/src/gnutls_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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.