aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/logger/logger.c
Commit message (Collapse)AuthorAgeFilesLines
* [Project] Remove NIST mode from everywhereVsevolod Stakhov2024-08-091-11/+9
|
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-83/+83
|
* [Rework] Remove some of the GLib types in lieu of standard onesVsevolod Stakhov2024-03-181-5/+5
| | | | This types have constant conflicts with the system ones especially on OSX.
* [CritFix] - Fix reported length of logging structureAdam Majer2023-12-071-31/+11
| | | | | | | | | | | | The logging code contains one place where the apparent size of the logging structure is defined and then it's actually utilized in another place. Re-writes and refactoring this code ended up with these values to not co-relate what was previously there resulting in a stack overwrite in last version or currently in log truncation. Move assignment of logging structure to the place where it's actually used, reducing future logic de-sync dangers. Also move the g_assert() to the end as it should be a development aid only.
* [Minor] Use floating point ts instead of microsecondslog_jsonVsevolod Stakhov2023-10-301-2/+2
|
* [Feature] Escape JSON when neededVsevolod Stakhov2023-10-301-149/+246
|
* [Minor] Fix some minor issuesVsevolod Stakhov2023-10-301-2/+6
|
* [Project] Preliminary support of JSON loggingVsevolod Stakhov2023-10-301-15/+53
|
* [Minor] Refactor logging function to join console and fileVsevolod Stakhov2023-09-161-3/+197
|
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-378/+353
| | | | No meaningful changes.
* Spelling (#4086)Josh Soref2022-02-221-4/+4
| | | [Rework] Massive spelling fix from @jsoref
* [Minor] Finish transition to signed log idVsevolod Stakhov2021-09-271-5/+5
|
* [Minor] Remove unreachable codeVsevolod Stakhov2021-09-251-14/+2
|
* [Minor] Fix some more issuesVsevolod Stakhov2021-09-211-9/+14
| | | | Found by: coverity scan
* [Minor] Allow to get logger levelVsevolod Stakhov2021-08-241-1/+13
|
* [Feature] Allow to log severity level explicitlyVsevolod Stakhov2021-05-131-0/+24
|
* [Project] Css: Minor adjustmentsVsevolod Stakhov2021-03-261-1/+1
|
* [Minor] Log starting sequenceVsevolod Stakhov2021-02-091-0/+1
|
* [Fix] Fix logging for rspamadmVsevolod Stakhov2021-01-061-14/+18
|
* [Minor] Optimize the common case + fix signed charVsevolod Stakhov2020-12-251-13/+66
|
* [Minor] Escape log lines in loggerVsevolod Stakhov2020-12-251-7/+66
|
* [Rework] Track maps originsVsevolod Stakhov2020-10-261-1/+1
|
* [Minor] Allow to disable logging for modules on reloadVsevolod Stakhov2020-04-271-0/+2
|
* [Minor] Fix daemonisation...Vsevolod Stakhov2020-02-141-3/+1
|
* [Rework] Further project structure reorganisationVsevolod Stakhov2020-02-111-2/+2
|
* [Rework] Refactor libraries structureVsevolod Stakhov2020-02-101-0/+885
* Move logger implementation to libserver * Move fuzzy backend files to a separate subdir TODO: Move HTTP code from libutil