summaryrefslogtreecommitdiff
path: root/modules/session/mod_session_dbd.c
Commit message (Expand)AuthorAgeFilesLines
* mod_session: Introduce SessionExpiryUpdateInterval which allows to Yann Ylavic2015-10-161-4/+4
* mod_session_dbd: follow up to r1687021.Yann Ylavic2015-06-231-6/+5
* mod_session_dbd: follow up to r1686122.Yann Ylavic2015-06-231-4/+7
* mod_session_dbd: Request Notes should have request lifetime.Nick Kew2015-06-171-3/+3
* mod_authn_dbd, mod_authz_dbd, mod_session_dbd, mod_rewrite: Fix lifetimeYann Ylavic2015-05-131-1/+2
* CVE-2013-2249Graham Leggett2013-05-311-35/+47
* Axed C++ comments.Guenter Knauf2012-11-141-2/+2
* formatting: space vs tabChristophe Jaillet2012-11-131-4/+4
* mod_session_dbd: fix a segmentation fault in the function dbd_remove.Christophe Jaillet2012-11-131-16/+8
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-16/+16
* mod_session_dbd: Use apr_status_t as a return code across the mod_session API.Graham Leggett2011-12-021-2/+2
* Remove some more now redundant log prefixesStefan Fritsch2011-11-301-17/+16
* break some very long lines, no code changeStefan Fritsch2011-01-241-5/+10
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Enhance ap_hook_monitor to pass along a server_rec (inJim Jagielski2009-09-251-3/+3
* mod_session_cookie, mod_session_dbd: Make sure cookies are set bothGraham Leggett2008-08-301-6/+6
* You don't export registered entry pointsWilliam A. Rowe Jr2008-06-071-10/+6
* Change the directives within the mod_session* modules to be validGraham Leggett2008-04-091-7/+7
* Insert prototypes to remove compiler warnings. [Joe Orton]Graham Leggett2008-04-081-0/+4
* No var declarations in the middle of the code.Guenter Knauf2008-04-081-1/+2
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* Fix the defaults, which currently override the config instead of default the ...Graham Leggett2008-04-061-1/+0
* Optimisation: We have no need to distiguish between a Cookie and a Cookie2 wh...Graham Leggett2008-04-051-10/+2
* mod_session_dbd: Add a session implementation capable of storingGraham Leggett2008-04-051-0/+639