summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: add support for reloading of configurationth/rh1066697_reload_config-dcbw-1dcbw/configThomas Haller2014-08-145-57/+218
* core: add handler for supported signalsThomas Haller2014-08-141-1/+15
* config: back NMConfig with NMConfigDataDan Williams2014-08-145-119/+74
* config: add new config data method that merges other configDan Williams2014-08-142-0/+98
* config: add most properties to NMConfigDataDan Williams2014-08-142-11/+253
* config: add new NMConfigData classThomas Haller2014-08-143-0/+247
* contrib/rpm: fix --quick option of build_clean.shThomas Haller2014-08-141-0/+2
* build: fix generate-setting-docs.py to work with python3Thomas Haller2014-08-121-3/+5
* core: fix build with toolchains not exporting CLOCK_BOOTTIMEPeter Korsgaard2014-08-111-0/+9
* dhcp: fix killing wrong process ID on dhclient releaseDan Williams2014-08-082-9/+14
* libnm-util: don't warn about unrecognized propertiesDan Winship2014-08-081-2/+4
* core: fix a warning and a leakDan Winship2014-08-081-1/+2
* libnm-glib/test: fix test failure for test-remote-settings-clientThomas Haller2014-08-081-1/+1
* nmtst: fix memory leak in nmtst_create_minimal_connection()Thomas Haller2014-08-071-1/+3
* libnm-core, libnm-util: convert test-crypto, test-setting-8021x.c to gtestutilsDan Winship2014-08-076-257/+342
* Merge branch 'libnm-nmobj' (bgo #734228)Dan Winship2014-08-0722-1274/+656
|\
| * libnm: add a test for connection-deleted-while-being-createdDan Winship2014-08-072-19/+78
| * nmtst: add nmtst_create_minimal_connection() functionThomas Haller2014-08-071-0/+44
| * libnm: fix a g_signal_handler_find() call in NMRemoteSettingsDan Winship2014-08-071-2/+2
| * libnm: remove NMRemoteConnection::updated signalDan Winship2014-08-073-38/+5
| * libnm: port NMRemoteSettings to NMObjectDan Winship2014-08-0710-907/+334
| * libnm: add NMRemoteConnection:visible propertyDan Winship2014-08-074-28/+68
| * libnm: remove redundant NM name watching codeDan Winship2014-08-073-139/+72
| * libnm: synchronize NMClient and NMRemoteSettings "is NM running" propertiesDan Winship2014-08-0713-112/+112
| * libnm, libnm-glib: belatedly replace _nm_client_is_object_path()Dan Winship2014-08-072-92/+4
|/
* Miscellaneous hardware-address-handling changes (bgo #734229)Dan Winship2014-08-0780-636/+583
|\
| * core: update data types of some hwaddr propertiesDan Winship2014-08-0713-152/+139
| * libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-0726-136/+240
| * libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-0763-81/+9
| * all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-0728-154/+124
| * libnm-core: rewrite nm_utils_hwaddr_ntoa()Dan Winship2014-08-071-6/+6
| * libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-0732-182/+140
|/
* logging: merge branch 'th/bgo734230_device_logging'Thomas Haller2014-08-0719-824/+686
|\
| * logging: use new logging macros in NMDevice subclassesth/bgo734230_device_loggingThomas Haller2014-08-0617-811/+637
| * logging: extract logging macros for devices to nm-device-logging.hThomas Haller2014-08-063-13/+49
|/
* trivial: fix spacing in src/devices/wifi/nm-wifi-ap.hDan Winship2014-08-051-34/+34
* platform/tests: disable platform root test 'test-link-linux' for nowThomas Haller2014-08-041-1/+1
* libnm-util/test: fix tests not to write a core fileThomas Haller2014-08-041-1/+23
* supplicant: fix invalid parameter type in AddBlob D-Bus callGeoffrey Thomas2014-08-041-1/+1
* libnm-util/tests: fix build for older glib with unknown G_SPAWN_DEFAULTThomas Haller2014-08-041-1/+1
* po: update German (de) translation (bgo #734150)Christian Kirbach2014-08-021-2254/+2643
* core: cleanup getting iface for NMDevice for loggingThomas Haller2014-08-021-20/+3
* build: fix out-of-tree build for libnm-coreThomas Haller2014-08-011-3/+4
* libnm-util/test: fix build for clang due to deprecated warningThomas Haller2014-08-011-0/+2
* libnm: Initial merge of "libnm" work (bgo #680675)Dan Winship2014-08-01344-1560/+69655
|\
| * libnm, libnm-utils: error out if mixed libnm/libnm-util symbols are detectedDan Winship2014-08-016-1/+107
| * libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-01162-206/+394
| * libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-0177-90/+89
| * libnm: make the the use of GInitable mandatoryDan Winship2014-08-0144-528/+225
| * libnm: add init_dbus() virtual method to NMObjectDan Winship2014-08-0125-370/+302