summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! libnm, core: build libnm-core-private.so and use itdanw/libnm-core-shared-bgo744031Thomas Haller2015-02-171-3/+4
* libnm, core: build libnm-core-private.so and use itDan Winship2015-02-055-7/+26
* libnm-core: redo how nm-core-internal.h worksDan Winship2015-02-0510-56/+143
* libnm-core: make all nm-core-internal functions be "_"-prefixedDan Winship2015-02-059-25/+25
* ibft: avoid logging multiple lines when ibft failsThomas Haller2015-02-031-0/+9
* po: updated Ukranian translation (bgo #743852)Yuri Chornoivan2015-02-031-1246/+979
* po: update Gujarati translationAnkit Patel2015-02-031-14/+44
* po: update German (de) translationHedda Peters2015-02-031-20/+18
* core: fix WiMAX enabled state file property nameDan Williams2015-02-021-1/+1
* build: add compile option to disable building of Wi-Fi pluginThomas Haller2015-01-303-18/+44
* manager: fix impl_manager_add_and_activate_connection()Thomas Haller2015-01-301-2/+4
* examples: add some examples in Lua using lgi libraryJiří Klimeš2015-01-307-0/+221
* po: fix small error in Telugu translationDan Williams2015-01-291-2/+1
* po: fix small issues in German translationDan Williams2015-01-291-10/+3
* core: intern hyphen_name string in nm_properties_changed_signal_add_property()Thomas Haller2015-01-291-1/+2
* connectivity: fix memory leak in nm-connectivity.cThomas Haller2015-01-291-0/+2
* config: fix memleak in read_config()Thomas Haller2015-01-291-1/+6
* ifcfg-rh: fix memleak in make_ip4_setting()Thomas Haller2015-01-291-3/+4
* ifcfg-rh: fix memleak in make_ip4_setting()Thomas Haller2015-01-291-0/+1
* ifcfg-rh: fix memleak in devtimeout_from_file()Thomas Haller2015-01-291-0/+2
* ifcfg-rh: fix memleak in connection_from_file_full()Thomas Haller2015-01-291-0/+1
* auth: fix memleak in _new_unix_process()Thomas Haller2015-01-291-1/+2
* core: fix memleak releasing priv->path in NMIP4Config and NMIP6ConfigThomas Haller2015-01-292-0/+4
* libnm: fix memleak in nm_utils_hwaddr_canonical()Thomas Haller2015-01-291-1/+1
* core: fix memory leak in nm_properties_changed_signal_add_property()Thomas Haller2015-01-291-0/+4
* libnm-core: fix docs typoDan Winship2015-01-291-2/+2
* ip6-config: remove the link-local address on address flushLubomir Rintel2015-01-283-5/+6
* contrib/rpm: add 10-ibft-plugin.conf config fileThomas Haller2015-01-283-1/+18
* libnm-core: coverity fixJiří Klimeš2015-01-281-1/+2
* Currently if we have two paired bluetooth devices,Dan Winship2015-01-271-0/+19
* contrib: fix NetworkManager.spec after the dispatcher script changeDan Winship2015-01-271-0/+1
* NEWS: mention missing feature for 1.0Thomas Haller2015-01-271-1/+2
* dispatcher: fix ifcfg-rh example dispatcher script (rh #1160013)Dan Winship2015-01-272-5/+19
* core: fix nm_ip_config_intersect() only to remove addresses, routes and gatewayThomas Haller2015-01-262-68/+8
* device: schedule queued_ip_config_change() after constructing deviceThomas Haller2015-01-261-0/+3
* default-route: don't return devices without active connection as best_config(...Thomas Haller2015-01-261-1/+30
* logging: assert that NMLogDomains compiles to a 64 bit enumThomas Haller2015-01-261-0/+3
* wifi: reduce logging level for find_active_ap()Thomas Haller2015-01-261-12/+12
* platform: merge: branch 'lr/ipv6-tokens' (rh #1104689)Lubomir Rintel2015-01-269-10/+150
|\
| * platform: Add support for IPv6 tokenized identifiers on Linuxlr/ipv6-tokensLubomir Rintel2015-01-261-0/+34
| * platform: refresh link cache when IPv6 tokenized identifier changesLubomir Rintel2015-01-261-2/+33
| * build: Check for tokenized identifier support in libnl-route-3Lubomir Rintel2015-01-261-0/+7
| * core: Use tokenized identifiers when constructing an addressLubomir Rintel2015-01-263-6/+42
| * platform: Add support for IPv6 tokenized identifiersLubomir Rintel2015-01-262-0/+29
| * core: Add NMUtilsIPv6IfaceId to nm-types.hLubomir Rintel2015-01-262-2/+5
|/
* po: update Polish (pl) translation (bgo #743500)Piotr Drąg2015-01-261-102/+175
* manager: don't attempt to activate ipv6.method=shared connectionsLubomir Rintel2015-01-251-0/+10
* build: replace `echo -n` by `printf '%s'` in configure.acThomas Haller2015-01-251-1/+1
* core: merge branch 'th/bgo740443_device_ip_changes'Thomas Haller2015-01-246-255/+627
|\
| * device: always pickup externally configured default routes for a deviceThomas Haller2015-01-241-74/+94