Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 5 | -167/+167 |
| | |||||
* | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 3 | -15/+15 |
| | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | [Minor] Add LOG_CONS flag to `openlog` | Vsevolod Stakhov | 2024-02-10 | 1 | -1/+1 |
| | |||||
* | [Feature] Support JSON logging when in syslog mode | Vsevolod Stakhov | 2024-02-09 | 1 | -8/+145 |
| | |||||
* | [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 | 4 | -169/+286 |
| | |||||
* | [Minor] Fix some minor issues | Vsevolod Stakhov | 2023-10-30 | 1 | -2/+6 |
| | |||||
* | [Project] Preliminary support of JSON logging | Vsevolod Stakhov | 2023-10-30 | 2 | -30/+61 |
| | |||||
* | [Minor] Refactor logging function to join console and file | Vsevolod Stakhov | 2023-09-16 | 4 | -240/+243 |
| | |||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 5 | -752/+717 |
| | | | | 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 | 2 | -2/+13 |
| | |||||
* | [Minor] Ensure that log line is separated by space | Vsevolod Stakhov | 2021-07-27 | 2 | -0/+10 |
| | |||||
* | [Feature] Allow to log severity level explicitly | Vsevolod Stakhov | 2021-05-13 | 4 | -12/+63 |
| | |||||
* | [Minor] Rspamadm: Move all warnings to stderr instead of stdin | Vsevolod Stakhov | 2021-04-27 | 1 | -1/+6 |
| | |||||
* | [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 | 2 | -16/+83 |
| | |||||
* | [Minor] Escape log lines in logger | Vsevolod Stakhov | 2020-12-25 | 2 | -7/+70 |
| | |||||
* | [Rework] Track maps origins | Vsevolod Stakhov | 2020-10-26 | 1 | -1/+1 |
| | |||||
* | [Fix] Honour `systemd` setting when logging to console (#3514) | Andrew Lewis | 2020-10-14 | 1 | -8/+19 |
| | |||||
* | [Minor] Allow to disable logging for modules on reload | Vsevolod Stakhov | 2020-04-27 | 1 | -0/+2 |
| | |||||
* | [Minor] move static keyword to beginning of function declarations | Christian Göttsche | 2020-04-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | In file included from ../src/libserver/logger/logger_file.c:23: ../src/libserver/logger/logger_private.h:106:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration] 106 | const static struct rspamd_logger_funcs file_log_funcs = { | ^~~~~ ../src/libserver/logger/logger_private.h:130:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration] 130 | const static struct rspamd_logger_funcs syslog_log_funcs = { | ^~~~~ ../src/libserver/logger/logger_private.h:154:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration] 154 | const static struct rspamd_logger_funcs console_log_funcs = { | ^~~~~ | ||||
* | [Minor] Fix daemonisation... | Vsevolod Stakhov | 2020-02-14 | 1 | -3/+1 |
| | |||||
* | [Project] Unify cdb maps | Vsevolod Stakhov | 2020-02-14 | 1 | -0/+2 |
| | |||||
* | [Minor] Further logging improvements | Vsevolod Stakhov | 2020-02-14 | 4 | -5/+4 |
| | |||||
* | [Minor] Fix stupid ansi format string | Vsevolod Stakhov | 2020-02-13 | 1 | -1/+1 |
| | |||||
* | [Rework] Further project structure reorganisation | Vsevolod Stakhov | 2020-02-11 | 2 | -3/+2 |
| | |||||
* | [Rework] Refactor libraries structure | Vsevolod Stakhov | 2020-02-10 | 5 | -0/+2085 |
* Move logger implementation to libserver * Move fuzzy backend files to a separate subdir TODO: Move HTTP code from libutil |