| Commit message (Expand) | Author | Age | Files | Lines |
* | supplicant: ignore NotConnected errors when disconnecting | Dan Williams | 2015-04-10 | 1 | -2/+4 |
* | supplicant: track and expose wpa_supplicant's CurrentBSS property | Dan Williams | 2015-04-10 | 2 | -6/+48 |
* | supplicant-manager, wifi: (trivial) fix signal argument types | Dan Winship | 2015-04-06 | 2 | -3/+3 |
* | core: use _nm_dbus_error_has_name() | Dan Winship | 2015-04-03 | 1 | -15/+2 |
* | libnm, core: use typechecked proxy_call methods | Dan Winship | 2015-04-03 | 1 | -20/+19 |
* | libnm, core: use _nm_dbus_signal_connect() | Dan Winship | 2015-04-03 | 1 | -27/+52 |
* | libnm: accept unknown WEP key type in nm_utils_wep_key_valid() | Thomas Haller | 2015-03-20 | 1 | -0/+7 |
* | supplicant: disconnect properties handler on dispose | Dan Williams | 2015-03-10 | 1 | -0/+2 |
* | supplicant: remove unused variable | Thomas Haller | 2015-03-04 | 1 | -1/+0 |
* | supplicant: remove unused nm-call-store.c/.hdcbw/wifi-gdbus | Dan Williams | 2015-03-03 | 3 | -161/+0 |
* | supplicant: convert interface/config to GDBus | Dan Williams | 2015-03-03 | 5 | -963/+786 |
* | supplicant: clean up some whitespace | Dan Williams | 2015-03-03 | 1 | -28/+28 |
* | supplicant: make NMSupplicantInterface independent of NMSupplicantManager | Dan Williams | 2015-03-03 | 5 | -89/+39 |
* | supplicant: clean up NMSupplicantInterface::dispose() | Dan Williams | 2015-03-03 | 1 | -27/+23 |
* | supplicant: convert NMSupplicantManager to GDBus | Dan Williams | 2015-03-03 | 1 | -93/+81 |
* | supplicant: clean up NMSupplicantManager::dispose() | Dan Williams | 2015-03-03 | 1 | -16/+9 |
* | test: initialize auto-destructed pointers | Lubomir Rintel | 2015-02-09 | 1 | -3/+3 |
* | tests: enable valgrind tests for tests | Thomas Haller | 2015-02-09 | 1 | -0/+1 |
* | supplicant/tests: fix memleaks in test code for valgrind | Thomas Haller | 2015-02-09 | 1 | -3/+6 |
* | core: declare nm_supplicant_manager_get() using NM_DEFINE_SINGLETON_GETTER() | Thomas Haller | 2015-01-12 | 1 | -13/+1 |
* | all: consistently include config.h | Dan Winship | 2014-11-13 | 6 | -4/+11 |
* | libnm,core: enhance nm_utils_hexstr2bin() | Dan Williams | 2014-11-07 | 1 | -10/+24 |
* | libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classes | Dan Winship | 2014-11-07 | 1 | -9/+9 |
* | libnm-core: add nm-core-types.h, remove cross-includes | Dan Winship | 2014-10-28 | 1 | -7/+1 |
* | supplicant: avoid assertion when DBUS connection closes | Thomas Haller | 2014-10-27 | 1 | -1/+7 |
* | supplicant: fix handling of 'freq_list' option and band locking (bgo #737795) | Dan Williams | 2014-10-08 | 1 | -1/+1 |
* | libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTES | Dan Winship | 2014-09-04 | 2 | -37/+41 |
* | libnm-core: change all mac-address properties to G_TYPE_STRING | Dan Winship | 2014-09-04 | 2 | -32/+10 |
* | all: remove a bunch of unnecessary dbus/dbus-glib includes | Dan Winship | 2014-09-03 | 1 | -1/+0 |
* | supplicant/ifnet: fix spelling of "private_key2_passwd" option | Geoffrey Thomas | 2014-08-27 | 1 | -1/+1 |
* | supplicant: fix expected return type of AddBlob D-Bus call | Geoffrey Thomas | 2014-08-20 | 1 | -2/+1 |
* | libnm-core, libnm, core: make NMConnection an interface | Dan Winship | 2014-08-16 | 1 | -3/+3 |
* | all: fix up multiple-include-guard defines | Dan Winship | 2014-08-16 | 6 | -15/+15 |
* | libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.h | Dan Winship | 2014-08-07 | 2 | -2/+0 |
* | supplicant: fix invalid parameter type in AddBlob D-Bus call | Geoffrey Thomas | 2014-08-04 | 1 | -1/+1 |
* | libnm: add NetworkManager.h, disallow including individual headers | Dan Winship | 2014-08-01 | 1 | -0/+1 |
* | all: port everything to libnm | Dan Winship | 2014-08-01 | 1 | -2/+2 |
* | build: more srcdir!=builddir fixes | Dan Winship | 2014-07-15 | 1 | -1/+0 |
* | supplicant: fix crash passing invalid parameter to AddBlob when adding network | Thomas Haller | 2014-07-02 | 1 | -1/+1 |
* | all: remove remaining GParamSpec name/blurb strings | Dan Winship | 2014-06-19 | 2 | -12/+12 |
* | nmtst: add NMTST_DEBUG=no-expect-message for debugging assert_message tests | Thomas Haller | 2014-06-05 | 1 | -7/+3 |
* | core: add compatibility wrapper for g_test_skip() to nm-glib-compat.h | Thomas Haller | 2014-06-05 | 1 | -2/+0 |
* | nmtst: combine files nm-test-helpers.h and nm-test-utils.h | Thomas Haller | 2014-06-05 | 1 | -1/+2 |
* | all: g_type_init() has been deprecated in GLib 2.35.0 | Jiří Klimeš | 2014-05-27 | 1 | -0/+2 |
* | all/test: modify makefiles to run tests (without arguments) via autoconf TESTS= | Thomas Haller | 2014-04-23 | 1 | -2/+1 |
* | core: use g_test_expect_message() in test programs | Dan Winship | 2014-04-23 | 1 | -2/+51 |
* | all: set G_LOG_DOMAIN appropriately, for better g_log() messages | Dan Winship | 2014-04-23 | 1 | -0/+1 |
* | build: add some missing -DNM_VERSION_MAX_ALLOWED | Dan Winship | 2014-04-07 | 1 | -0/+1 |
* | wifi: fixup for "wifi: support locking connections to a band (5GHz or 2GHz) (... | Dan Williams | 2014-03-26 | 1 | -0/+1 |
* | wifi: support locking connections to a band (5GHz or 2GHz) (bgo #627571) | Dan Williams | 2014-03-25 | 1 | -2/+24 |