summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: platform: properly handle same routes in platform cacheth/dedup-multi-v3Thomas Haller2017-07-251-33/+6
* platform: use scope for deleting IP routeThomas Haller2017-07-253-11/+13
* platform: use proper rt_source of route for add and deleteThomas Haller2017-07-251-5/+3
* core: merge branch 'th/dedup-multi-v2-bgo785004'Thomas Haller2017-07-2538-1925/+2663
|\
| * core: prevent invalid routes in NMIP4Config/NMIP6ConfigThomas Haller2017-07-257-11/+54
| * core: allow omitting @src argument in nm_utils_ip6_address_clear_host_address()Thomas Haller2017-07-251-2/+4
| * core: simplify NMDedupMultiIter by storing CList pointerThomas Haller2017-07-253-60/+33
| * platform: pass full route object to platform delete functionThomas Haller2017-07-259-237/+208
| * platform: fix return value for do_delete_object()Thomas Haller2017-07-252-2/+3
| * platform: refactor nm_platform_ip4_address_sync()Thomas Haller2017-07-258-229/+297
| * core: cache GVariant for NMIP4Config/NMIP6Config's "route-data" and "routes"Thomas Haller2017-07-252-97/+117
| * core: track addresses for NMIP4Config/NMIP6Config via NMDedupMultiIndexThomas Haller2017-07-2521-822/+1170
| * core: rename self argument for NMIP4Config and NMIP6ConfigThomas Haller2017-07-254-618/+618
| * c-list: add c_list_sort()Thomas Haller2017-07-254-0/+312
| * route-manager: fix timeout for cleanup device-route monitoringThomas Haller2017-07-251-2/+2
|/
* contrib/rpm: skip tests for -Q build optionThomas Haller2017-07-252-2/+8
* contrib/rpm: provide NetworkManager-develLubomir Rintel2017-07-211-2/+2
* contrib/rpm: fix Requires/Provides on subpackagesStephen Gallagher2017-07-201-3/+3
* connectivity: fix memory leakBeniamino Galvani2017-07-191-0/+1
* core: fix detection of relevant changes in nm_ipX_config_replace()Beniamino Galvani2017-07-172-2/+6
* dns: perform the public-suffix check only for the hostname-derived domainBeniamino Galvani2017-07-171-9/+9
* service: don't install dependency for "NetworkManager-wait-online.service" to...Thomas Haller2017-07-172-11/+0
* cli: warn when adding connection with a name that already existsThomas Haller2017-07-171-0/+24
* trivial: fix whitespaceThomas Haller2017-07-171-3/+3
* core: fix route synchronizationBeniamino Galvani2017-07-151-1/+3
* core: shortcut equal operator for identical object reference in NMDedupMultiI...Thomas Haller2017-07-103-27/+23
* core: fix NMDedupMultiIndex's _dict_idx_entries_hash()Thomas Haller2017-07-101-2/+1
* core: fix heap overflow accessing NMIP4Config's idx_ip4_routesThomas Haller2017-07-102-2/+8
* dhcp/tests: add test parsing dhclient configThomas Haller2017-07-101-8/+62
* dhcp/dhclient: improve "interface" statement parsingJonathan Kang2017-07-101-1/+2
* cli: don't track device state for VPN connectionsBeniamino Galvani2017-07-091-1/+1
* po: update Ukrainian (uk) translation (bgo#784529)Yuri Chornoivan2017-07-071-656/+926
* all: merge branch 'th/dedup-multi-bgo784220'Thomas Haller2017-07-0767-4500/+6704
|\
| * platform: refactor NMPObject cast macros using _Generic()th/dedup-multi-bgo784220Thomas Haller2017-07-056-43/+65
| * platform: refactor nm_platform_link_get_all() to return GPtrArrayThomas Haller2017-07-055-61/+74
| * platform: move link accessors to NMPlatform base classThomas Haller2017-07-057-538/+538
| * platform: refactor fake platform to use NMPCache for addressesThomas Haller2017-07-055-266/+140
| * platform/trivial: rename cache-id-type indexesThomas Haller2017-07-052-12/+12
| * platform: drop separate index for visible objectsThomas Haller2017-07-055-104/+48
| * platform: reduce number of route indexesThomas Haller2017-07-059-77/+47
| * platform: drop nm_platform_ip6_route_get_all()Thomas Haller2017-07-054-99/+23
| * platform: refactor nm_dedup_multi_objs_to_ptr_array_head()Thomas Haller2017-07-053-23/+45
| * core: refactor NMIP6Config to use dedup-index for IPv6 routesThomas Haller2017-07-059-204/+366
| * core: remove NMDedupMultiBox object and track NMDedupMultiObj instances directlyThomas Haller2017-07-058-335/+340
| * core: avoid cloning platform routes but iterate the cache directlyThomas Haller2017-07-0512-160/+392
| * platform: track routes in NMFakePlatform via NMPCacheThomas Haller2017-07-055-343/+219
| * platform: expose index lookup for objects in public APIThomas Haller2017-07-053-2/+86
| * platform: expose emit-signal function from platformThomas Haller2017-07-053-82/+87
| * platform: move the NMPCache from linux platform to NMPlatformThomas Haller2017-07-054-82/+121
| * platform: add use-udev property for NMPlatformThomas Haller2017-07-053-6/+34