summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: cache pointer to private-data in NMIP{4,6}Config structurebg/helper-macros-bgo760149Beniamino Galvani2016-01-054-12/+32
* core: use NM_PLATFORM_GET instead of nm_platform_get() in function callsBeniamino Galvani2016-01-055-10/+10
* core: use nm_clear_g_signal_handler() where possibleBeniamino Galvani2016-01-055-46/+11
* core: always use gulong to store signal handler idsBeniamino Galvani2016-01-0515-28/+28
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-0522-193/+47
* core: fix signedness of NMPolicyPrivate.reset_retries_idBeniamino Galvani2016-01-051-1/+1
* platform: ensure _nl_send_auto_with_seq() returns 0 on successThomas Haller2016-01-041-2/+3
* platform/trivial: remove extra indention in constructed()Thomas Haller2016-01-041-30/+28
* ppp-manager: initialize MTU to zero when not specifiedBeniamino Galvani2016-01-041-4/+5
* systemd: merge branch 'systemd' into masterThomas Haller2016-01-0475-537/+1076
|\
| * systemd: update code from upstreamThomas Haller2016-01-0470-426/+1057
* | platform/tests: avoid test failure in test_ip6_address_general()Thomas Haller2016-01-041-0/+3
* | device: reset the capabilities to class defaults when reseting themLubomir Rintel2016-01-041-0/+2
* | vlan: make connection available if the device is not realLubomir Rintel2016-01-041-0/+13
* | libnm: merge branch 'th/libnm-test-invalid-connection'Thomas Haller2015-12-2669-683/+1459
|\ \
| * | libnm/tests: add tests for libnm handling invalid connectionsThomas Haller2015-12-262-0/+498
| * | libnm-glib: avoid use-after-free when replace_settings() failsThomas Haller2015-12-261-0/+7
| * | libnm/tests: add test code driving python test serviceThomas Haller2015-12-262-0/+179
| * | libnm/tests: extend handling connections in python test serviceThomas Haller2015-12-261-11/+79
| * | libnm/tests: add dbus-glib support to "nm-test-libnm-utils"Thomas Haller2015-12-262-0/+20
| * | libnm/tests: use nmtstc_nm_remote_settings_new()Thomas Haller2015-12-261-2/+1
| * | libnm/tests: add nmtstc_nm_remote_settings_new()Thomas Haller2015-12-262-0/+21
| * | libnm/tests: use nmtstc_nm_client_new()Thomas Haller2015-12-261-34/+6
| * | libnm/tests: add nmtstc_nm_client_new()Thomas Haller2015-12-262-0/+43
| * | libnm/tests: add NMTSTC_SERVICE_INFO_SETUP() macroThomas Haller2015-12-261-0/+17
| * | nmtst: enable connection utility functions for libnm-glib/libnm-utils libraryThomas Haller2015-12-251-2/+21
| * | nmtst: add nmtst_uuid_generate()Thomas Haller2015-12-251-0/+11
| * | nmtst: add nmtst_find_all_indexes()Thomas Haller2015-12-251-0/+43
| * | nmtst: add nmtst_main_loop_run()Thomas Haller2015-12-251-0/+39
| * | include: remove trailing semicolon from _Pragma() callThomas Haller2015-12-241-2/+2
| * | build: rename directory "include" to "shared"Thomas Haller2015-12-2458-107/+107
| * | libnm/tests: rename test functions to follow common patternThomas Haller2015-12-247-117/+97
| * | libnm/tests: move common testing code to nm-test-libnm-utilsThomas Haller2015-12-2411-304/+19
| * | libnm/tests: unify common test code for libnm and libnm-glibThomas Haller2015-12-246-2/+146
| * | build: separate compilation macro for libnm-util and libnm-glibThomas Haller2015-12-243-4/+5
|/ /
* | man: fix typosBeniamino Galvani2015-12-246-13/+13
* | po: fix some typos in Galician translationLubomir Rintel2015-12-231-2/+2
* | po: update Brazilian Portuguese translationLubomir Rintel2015-12-231-970/+1119
* | po: merge in nm-1-0 translationsLubomir Rintel2015-12-235-2010/+2134
* | po: update-poLubomir Rintel2015-12-2365-89832/+464104
* | po: update Ukrainian translationYuri Chornoivan2015-12-231-1266/+2332
* | platform: fix 32-bit buildLubomir Rintel2015-12-231-1/+1
* | device/vlan: fix failed assertion in parent_hwaddr_changed()Beniamino Galvani2015-12-221-4/+8
* | merge: support for changing MTU of software devices (bgo #759549)Beniamino Galvani2015-12-198-1/+195
|\ \
| * | tun: add support for MTU and cloned-mac-address propertiesBeniamino Galvani2015-12-192-0/+61
| * | vxlan: add support for MTU and cloned-mac-address propertiesBeniamino Galvani2015-12-192-0/+55
| * | ip-tunnel: add a MTU propertyBeniamino Galvani2015-12-195-1/+79
|/ /
* | libnm-util: allow unknown setting types in nm_connection_get_virtual_iface_na...Thomas Haller2015-12-181-24/+11
* | manager: return values for a non-void functionLubomir Rintel2015-12-181-2/+2
* | manager: retry device creation for connection that would use a newly created ...Lubomir Rintel2015-12-181-26/+40