summaryrefslogtreecommitdiff
path: root/src/nm-logging.c
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* nm-logging: fix stack-use-after-scope error detected by asanAntonio Cardace2020-02-121-18/+21
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-131-7/+7
* shared: move log level info from core to "nm-logging-base.h"Thomas Haller2019-11-281-34/+3
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* logging: use stack allocated string buffer to constuct NM_LOG_DOMAINS fieldThomas Haller2019-05-171-20/+9
* logging: use static buffer in nm_logging_all_domains_to_string()Thomas Haller2019-05-171-9/+32
* logging: don't misuse SYSLOG_FACILITY field in journalThomas Haller2019-05-171-17/+7
* logging: use char pointer for iov_free in _nm_log_impl()Thomas Haller2019-05-171-3/+3
* logging: fix stack overflow in logging for iov_data arrayThomas Haller2019-05-171-1/+1
* shared: add nm_log_level_from_syslog() helper to convert from syslog levelsThomas Haller2019-05-071-0/+9
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* all: replace g_strsplit_set() by nm_utils_strsplit_set*()Thomas Haller2019-04-101-22/+18
* all: codespell fixesLubomir Rintel2019-03-111-1/+1
* all: cache errno in local variable before using itThomas Haller2019-02-121-3/+3
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* logging: make nm-logging thread-safeThomas Haller2019-02-051-52/+148
* logging: avoid accessing global data from helper functionsThomas Haller2019-02-051-29/+39
* logging: refactor and merge early logging initializationThomas Haller2019-02-051-32/+30
* logging: move global "logging_domains_to_string" variableThomas Haller2019-02-051-6/+16
* logging: refactor globals in "nm-logging.c" to see where global gets modifiedThomas Haller2019-02-051-63/+71
* logging: cleanup type definition and global variablesThomas Haller2019-02-051-33/+37
* logging: split out enum type definition for LogBackendThomas Haller2019-02-051-11/+15
* logging: split out @level_desc and @domain_desc variables from global dataThomas Haller2019-02-051-73/+68
* logging: make _nm_logging_clear_platform_logging_cache() a regular functionThomas Haller2019-02-051-3/+0
* all: add static assertion for maximumg alloca() allocated bufferThomas Haller2019-01-151-15/+15
* shared,core: move logging enums to header "shared/nm-utils/nm-logging-fwd.h"Thomas Haller2019-01-021-0/+7
* shared: thread safe initialization of nm_utils_get_monotonic_timestamp*()Thomas Haller2018-11-281-2/+2
* logging: make nm-logging.c independent of other core componentsThomas Haller2018-10-181-1/+3
* shared: move nm_utils_get_monotonic_timestamp*() to shared/nm-utils.Thomas Haller2018-10-181-2/+2
* core: move logging of monotonic-timestamp to "nm-logging.c"Thomas Haller2018-10-181-0/+21
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-4/+4
* logging: warn about invalid logging backends and drop "debug" backendThomas Haller2018-06-271-1/+37
* logging/trivial: add code comment about logging-backendThomas Haller2018-06-271-0/+6
* logging: move fetching monotonic timestamp to end of nm_logging_syslog_openlog()Thomas Haller2018-06-271-5/+9
* core/logging: with --debug also output glib messages in stderrThomas Haller2018-02-071-0/+3
* all: don't use NM_FLAGS_HAS() with non-constant argumentThomas Haller2017-12-151-2/+2
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+7
* logging: respect choice of journal/syslog even with --debugLubomir Rintel2017-03-241-6/+10
* logging: preserve errno in logging functionsThomas Haller2016-12-131-0/+5
* config/trivial: unify name of compile time config defaultsThomas Haller2016-11-251-1/+1
* logging: protect VPN_PLUGIN logging domainThomas Haller2016-10-111-1/+8
* logging: avoid some heap allocations constructing journal logging dataThomas Haller2016-10-111-50/+71
* logging: avoid copy of logging message fo syslog and glib logging backendThomas Haller2016-10-111-20/+15
* logging: fix a warning when built without journaldLubomir Rintel2016-10-111-0/+2
* logging: allow setting the syslog-identifier not to use G_LOG_DOMAINThomas Haller2016-10-061-9/+83
* logging: support system-wide prefixThomas Haller2016-10-051-4/+32
* src:(pacrunner-manager): Object for interaction with PacRunnerAtul Anand2016-10-041-1/+2