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
/
libnm-util
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-17
all: replace _nm_utils_string_in_list() with g_strv_contains()
Thomas Haller
7
-32
/
+17
2016-06-17
nm-glib: remove G_GNUC_EXTENSION
Thomas Haller
1
-11
/
+11
2016-06-16
shared: move shared files to subdirectory "shared/nm-utils/"
Thomas Haller
7
-8
/
+8
2016-06-09
tests: add macro NMTST_G_RETURN_MSG for expecting g_return*() failures
Thomas Haller
1
-51
/
+51
2016-06-06
tests: use absolute path for certs test directory
Thomas Haller
1
-1
/
+1
2016-06-03
libnm-util: skip linking test when address sanitizer is enabled
Beniamino Galvani
1
-0
/
+8
2016-06-03
build: add options to compile with address/undefined sanitizers
Beniamino Galvani
1
-0
/
+4
2016-05-30
libnm-util: a trivial typo
Lubomir Rintel
1
-1
/
+1
2016-04-20
libnm-core: empty key is not a pkcs12 file
Lubomir Rintel
1
-0
/
+3
2016-04-05
release: add version 1.4 macros
Lubomir Rintel
1
-0
/
+14
2016-04-05
build: disable deprecation checks for internal compilation
Thomas Haller
2
-2
/
+0
2016-04-05
dbus: remove the telepathy annotations
Lubomir Rintel
2
-34
/
+0
2016-03-30
build: drop internal field __nm_git_sha from libraries
Thomas Haller
1
-5
/
+0
2016-03-29
libnm-util: add non-failing versions of nm_connection_new_from_hash() and rep...
Thomas Haller
3
-9
/
+49
2016-03-29
libnm-util: refactor hash_to_connection()
Thomas Haller
1
-14
/
+11
2016-03-29
libnm-util: don't print any warnings during nm_setting_new_from_hash()
Thomas Haller
1
-15
/
+3
2016-03-29
libnm-util: use "nm-shared-utils.h"
Thomas Haller
1
-0
/
+2
2016-03-26
libnm-util: verify connection also for self-assignment in replace_settings_fr...
Thomas Haller
1
-2
/
+4
2016-03-15
libnm-util: reword code comment
Thomas Haller
1
-2
/
+2
2016-03-15
libnm-util: add comment for return value of nm_connection_replace_settings_fr...
Thomas Haller
1
-4
/
+5
2016-03-06
libnm-util: remove unneeded check for non-null after dereferencing pointer
Thomas Haller
1
-4
/
+2
2016-03-03
all: don't include error->code in log messages
Thomas Haller
2
-18
/
+16
2016-03-03
all: clean-up usage of GError
Thomas Haller
1
-4
/
+2
2016-02-23
device: add new NMDeviceType NM_DEVICE_TYPE_VETH
Thomas Haller
1
-0
/
+2
2016-02-23
libnm-util: add missing device types to NMDeviceType
Thomas Haller
1
-0
/
+4
2016-02-19
all: cleanup includes and let "nm-default.h" include "config.h"
Thomas Haller
42
-68
/
+50
2016-02-14
libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...
Thomas Haller
2
-116
/
+56
2016-02-14
libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-c...
Thomas Haller
1
-98
/
+35
2016-02-14
libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...
Thomas Haller
1
-118
/
+34
2016-02-14
libnm/tests: convert test cases to use g_assert() instead of ASSERT()
Thomas Haller
1
-168
/
+82
2016-02-14
all/trivial: rename STRLEN() macro to NM_STRLEN()
Thomas Haller
2
-5
/
+5
2016-02-12
build: cleanup default includes
Thomas Haller
2
-5
/
+6
2016-02-11
tests: get rid of FAIL macro
Dan Williams
2
-4
/
+8
2016-02-03
all/tests: fix messages for ASSERT() macro
Thomas Haller
1
-3
/
+1
2016-01-22
libnm-core: fail verify() for NMSettingVlan for invalid vlan id
Thomas Haller
1
-0
/
+10
2016-01-20
Revert "Set the default powersave value to enabled"
Lubomir Rintel
1
-5
/
+2
2016-01-20
Set the default powersave value to enabled
Mathieu Trudel-Lapierre
1
-2
/
+5
2015-12-24
build: rename directory "include" to "shared"
Thomas Haller
2
-5
/
+5
2015-12-24
build: separate compilation macro for libnm-util and libnm-glib
Thomas Haller
1
-1
/
+1
2015-12-18
libnm-util: allow unknown setting types in nm_connection_get_virtual_iface_na...
Thomas Haller
1
-24
/
+11
2015-12-01
libnm-glib: add support for IP tunnel devices as generic ones
Beniamino Galvani
1
-0
/
+2
2015-11-25
libnm-glib: add support for TUN devices
Beniamino Galvani
1
-0
/
+2
2015-11-16
all: fix typos in the code and update translations for that (bgo #758102)
Jiří Klimeš
1
-1
/
+1
2015-10-27
vlan: (all) add VLAN MVRP flag
Jiří Klimeš
2
-4
/
+11
2015-10-23
libnm: treat missing NMSettingVlan:flags property as old default value
Thomas Haller
1
-1
/
+1
2015-10-10
libnm-util/test: use "nm-test-utils.h" in test-setting-dcb
Thomas Haller
1
-14
/
+5
2015-10-07
libnm/vlan: default to vlan.flags=REORDER_HDR for new connections (rh #1250225)
Jiří Klimeš
1
-1
/
+1
2015-10-06
libnm-util: add ipv4.dhcp-timeout property
Lubomir Rintel
4
-0
/
+44
2015-09-30
build: extract version macros from "nm-version.h" to new header file "nm-vers...
Thomas Haller
4
-53
/
+11
2015-09-26
Revert "libnm-util: don't include "nm-version.h" in "NetworkManager.h""
Thomas Haller
1
-0
/
+2
[next]