summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: use NM_PLATFORM_GET where possiblebg/helper-macrosBeniamino Galvani2016-01-045-10/+10
* core: use nm_clear_g_signal_handler() where possibleBeniamino Galvani2016-01-045-46/+11
* core: always use gulong to store signal handler idsBeniamino Galvani2016-01-0415-28/+28
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-0422-193/+47
* core: fix signedness of NMPolicyPrivate.reset_retries_idBeniamino Galvani2016-01-041-1/+1
* 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
* libnm-core/docs: add/fix missing descriptionsJiří Klimeš2015-12-182-1/+9
* docs: add missing documentation for settings and devicesJiří Klimeš2015-12-181-1/+9
* libnm: fix documentation of NMSettingIP6ConfigAddrGenMode valuesJiří Klimeš2015-12-181-2/+2
* rdisc: fix regression in send_rs() (cannot create router solicitation)Thomas Haller2015-12-171-1/+1
* platform: merge branch 'th/platform-no-sync-socket-bgo759490'Thomas Haller2015-12-176-692/+1022
|\
| * core: optimize NMMultiIndex by special caseing ids with one value onlyThomas Haller2015-12-172-60/+99
| * platform: add index for links by ifnameThomas Haller2015-12-172-2/+54
| * platform: tighten return value from do_add_addrroute()Thomas Haller2015-12-171-5/+11
| * platform: check for existing link in do_add_link_with_lookup()Thomas Haller2015-12-171-0/+14