summaryrefslogtreecommitdiff
path: root/src/mod_accesslog.c
Commit message (Expand)AuthorAgeFilesLines
* [mod_*cgi,mod_accesslog] Fix splitting :port with ipv6 (fixes #2333, thx simo...Stefan Bühler2012-04-191-1/+7
* Fix access log escaping of " and \\ (fixes #1551)Stefan Bühler2012-04-191-4/+5
* mod_accesslog: optimize accesslog_append_escaped (fixes #2236, thx crypt)Stefan Bühler2010-08-051-36/+47
* mod_accesslog: Fix var declarations mixed in source (fixes #2233)Stefan Bühler2010-07-111-1/+3
* mod_accesslog: fix %p for ipv6 sockets (fixes #2228, thx jo.henke)Stefan Bühler2010-07-041-1/+1
* mod_accesslog: support %e (fixes #2113, thx presbrey)Stefan Bühler2009-12-141-1/+7
* Fix accesslog escape segfault (#1551)Stefan Bühler2009-10-161-0/+1
* mod_accesslog: escape special characters (fixes #1551, thx icy)Stefan Bühler2009-10-161-6/+51
* mod_accesslog: configurable timestamp logging (fixes #1479)Stefan Bühler2009-10-121-25/+68
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-11/+9
* Add support for pipe logging for server.errorlog (fixes #296)Stefan Bühler2009-04-101-67/+2
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-1/+2
* Fix wrong malloc sizes in mod_accesslog (probably nothing bad happened...) (f...Stefan Bühler2009-02-031-11/+11
* Use FD_CLOEXEC if possible (fixes #1821)Stefan Bühler2008-12-071-1/+5
* Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for ...Stefan Bühler2008-08-191-3/+3
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-22/+22
* fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)Stefan Bühler2008-07-301-1/+1
* Implement a clean way to open /dev/null and use it to close stdin/out/err in ...Stefan Bühler2008-04-291-0/+2
* Disable logging to access.log if filename is an empty stringStefan Bühler2008-04-291-2/+5
* Fix accesslog port (should be port from the connection, not the "server.port"...Stefan Bühler2008-04-231-1/+8
* fixed type-cast for NULL in execl() (fixes #1235), fix provided by FrankJan Kneschke2007-06-151-1/+1
* - fixed various crashes at startup on broken accesslog.format stringsJan Kneschke2007-04-091-10/+34
* fixed accesslog.use-syslog in a conditional and the caching of theJan Kneschke2007-04-091-1/+4
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-159/+159
* don't append a \n for syslog() (fixes #481)Jan Kneschke2006-01-311-3/+11
* added %I for bytes_inJan Kneschke2005-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 setJan Kneschke2005-08-181-3/+1
* pipe and syslog need each log-entry by itselfJan Kneschke2005-08-171-2/+5
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-0/+2
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-29/+14
* cleaned up the errorlog writing, default is now stderr, syslog is requested e...Jan Kneschke2005-07-261-7/+0
* fixed segfaults in error-msgs if syslog() is failingJan Kneschke2005-06-271-3/+6
* don't segfault on cleanup if the startup failedJan Kneschke2005-06-151-0/+2
* fixed NULL dereference in logfile cycling if accesslog is not setJan Kneschke2005-03-061-2/+4
* compile fixes for MIPSpro on IRIXJan Kneschke2005-03-011-1/+1
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+840