index
:
delta/lighttpd-git.git
master
personal/gstrauss/master
personal/stbuehler/1.4.48-mod-proxy-fix
personal/stbuehler/ci-build
personal/stbuehler/cleanup-build
personal/stbuehler/fix-fdevent
personal/stbuehler/leaks
personal/stbuehler/mod-csrf
personal/stbuehler/mod-csrf-old
git.lighttpd.net: lighttpd/lighttpd1.4.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
log.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[core] cache format secs for high prec errlog
Glenn Strauss
2023-02-14
1
-19
/
+26
*
[multiple] employ ck_calloc, ck_malloc shared code
Glenn Strauss
2022-12-10
1
-2
/
+1
*
[core] log_buffer_vsprintf tweaks
Glenn Strauss
2022-12-10
1
-5
/
+8
*
[multiple] use buffer_append_char()
Glenn Strauss
2022-05-11
1
-1
/
+1
*
[core] quiet compiler warning
Glenn Strauss
2022-04-13
1
-0
/
+1
*
[core] clear shared log buffer after writes
Glenn Strauss
2021-10-27
1
-0
/
+2
*
[multiple] __attribute_nonnull__ now takes params
Glenn Strauss
2021-10-05
1
-5
/
+5
*
[core] Y2038: error log high-precision timestamps
Glenn Strauss
2021-10-04
1
-1
/
+1
*
[core] option: errorlog high precision timestamps
Glenn Strauss
2021-09-30
1
-68
/
+124
*
[core] shared temp buffer for log_*error*()
Glenn Strauss
2021-09-13
1
-3
/
+12
*
[multiple] de-dup file and piped loggers (fixes #3101)
Glenn Strauss
2021-09-13
1
-33
/
+15
*
[core] log_error_multiline()
Glenn Strauss
2021-09-08
1
-13
/
+16
*
[core] change con joblist to singly-linked-list
Glenn Strauss
2021-09-08
1
-0
/
+3
*
[core] log_clock_gettime->clock_gettime for 64-bit
Glenn Strauss
2021-09-04
1
-0
/
+5
*
[core] use CLOCK_MONOTONIC_COARSE where available
Glenn Strauss
2021-09-04
1
-19
/
+7
*
[multiple] Y2038 32-bit signed time_t mitigations
Glenn Strauss
2021-09-04
1
-23
/
+52
*
[core] write_all() simpler loop; better asm
Glenn Strauss
2021-08-27
1
-5
/
+6
*
[multiple] reduce redundant NULL buffer checks
Glenn Strauss
2021-08-27
1
-9
/
+9
*
[multiple] use thread-safe strerror where avail
Glenn Strauss
2021-08-27
1
-4
/
+13
*
[core] consistent inclusion of sys-time.h
Glenn Strauss
2021-04-28
1
-6
/
+0
*
[multiple] strftime %F and %T
Glenn Strauss
2021-04-02
1
-2
/
+2
*
[multiple] optimize primitives, buffer_extend()
Glenn Strauss
2021-03-26
1
-2
/
+2
*
[multiple] add attrs from gcc -Wsuggest-attribute=
Glenn Strauss
2021-03-26
1
-0
/
+2
*
[multiple] prefer monotonic time for internal use
Glenn Strauss
2021-03-11
1
-0
/
+9
*
[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
[next]