summaryrefslogtreecommitdiff
path: root/server/util_cookies.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary apr_table_do() function castsJacob Champion2016-11-101-3/+3
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-5/+5
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+4
* remove more useless use of strlenStefan Fritsch2010-08-031-8/+4
* Added http_config.h to make APLOG_USE_MODULE macro visible.Guenter Knauf2010-07-181-0/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-291-7/+7
* mod_session_cookie, mod_session_dbd: Make sure cookies are set bothGraham Leggett2008-08-301-10/+42
* mod_session_cookie: Make sure that cookie attributes are correctlyGraham Leggett2008-08-291-4/+4
* * server/util_cookies.c (ap_cookie_write2): Add missing sentinel inJoe Orton2008-08-061-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* Tweaking code to compile on pre-C99 compilersMartin Kraemer2008-04-071-8/+10
* mod_session_cookie: Add a session implementation capable of storingGraham Leggett2008-04-041-0/+256