aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/logging.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Revert "logging: add log level cache"Hoernchen1-113/+0
2024-01-09logging: add log level cacheEric1-0/+113
2023-12-11logging: fix NULL pointer dereference in _output_buf()Vadim Yanitskiy1-1/+1
2023-12-07logging: fix nul octets in log output / use osmo_strbufNeels Hofmeyr1-84/+44
2023-11-07logging: ensure ANSI color escape is sent in same line/before newlineManawyrm1-1/+9
2023-05-10Add osmo_io with initial poll backendHarald Welte1-0/+6
2023-03-14logging.c: Sanitize calls to osmo_fd_unregister()Pau Espin Pedrol1-2/+3
2023-03-10logging: Unregister osmo_fd before closing fdPau Espin Pedrol1-1/+1
2023-01-18Fix all references to config.hPau Espin Pedrol1-1/+1
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol1-0/+1532