summaryrefslogtreecommitdiff
path: root/src/fdlog.c
Commit message (Collapse)AuthorAgeFilesLines
* [core] _WIN32 sys-unistd.h to wrap <unistd.h>Glenn Strauss2023-05-031-1/+1
| | | | (selective implementations; not complete)
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-2/+1
| | | | | employ ck_calloc(), ck_malloc() shared code to slightly reduce code size (centralize the ck_assert() to check that memory allocation succeeded)
* [core] quiet coverity warningsGlenn Strauss2021-09-141-1/+1
|
* [multiple] de-dup file and piped loggers (fixes #3101)Glenn Strauss2021-09-131-190/+15
| | | | | | | | de-dup file and piped loggers for error logs and access logs x-ref: "RFE: de-dup file and piped loggers" https://redmine.lighttpd.net/issues/3101
* [core] fdlog.[ch]; fdevent_*_logger_* -> fdlog_*Glenn Strauss2021-09-111-0/+203
code move and rename fdevent_*_logger_*() to fdlog_*()