summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | travis: fix travis build to use Ubuntu 12.04 LTS (Precise Pangolin)Thomas Haller2017-07-251-0/+1
* | libnm: fix settings-doc after update in libnm-core doc stringThomas Haller2017-07-251-1/+1
* | device: deprecate "bridge.mac-address" for "ethernet.cloned-mac-address" settingThomas Haller2017-07-252-5/+22
* | platform: consolidate debug logging during link-addThomas Haller2017-07-252-5/+15
* | core: fix creating lower-case MAC address with nm_utils_hwaddr_ntoa_buf()Thomas Haller2017-07-251-1/+1
* | device: fix address check in start_sharing()Beniamino Galvani2017-07-251-1/+1
* | core: emit notify signals for addresses/routes in nm_ipX_config_replaceBeniamino Galvani2017-07-252-0/+4
* | core: fix setting output argument in nm_utils_stable_id_parse()Thomas Haller2017-07-251-1/+1
* | platform: nmp-object: fix memory leakBeniamino Galvani2017-07-251-1/+1
* | Make licensing of contributions more explicitRichard Fontana2017-07-251-0/+9
* | 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