summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * libnm: remove _new functions from NMObject subclassesDan Winship2014-08-0145-572/+5
| * libnm: fix up class struct reserved slotsDan Winship2014-08-0157-339/+137
| * libnm-core, etc: move NMSecretAgentCapabilities to NetworkManager.hDan Winship2014-08-013-26/+19
| * include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlagsDan Winship2014-08-0118-107/+73
| * libnm: add NetworkManager.h and NetworkManagerVPN.h to enum-typesDan Winship2014-08-015-11/+30
| * libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship2014-08-0114-29/+29
| * libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-0164-1037/+1037
| * libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-08-0162-578/+0
| * libnm: remove all deprecated functions and typesDan Winship2014-08-0119-471/+24
| * libnm-util: remove NM_UTIL_PRIVATE_CALL, NMSettingIP4Config:address-labelsDan Winship2014-08-015-322/+17
| * contrib: update NetworkManager.spec for libnmDan Winship2014-08-011-7/+55
| * all: port everything to libnmDan Winship2014-08-0162-233/+179
| * docs: add libnm documentationDan Winship2014-08-018-1/+1155
| * libnm: add libnm/libnm-core (part 2)Dan Winship2014-08-0131-89/+1619
| * libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-01150-0/+67616
|/
* Merge branch 'th/bgo733212_logging'Thomas Haller2014-08-018-977/+932
|\
| * core: refactoring logging in NMDevice to use new _LOG() macrosThomas Haller2014-08-011-426/+294
| * core/trivial: change variable name for self pointer in NMDevice to @selfThomas Haller2014-08-013-525/+526
| * core: add logging macro _LOG() and _LOGD() to nm-device.cThomas Haller2014-08-011-0/+13
| * core/logging: add new logging macro nm_log_obj()Thomas Haller2014-08-011-0/+27
| * core/logging: define nm_log() to check for nm_logging_enabled() firstThomas Haller2014-08-011-1/+7
| * core/logging: change order or domain/level arguments for nm_log()Thomas Haller2014-08-013-11/+11
| * core/logging: define logging macros based on nm_log()Thomas Haller2014-08-011-12/+5
| * core/logging: ensure that logging is always initializedThomas Haller2014-08-011-2/+12
| * core/logging: return static string from nm_logging_domains_to_string()Thomas Haller2014-08-013-32/+36