summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * platform: implement hash function for NMPlatformLnk typesThomas Haller2017-07-055-17/+203
| * platform: fix nmp_object_hash() to include object typeThomas Haller2017-07-051-10/+7
| * core: remove NMMultiIndexThomas Haller2017-07-054-938/+0
| * platform: merge NMP_CACHE_ID_TYPE_ROUTES_BY_DESTINATION* indexThomas Haller2017-07-052-43/+21
| * platform: merge NMP_CACHE_ID_TYPE_ROUTES_VISIBLE_*_DEFAULT indexesThomas Haller2017-07-052-79/+27
| * platform: use NMDedupMultiIndex for routes in NMPCacheThomas Haller2017-07-058-1301/+1695
| * platform: fix lookup of all routes unrestricted to an ifindexThomas Haller2017-07-051-2/+12
| * platform/trivial: rename variableThomas Haller2017-07-051-94/+94
| * platform: use NM_SET_OUT() macroThomas Haller2017-07-051-27/+16
| * core: refactor NMIP4Config to use dedup-index for IPv4 routesThomas Haller2017-07-058-188/+410
| * core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller2017-07-0531-135/+366
| * platform: let NMPObject implement NMDedupIndexObjThomas Haller2017-07-057-22/+228
| * shared: add NMDedupMultiIndex "nm-dedup-multi.h"Thomas Haller2017-07-054-1/+1660
| * clients: make meta data subtypes of NMObjBaseInstThomas Haller2017-07-052-4/+18
| * all: add base object type in "nm-obj.h"Thomas Haller2017-07-055-14/+151
| * core: use NM_HASH_COMBINE() functionThomas Haller2017-07-053-30/+30
| * shared: add NM_HASH_COMBINE() functionThomas Haller2017-07-051-0/+9
| * platform: fix nm_platform_lnk_macvlan_cmp() to consider "tap" fieldThomas Haller2017-07-051-1/+2
| * shared: update c-listThomas Haller2017-07-051-102/+63
|/
* checkpoint: disconnect device before reactivation during rollbackBeniamino Galvani2017-07-051-0/+11
* all: fix minor typos in settings docsYuri Chornoivan2017-07-039-20/+20
* libnm: add 'hw-address' property to NMDeviceDummyBeniamino Galvani2017-06-304-2/+118
* gitignore: ignore temporary ifcfg-rh tests directoryThomas Haller2017-06-291-0/+1
* libnm: merge branch 'th/libnm-client-async-revert'Thomas Haller2017-06-291-61/+59
|\
| * libnm: refactor name-owner check for object-managerThomas Haller2017-06-291-12/+14
| * libnm: move check for pending_init to init_async_complete()Thomas Haller2017-06-291-4/+4
| * libnm: fix leaking init_data in got_object_manager()Thomas Haller2017-06-291-1/+2
| * libnm: assert in async_inited_obj_nm() for existing pending_init countThomas Haller2017-06-291-5/+5
| * libnm/trivial: move codeThomas Haller2017-06-291-7/+7
| * libnm: clear cancellable in new_object_manager() before emitting signalThomas Haller2017-06-291-1/+1
| * libnm: fix leaking cancellable in NMClient's name_owner_changed()Thomas Haller2017-06-291-2/+1
| * libnm: fix getting self pointer in NMClient's new_object_manager()Thomas Haller2017-06-291-2/+3
| * libnm: clear NMClientPrivate.object_manager in name_owner_changed()Thomas Haller2017-06-291-1/+3
| * Revert "libnm: don't use async constructor for GDBusObjectManager"Thomas Haller2017-06-291-24/+13
| * Revert "libnm: refactor error handling in got_object_manager()"Thomas Haller2017-06-291-11/+15
|/
* cli: fix assertion in tab completion for gen_property_names()Thomas Haller2017-06-291-3/+7
* po: update Ukrainian (uk) translation (bgo#784166)Yuri Chornoivan2017-06-291-694/+1439
* tools: fix the PowerPC buildLubomir Rintel2017-06-281-1/+1
* cli: fix returning no results in complete functionThomas Haller2017-06-281-2/+10
* cli: fix crash in complete functionThomas Haller2017-06-281-2/+4
* libnm-core: 8021x: fix check on private key passwordBeniamino Galvani2017-06-271-3/+8
* core,cli: replace wrong pattern for clearing GErrorBeniamino Galvani2017-06-273-4/+4
* Move CONF_DHCP definition to nm-hostname-manager.cMike Gorse2017-06-272-3/+3
* cli: prioritize devices with default routes and addressesLubomir Rintel2017-06-261-0/+57
* introspection: slightly improve checkpoint documentationBeniamino Galvani2017-06-261-8/+7
* bond: ignore miimon option only when it is zeroBeniamino Galvani2017-06-231-11/+14
* cli: merge branch 'bg/cli-ask-fixes-rh1464001'Beniamino Galvani2017-06-224-57/+123
|\
| * cli: ask NMSettingConnection properties first in questionnaire modeBeniamino Galvani2017-06-221-36/+81
| * clients: reorder properties of connection settingBeniamino Galvani2017-06-222-13/+13
| * clients: return NULL array on auto-completion failureBeniamino Galvani2017-06-222-8/+29
|/