summaryrefslogtreecommitdiff
path: root/src/mod_accesslog.c
Commit message (Expand)AuthorAgeFilesLines
* fix some unchecked return value warningsStefan Bühler2015-08-221-3/+10
* fix hex escape in accesslog (fixes #2559)Stefan Bühler2015-07-051-1/+1
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-1/+1
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-33/+31
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-081-4/+4
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-11/+11
* add some asserts to help static analyzersStefan Bühler2014-02-161-0/+1
* [mod_accesslog] don't close fd -1Stefan Bühler2014-02-161-1/+1
* force assertion: setting FD_CLOEXEC must work (if available)Stefan Bühler2014-02-161-3/+1
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-2/+2
* [mod_accesslog] add accesslog.syslog-level option (fixes #2480)Stefan Bühler2013-08-301-1/+8
* [auth] put REMOTE_USER into cgi environment, making it accessible to lua via ...Stefan Bühler2013-08-301-2/+2
* [mod_accesslog] fix log buffer <-> log file mappingStefan Bühler2013-07-311-22/+17
* Mark some data as static.Cyril Brulebois2012-08-311-1/+1
* [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