summaryrefslogtreecommitdiff
path: root/src/log.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple] employ http_date.h, sys-time.hGlenn Strauss2020-12-241-7/+12
* [core] remove include base.h where unusedGlenn Strauss2020-07-081-1/+0
* [core] inline buffer in log_error_st errhGlenn Strauss2020-07-081-8/+7
* [multiple] rename r to rc rv rd wr to be differentGlenn Strauss2020-07-081-26/+12
* [multiple] extern log_epoch_secsGlenn Strauss2020-07-081-4/+5
* [multiple] reduce direct use of srv->cur_tsGlenn Strauss2020-07-081-9/+9
* [core] log_error_multiline_buffer()Glenn Strauss2020-07-081-90/+44
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-15/+0
* [core] log_error, log_perror using printf-like fmtGlenn Strauss2019-04-201-0/+88
* [core] struct log_error_st for error loggingGlenn Strauss2019-04-201-20/+47
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-1/+1
* [core] perf: skip redundant prepare copy callsGlenn Strauss2018-10-251-1/+1
* [core] remove some duplicative code in log.cGlenn Strauss2018-08-121-26/+9
* [core] reduce exposure of unistd.h, other includesGlenn Strauss2017-07-151-0/+1
* [core] mv log_error_{open,cycle.close} to server.cGlenn Strauss2017-07-151-208/+0
* [core] consolidate fork()/execve() code (#1393)Glenn Strauss2017-07-151-128/+28
* [core] include "fdevent.h" where neededGlenn Strauss2017-03-281-0/+1
* [core] server.syslog-facility (use -1 for unset) (#2800)Glenn Strauss2017-03-201-3/+3
* [core] server.syslog-facility (fixes #2800)Glenn Strauss2017-03-191-1/+64
* [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