summaryrefslogtreecommitdiff
path: root/src/mod_accesslog.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-911/+0
* mod_accesslog: support %e (fixes #2113, thx presbrey)stbuehler2009-12-141-1/+7
* Fix accesslog escape segfault (#1551)stbuehler2009-10-161-0/+1
* mod_accesslog: escape special characters (fixes #1551, thx icy)stbuehler2009-10-161-6/+51
* Fix many warningsstbuehler2009-04-271-1/+2
* merge: Fix wrong malloc sizes in mod_accesslog (probably nothing bad happened...stbuehler2009-04-091-11/+11
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...stbuehler2008-07-311-20/+20
* fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)stbuehler2008-07-301-1/+1
* fix many (64-bit) format warnings and unsigned/signed compare warningsstbuehler2008-03-201-3/+3
* added a sentinel around NULL in exec() (merged from [1872] from 1.4.x,jan2007-08-151-1/+1
* added a huge win32 patch by jtiaijan2007-02-171-1/+1
* removed strlen() from the array_get_element() jan2007-01-271-2/+2
* - make sure GNU_SOURCE is defined where neededdarix2006-12-291-0/+5
* - fix a few warnings with unused variablesdarix2006-12-121-0/+2
* * con->file_finished 1 is con->send->is_closed = 1 nowjan2006-08-031-5/+8
* r619@D2XNG01J: Jan | 2006-06-26 03:26:20 +0200Jan2006-07-021-3/+4
* - remove all trailing whitespaces in the c filesdarix2006-03-311-159/+159
* - added PATCH_OPTION() macro that replaces all the local PATCH()darix2006-03-311-19/+16
* don't append a \n for syslog() (fixes #481)jan2006-01-311-3/+11
* added %I for bytes_injan2005-10-311-2/+7
* stupid SEGV introduced in [679]moo2005-09-031-2/+2
* added 'V' for HTTP_HOST, updated default accesslog format.moo2005-09-021-41/+50
* don't die if accesslog file is not setjan2005-08-181-3/+1
* pipe and syslog need each log-entry by itselfjan2005-08-171-2/+5
* fixed possible uninit variables of the config-parser fails (merged [183])jan2005-08-161-0/+2
* removed setup_connection (merged [295])jan2005-08-081-29/+14
* cleaned up the errorlog writing, default is now stderr, syslog is requested e...jan2005-07-261-7/+0
* fixed segfaults in error-msgs if syslog() is failingjan2005-06-271-3/+6
* don't segfault on cleanup if the startup failedjan2005-06-151-0/+2
* fixed NULL dereference in logfile cycling if accesslog is not setjan2005-03-061-2/+4
* compile fixes for MIPSpro on IRIXjan2005-03-011-1/+1
* moved everything below trunk/ and added branches/ and tags/jan2005-02-201-0/+840