summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "logs"travisLubomir Rintel2015-06-021-1/+1
* logsLubomir Rintel2015-06-021-1/+1
* Revert "Update to Trusty"Lubomir Rintel2015-06-021-2/+0
* Update to TrustyLubomir Rintel2015-06-021-0/+2
* Add .travis.ymlLubomir Rintel2015-06-021-0/+10
* merge: fix build & tests with older toolingLubomir Rintel2015-06-0214-9/+43
|\
| * build: don't default to -Werrorlr/ancient-ubuntuLubomir Rintel2015-06-023-3/+3
| * build: don't abort configure if there's no systemd devel headersLubomir Rintel2015-06-021-3/+10
| * tests: avoid calling GLib.IOChannel.unix_new()Lubomir Rintel2015-06-021-1/+1
| * libnm-core,libnm-util: avoid calling a constructorLubomir Rintel2015-06-022-2/+14
| * systemd-dhcp: fix build with Linux 3.2.0 headersLubomir Rintel2015-06-021-0/+5
| * ppp-manager: fix build with Linux 3.2.0 headersLubomir Rintel2015-06-021-0/+1
| * build: use compat version of g_clear_pointer()Lubomir Rintel2015-06-025-0/+9
|/
* core: don't assume the loopback interface is called "lo"Lubomir Rintel2015-06-011-1/+1
* platform-linux: allow netlink messages from non-privileged user namespacesLubomir Rintel2015-06-011-3/+2
* build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller2015-06-0114-16/+16
* utils: move NM_FLAGS_*() macros to header file "include/nm-utils-internal.h"Thomas Haller2015-05-292-9/+10
* default-route: merge branch 'th/default-route-fixes-rh1205405'Thomas Haller2015-05-293-21/+69
|\
| * default-route: also configure default-routes for assumed connectionsThomas Haller2015-05-291-7/+13
| * default-route: for devices with 'never-default' enforce the default-route onl...Thomas Haller2015-05-291-2/+34
| * default-route: add @out_is_never_default argument to has_default_route()Thomas Haller2015-05-293-18/+28
|/
* merge: increase 'max_replies_per_connection' limit in D-Bus configurationJiří Klimeš2015-05-292-0/+11
|\
| * libnm-glib: print a bold warning about reaching a D-Bus limitJiří Klimeš2015-05-291-0/+9
| * dbus: increase 'max_replies_per_connection' limit in D-Bus configurationJiří Klimeš2015-05-291-0/+2
|/
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-05-2818-35/+5
* nm-import-openvpn: import 'float' OpenVPN optionJiří Klimeš2015-05-281-0/+1
* build: support runstatedir configure optionPavel Šimerda2015-05-284-4/+9
* merge: offer valid values for enum-style properties in nmcli (rh #1034126)Jiří Klimeš2015-05-285-93/+219
|\
| * cli: TAB-completion for enum-style property values (rh #1034126)Jiří Klimeš2015-05-281-45/+170
| * cli: add missing nmc_property_802_1X_allowed_eap() functionJiří Klimeš2015-05-281-2/+5
| * cli: change function for allowed values to return array of stringsJiří Klimeš2015-05-283-39/+28
| * cli: add @brackets parameter to nmc_util_strv_for_displayJiří Klimeš2015-05-283-5/+7
| * cli: print valid-values hint in property menu for empty "set" commandJiří Klimeš2015-05-281-2/+9
|/
* core/cli: add missing device state-reason to string conversionsJiří Klimeš2015-05-272-0/+8
* device: log the device we were searching in udevJiří Klimeš2015-05-271-3/+5
* Partially revert "dhcp: gracefully recover from failed DHCP BOUND state trans...Dan Williams2015-05-261-2/+2
* ifnet/test: rename test check_ifnet to test-ifnetThomas Haller2015-05-263-7/+7
* libnm-glib: do not access NULL GError variable (rh #1224819)Jiří Klimeš2015-05-261-4/+6
* test: fix running valgrind tests with NMTST_NO_VALGRINDThomas Haller2015-05-261-1/+1
* ifnet/tests: convert to GLib test functionsBeniamino Galvani2015-05-262-151/+92
* ifnet/tests: fix GCC 5 warning about possible misuse of logical notBeniamino Galvani2015-05-261-1/+1
* libnm,dbus-helpers: include glib-compat for g_test_initialized()Lubomir Rintel2015-05-261-0/+2
* merge: branch 'lr/tap-tests' (bgo #749375)Lubomir Rintel2015-05-2632-214/+243
|\
| * tests: don't try to connect to the private socketlr/tap-testsLubomir Rintel2015-05-261-2/+3
| * tests: be a bit more helpful when valgrind tests failLubomir Rintel2015-05-261-1/+13
| * tests: use the TAP formatterLubomir Rintel2015-05-2619-3/+37
| * build: switch to parallel test harnessLubomir Rintel2015-05-264-17/+6
| * tests: call g_test_run() even when skipping the testLubomir Rintel2015-05-263-5/+2
| * tests: always spawn private d-busLubomir Rintel2015-05-263-15/+9
| * tests: move all asserts into testsLubomir Rintel2015-05-266-171/+173
|/