index
:
~lkundrak/NetworkManager
lr/active-connection-state-changed
lr/auth-dialog
lr/completion-4
lr/guide
lr/ifla-flags-detection
lr/initrd
lr/nmcli-colors
lr/ovs-2
lr/ovs-3
lr/ovs-interface-plink
lr/rp-filter
lr/version-dir
lr/wifi-data
master
nm-1-0
nm-1-10
nm-1-14
nm-1-4
nm-1-6
nm-1-8
pan2
LR staging for NetworkManager
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nm-logging.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-13
logging: preserve errno in logging functions
Thomas Haller
1
-0
/
+5
2016-11-25
config/trivial: unify name of compile time config defaults
Thomas Haller
1
-1
/
+1
2016-10-11
logging: protect VPN_PLUGIN logging domain
Thomas Haller
1
-1
/
+8
2016-10-11
logging: avoid some heap allocations constructing journal logging data
Thomas Haller
1
-50
/
+71
2016-10-11
logging: avoid copy of logging message fo syslog and glib logging backend
Thomas Haller
1
-20
/
+15
2016-10-11
logging: fix a warning when built without journald
Lubomir Rintel
1
-0
/
+2
2016-10-06
logging: allow setting the syslog-identifier not to use G_LOG_DOMAIN
Thomas Haller
1
-9
/
+83
2016-10-05
logging: support system-wide prefix
Thomas Haller
1
-4
/
+32
2016-10-04
src:(pacrunner-manager): Object for interaction with PacRunner
Atul Anand
1
-1
/
+2
2016-10-03
all: modify line separator comments to be 80 chars wide
Thomas Haller
1
-3
/
+3
2016-09-08
logging: don't round subsecond part in logging timestamp
Thomas Haller
1
-1
/
+1
2016-08-19
logging: remove unused formatting options
Thomas Haller
1
-98
/
+11
2016-08-11
build: cleanup src/Makefile.am
Thomas Haller
1
-5
/
+0
2016-07-05
logging: don't log the function name
Thomas Haller
1
-1
/
+2
2016-06-17
logging: enable logging domain VPN_PLUGIN up to level <info>
Thomas Haller
1
-5
/
+19
2016-06-05
macros: add macro _nm_printf() for function attribute
Thomas Haller
1
-1
/
+1
2016-05-24
logging: print debug messages with syslog level LOG_DEBUG
Thomas Haller
1
-1
/
+10
2016-05-24
logging: add new logging domain LOGD_VPN_PLUGIN
Thomas Haller
1
-1
/
+2
2016-05-24
logging: add nm_logging_syslog_enabled() function
Thomas Haller
1
-0
/
+9
2016-05-24
logging: add nm_logging_get_level() function
Thomas Haller
1
-0
/
+21
2016-05-20
logging: make nm_logging_enabled() inline function
Thomas Haller
1
-9
/
+1
2016-05-20
logging: move static variable with logging state to file-scope
Thomas Haller
1
-20
/
+21
2016-05-20
logging: remove assertion in nm_logging_enabled() from production builds
Thomas Haller
1
-2
/
+1
2016-05-20
logging: drop explicit initialization of nm-logging
Thomas Haller
1
-28
/
+8
2016-03-17
logging: add new logging domain "SYSTEMD" for internal systemd logging
Thomas Haller
1
-1
/
+2
2016-03-10
logging: use non-fatal logging level for glib backend
Thomas Haller
1
-3
/
+3
2016-03-08
all: drop str_if_set() in favor of the "?:" operator
Thomas Haller
1
-3
/
+3
2016-03-01
logging: print timestamp only with msec precision
Thomas Haller
1
-1
/
+1
2016-03-01
logging: change logging format to drop "[file:line] func():" part
Thomas Haller
1
-6
/
+5
2016-03-01
systemd/tests: add test util for systemd
Thomas Haller
1
-0
/
+5
2016-03-01
core: split "nm-core-utils.h" out of "NetworkManagerUtils.h"
Thomas Haller
1
-1
/
+1
2016-03-01
logging: make logging independent of platform
Thomas Haller
1
-2
/
+4
2016-02-21
logging: always print the timestamp and align location
Thomas Haller
1
-4
/
+4
2016-02-21
logging: add LOG_FORMAT_FLAG_ALIGN_LOCATION flag
Thomas Haller
1
-6
/
+36
2016-02-21
logging: add logging-format-flags
Thomas Haller
1
-29
/
+82
2016-02-19
all: cleanup includes and let "nm-default.h" include "config.h"
Thomas Haller
1
-2
/
+1
2016-02-14
all/trivial: rename STRLEN() macro to NM_STRLEN()
Thomas Haller
1
-1
/
+1
2016-02-05
logging: add new logging macros _LOGx_err() to log errno
Thomas Haller
1
-1
/
+8
2015-10-09
logging: properly use current domains when setting logging
Thomas Haller
1
-39
/
+50
2015-10-09
logging: refactor global variable to have them in a struct
Thomas Haller
1
-118
/
+128
2015-10-09
logging/trivial: move code
Thomas Haller
1
-12
/
+12
2015-10-09
platform: warn about growing sysctl logging cache and clear it
Thomas Haller
1
-0
/
+12
2015-10-09
logging: add special logging level "KEEP"
Thomas Haller
1
-5
/
+16
2015-09-23
logging: coerce negative error values to positive errno
Thomas Haller
1
-1
/
+4
2015-08-05
all: drop includes to <glib/gi18n.h> for "nm-default.h"
Dan Winship
1
-2
/
+0
2015-08-05
all: make use of new header file "nm-default.h"
Thomas Haller
1
-3
/
+1
2015-08-04
logging: remove dummy logging domain "NONE"
Thomas Haller
1
-1
/
+0
2015-08-04
logging: minor refactoring in nm_logging_setup()
Thomas Haller
1
-13
/
+13
2015-08-04
logging: support an "OFF" logging level
Thomas Haller
1
-5
/
+8
2015-08-04
logging: replace using _LOGL_N by G_N_ELEMENTS()
Thomas Haller
1
-8
/
+9
[next]