summaryrefslogtreecommitdiff
path: root/src/mod_usertrack.c
Commit message (Expand)AuthorAgeFilesLines
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-0/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-8/+8
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-8/+8
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes...Stefan Bühler2011-07-301-19/+9
* [md5] fix md5 includes if openssl is not available (#2269)Stefan Bühler2011-04-241-0/+6
* mod_usertrack: Use T_CONFIG_INT for max-age, solves range problem (#1455)Stefan Bühler2009-10-121-2/+2
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-4/+4
* Add support for "real" entropy from /dev/[u]random (fixes #1977)Stefan Bühler2009-06-111-0/+1
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-7/+7
* renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465)Jan Kneschke2007-08-181-2/+2
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-63/+63
* removed quotes around valuesJan Kneschke2006-01-311-6/+5
* fixed md5 on 64bit platformsJan Kneschke2005-11-171-1/+0
* simplified buffer-encoding functions into one functionJan Kneschke2005-11-071-1/+1
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* added usertrack.cooke-max-age, usertrack.cooke-domain (merged [176], [295])Jan Kneschke2005-08-081-31/+56
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+247