summaryrefslogtreecommitdiff
path: root/src/log.c
Commit message (Expand)AuthorAgeFilesLines
...
* [core] include lighttpd vers in server started msgGlenn Strauss2017-02-121-2/+0
* fix errors detected by Coverity ScanGlenn Strauss2016-09-231-0/+1
* [autobuild] clock_gettime() -lrt with glibc < 2.17Glenn Strauss2016-07-181-0/+20
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* fix some unchecked return value warningsStefan Bühler2015-08-221-1/+31
* escape all strings for logging (fixes #2646 log file injection, reported by J...Stefan Bühler2015-05-281-4/+4
* rename buffer_append_long_hex to buffer_append_uint_hexStefan Bühler2015-02-081-2/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-11/+8
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-081-1/+1
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-8/+8
* add some asserts to help static analyzersStefan Bühler2014-02-161-0/+1
* force assertion: setting FD_CLOEXEC must work (if available)Stefan Bühler2014-02-161-10/+3
* [mod_fastcgi,log] support multi line logging (fixes #2252)Stefan Bühler2013-03-251-55/+111
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-10/+5
* Fix issues found with clang analyzerStefan Bühler2009-07-211-2/+1
* Add server.breakagelog, a "special" stderr (fixes #1863)Stefan Bühler2009-06-211-20/+38
* Fix unused var in log.cStefan Bühler2009-06-111-4/+6
* Add support for pipe logging for server.errorlog (fixes #296)Stefan Bühler2009-04-101-13/+89
* Use FD_CLOEXEC if possible (fixes #1821)Stefan Bühler2008-12-071-0/+4
* Add 'O' and 'X' to format characters in log_error_writeStefan Bühler2008-08-191-0/+9
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-12/+12
* Implement a clean way to open /dev/null and use it to close stdin/out/err in ...Stefan Bühler2008-04-291-8/+31
* added sending UID and PID for SIGTERM and SIGINT to the logsJan Kneschke2007-08-211-4/+0
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-35/+35
* simplified buffer-encoding functions into one functionJan Kneschke2005-11-071-1/+1
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-241-0/+2
* cleaned up the errorlog writing, default is now stderr, syslog is requested e...Jan Kneschke2005-07-261-61/+77
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+238