| Commit message (Expand) | Author | Age | Files | Lines |
* | [multiple] employ http_date.h, sys-time.h | Glenn Strauss | 2020-12-24 | 1 | -7/+12 |
* | [core] remove include base.h where unused | Glenn Strauss | 2020-07-08 | 1 | -1/+0 |
* | [core] inline buffer in log_error_st errh | Glenn Strauss | 2020-07-08 | 1 | -8/+7 |
* | [multiple] rename r to rc rv rd wr to be different | Glenn Strauss | 2020-07-08 | 1 | -26/+12 |
* | [multiple] extern log_epoch_secs | Glenn Strauss | 2020-07-08 | 1 | -4/+5 |
* | [multiple] reduce direct use of srv->cur_ts | Glenn Strauss | 2020-07-08 | 1 | -9/+9 |
* | [core] log_error_multiline_buffer() | Glenn Strauss | 2020-07-08 | 1 | -90/+44 |
* | [multiple] prefer (connection *) to (srv *) | Glenn Strauss | 2020-07-08 | 1 | -15/+0 |
* | [core] log_error, log_perror using printf-like fmt | Glenn Strauss | 2019-04-20 | 1 | -0/+88 |
* | [core] struct log_error_st for error logging | Glenn Strauss | 2019-04-20 | 1 | -20/+47 |
* | [core] perf: simple, quick buffer_clear() | Glenn Strauss | 2018-11-23 | 1 | -1/+1 |
* | [core] perf: skip redundant prepare copy calls | Glenn Strauss | 2018-10-25 | 1 | -1/+1 |
* | [core] remove some duplicative code in log.c | Glenn Strauss | 2018-08-12 | 1 | -26/+9 |
* | [core] reduce exposure of unistd.h, other includes | Glenn Strauss | 2017-07-15 | 1 | -0/+1 |
* | [core] mv log_error_{open,cycle.close} to server.c | Glenn Strauss | 2017-07-15 | 1 | -208/+0 |
* | [core] consolidate fork()/execve() code (#1393) | Glenn Strauss | 2017-07-15 | 1 | -128/+28 |
* | [core] include "fdevent.h" where needed | Glenn Strauss | 2017-03-28 | 1 | -0/+1 |
* | [core] server.syslog-facility (use -1 for unset) (#2800) | Glenn Strauss | 2017-03-20 | 1 | -3/+3 |
* | [core] server.syslog-facility (fixes #2800) | Glenn Strauss | 2017-03-19 | 1 | -1/+64 |
* | [core] include lighttpd vers in server started msg | Glenn Strauss | 2017-02-12 | 1 | -2/+0 |
* | fix errors detected by Coverity Scan | Glenn Strauss | 2016-09-23 | 1 | -0/+1 |
* | [autobuild] clock_gettime() -lrt with glibc < 2.17 | Glenn Strauss | 2016-07-18 | 1 | -0/+20 |
* | consistent inclusion of config.h at top of files (fixes #2073) | Glenn Strauss | 2016-03-19 | 1 | -0/+2 |
* | fix some unchecked return value warnings | Stefan Bühler | 2015-08-22 | 1 | -1/+31 |
* | escape all strings for logging (fixes #2646 log file injection, reported by J... | Stefan Bühler | 2015-05-28 | 1 | -4/+4 |
* | rename buffer_append_long_hex to buffer_append_uint_hex | Stefan Bühler | 2015-02-08 | 1 | -2/+2 |
* | Use buffer API to read and modify "used" member | Stefan Bühler | 2015-02-08 | 1 | -11/+8 |
* | Remove buffer_prepare_copy() and buffer_prepare_append() | Stefan Bühler | 2015-02-08 | 1 | -1/+1 |
* | fix buffer, chunk and http_chunk API | Stefan Bühler | 2015-02-08 | 1 | -8/+8 |
* | add some asserts to help static analyzers | Stefan Bühler | 2014-02-16 | 1 | -0/+1 |
* | force assertion: setting FD_CLOEXEC must work (if available) | Stefan Bühler | 2014-02-16 | 1 | -10/+3 |
* | [mod_fastcgi,log] support multi line logging (fixes #2252) | Stefan Bühler | 2013-03-25 | 1 | -55/+111 |
* | Fix header inclusion order, always include "config.h" before any system header | Stefan Bühler | 2009-10-11 | 1 | -10/+5 |
* | Fix issues found with clang analyzer | Stefan Bühler | 2009-07-21 | 1 | -2/+1 |
* | Add server.breakagelog, a "special" stderr (fixes #1863) | Stefan Bühler | 2009-06-21 | 1 | -20/+38 |
* | Fix unused var in log.c | Stefan Bühler | 2009-06-11 | 1 | -4/+6 |
* | Add support for pipe logging for server.errorlog (fixes #296) | Stefan Bühler | 2009-04-10 | 1 | -13/+89 |
* | Use FD_CLOEXEC if possible (fixes #1821) | Stefan Bühler | 2008-12-07 | 1 | -0/+4 |
* | Add 'O' and 'X' to format characters in log_error_write | Stefan Bühler | 2008-08-19 | 1 | -0/+9 |
* | Replace buffer_{append,copy}_string with the _len variant where possible (#17... | Stefan Bühler | 2008-07-30 | 1 | -12/+12 |
* | Implement a clean way to open /dev/null and use it to close stdin/out/err in ... | Stefan Bühler | 2008-04-29 | 1 | -8/+31 |
* | added sending UID and PID for SIGTERM and SIGINT to the logs | Jan Kneschke | 2007-08-21 | 1 | -4/+0 |
* | - white space cleanup part 2 this time 1.4 ;) | Marcus Rückert | 2006-10-04 | 1 | -35/+35 |
* | simplified buffer-encoding functions into one function | Jan Kneschke | 2005-11-07 | 1 | -1/+1 |
* | either remove include config.h or covered it in HAVE_CONFIG_H | Jan Kneschke | 2005-09-24 | 1 | -0/+2 |
* | cleaned up the errorlog writing, default is now stderr, syslog is requested e... | Jan Kneschke | 2005-07-26 | 1 | -61/+77 |
* | moved everything below trunk/ and added branches/ and tags/ | Jan Kneschke | 2005-02-20 | 1 | -0/+238 |