Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Project] Remove NIST mode from everywhere | Vsevolod Stakhov | 2024-08-09 | 1 | -11/+9 |
| | |||||
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 1 | -83/+83 |
| | |||||
* | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 1 | -5/+5 |
| | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | [CritFix] - Fix reported length of logging structure | Adam Majer | 2023-12-07 | 1 | -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_json | Vsevolod Stakhov | 2023-10-30 | 1 | -2/+2 |
| | |||||
* | [Feature] Escape JSON when needed | Vsevolod Stakhov | 2023-10-30 | 1 | -149/+246 |
| | |||||
* | [Minor] Fix some minor issues | Vsevolod Stakhov | 2023-10-30 | 1 | -2/+6 |
| | |||||
* | [Project] Preliminary support of JSON logging | Vsevolod Stakhov | 2023-10-30 | 1 | -15/+53 |
| | |||||
* | [Minor] Refactor logging function to join console and file | Vsevolod Stakhov | 2023-09-16 | 1 | -3/+197 |
| | |||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -378/+353 |
| | | | | No meaningful changes. | ||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 1 | -4/+4 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Minor] Finish transition to signed log id | Vsevolod Stakhov | 2021-09-27 | 1 | -5/+5 |
| | |||||
* | [Minor] Remove unreachable code | Vsevolod Stakhov | 2021-09-25 | 1 | -14/+2 |
| | |||||
* | [Minor] Fix some more issues | Vsevolod Stakhov | 2021-09-21 | 1 | -9/+14 |
| | | | | Found by: coverity scan | ||||
* | [Minor] Allow to get logger level | Vsevolod Stakhov | 2021-08-24 | 1 | -1/+13 |
| | |||||
* | [Feature] Allow to log severity level explicitly | Vsevolod Stakhov | 2021-05-13 | 1 | -0/+24 |
| | |||||
* | [Project] Css: Minor adjustments | Vsevolod Stakhov | 2021-03-26 | 1 | -1/+1 |
| | |||||
* | [Minor] Log starting sequence | Vsevolod Stakhov | 2021-02-09 | 1 | -0/+1 |
| | |||||
* | [Fix] Fix logging for rspamadm | Vsevolod Stakhov | 2021-01-06 | 1 | -14/+18 |
| | |||||
* | [Minor] Optimize the common case + fix signed char | Vsevolod Stakhov | 2020-12-25 | 1 | -13/+66 |
| | |||||
* | [Minor] Escape log lines in logger | Vsevolod Stakhov | 2020-12-25 | 1 | -7/+66 |
| | |||||
* | [Rework] Track maps origins | Vsevolod Stakhov | 2020-10-26 | 1 | -1/+1 |
| | |||||
* | [Minor] Allow to disable logging for modules on reload | Vsevolod Stakhov | 2020-04-27 | 1 | -0/+2 |
| | |||||
* | [Minor] Fix daemonisation... | Vsevolod Stakhov | 2020-02-14 | 1 | -3/+1 |
| | |||||
* | [Rework] Further project structure reorganisation | Vsevolod Stakhov | 2020-02-11 | 1 | -2/+2 |
| | |||||
* | [Rework] Refactor libraries structure | Vsevolod Stakhov | 2020-02-10 | 1 | -0/+885 |
* Move logger implementation to libserver * Move fuzzy backend files to a separate subdir TODO: Move HTTP code from libutil |