summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libnm-glib: add libnm compat defines to nm-vpn-plugin-ui-interface.hDan Winship2015-07-252-0/+50
* all: merge branch 'pre-gdbus-bgo622927'Dan Winship2015-07-24396-2407/+1998
|\
| * core: rename NMDBusManager to NMBusManagerDan Winship2015-07-2417-327/+319
| * settings: fix/reorganize NMSettingConnection secrets codeDan Winship2015-07-241-36/+71
| * settings: rework NMSecretAgent disconnection detectionDan Winship2015-07-243-41/+69
| * bluetooth, vpn-manager: use GDBusProxies to monitor servicesDan Winship2015-07-243-106/+81
| * core: port NMDhcp4Config/NMDhcp6Config to GVariantDan Winship2015-07-246-182/+94
| * core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-2441-349/+304
| * core: add an NMExportedObject base classDan Winship2015-07-2456-515/+399
| * core: add missing g_dbus_error_strip_remote_error() callsDan Winship2015-07-249-10/+34
| * libnm-glib: drop private bus supportDan Winship2015-07-247-210/+106
| * all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-24370-562/+374
| * include: add nm-dbus-compat.hDan Winship2015-07-2414-40/+107
| * ppp-manager: trivial: move class_init functionDan Winship2015-07-241-62/+62
| * introspection: trivial fixesDan Winship2015-07-244-0/+11
|/
* core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.hThomas Haller2015-07-247-58/+65
* Revert "core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.h"Thomas Haller2015-07-242-60/+58
* libnm-core: fix return value in nm_utils_enum_to_str()Thomas Haller2015-07-241-2/+2
* core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.hThomas Haller2015-07-242-58/+60
* merge: ethernet: add Wake-on-LAN supportBeniamino Galvani2015-07-2419-3/+824
|\
| * core: configure Wake-on-LAN parameters for Ethernet devicesBeniamino Galvani2015-07-243-0/+79
| * cli: add support for Wake-on-LAN settingsBeniamino Galvani2015-07-241-1/+62
| * ifcfg-rh: add support for Wake-on-LAN ethtool optionsBeniamino Galvani2015-07-245-1/+255
| * libnm-core: add Wake-on-LAN properties to NMSettingWiredBeniamino Galvani2015-07-245-0/+164
| * libnm-core: add enum conversion utilitiesBeniamino Galvani2015-07-247-1/+264
|/
* po: update Swedish (sv) translation (bgo #752725)Josef Andersson2015-07-241-1689/+2360
* keyfile: merge branch 'th/keyfile-write-connection-bgo740738'Thomas Haller2015-07-2410-39/+85
|\
| * keyfile: rename keyfile when user changes connection idThomas Haller2015-07-2410-11/+39
| * keyfile: cleanup error messages in _internal_write_connection()Thomas Haller2015-07-241-5/+8
| * keyfile: refactor return paths in _internal_write_connection()Thomas Haller2015-07-241-24/+19
| * keyfile: add info logging when updating connectionThomas Haller2015-07-241-2/+20
| * keyfile: fix memleak of path in commit_changes()Thomas Haller2015-07-241-1/+3
|/
* core: fix handling route-metric for nm_ip4_config_merge()Thomas Haller2015-07-222-2/+2
* libnm: backport symbols for metered connections support to 1.0.6Beniamino Galvani2015-07-223-0/+14
* default-route: merge branch 'th/default-route-on-unmanaged-device-rh1244483'Thomas Haller2015-07-227-55/+110
|\
| * libnm-core: don't assert against non-NULL @ip argument to canonicalize_ip()Thomas Haller2015-07-221-4/+2
| * libnm-core: 0.0.0.0 is a valid gateway tooLubomir Rintel2015-07-221-1/+1
| * libnm-core: fix nm-setting-ip-config.c:valid_ip() to handle %NULL argumentThomas Haller2015-07-221-0/+5
| * libnm-core: properly handle %NULL @ip in nm_utils_ipaddr_valid()Thomas Haller2015-07-221-0/+3
| * ip4-config: 0.0.0.0 is a valid gateway tooLubomir Rintel2015-07-224-20/+53
| * default-route-manager: pick up platform changes after NMDeviceLubomir Rintel2015-07-221-1/+3
| * device: always assume default-route for generate-assumed-connectionsThomas Haller2015-07-221-12/+20
| * device: move setting v4_commit_first_time/v6_commit_first_time to the end of ...Thomas Haller2015-07-221-10/+13
| * device/trivial: rename private field in NMDevicePrivateThomas Haller2015-07-221-12/+15
|/
* device: prefer wifi over wwan by defaultTore Anderson2015-07-221-4/+4
* libnm: fix nm_access_point_get_last_seen() code doc after 1e85c358Dan Williams2015-07-171-1/+1
* libnm-core: fix GOI annotations after 019943bbDan Williams2015-07-171-3/+3
* cli: fix verifying flag-based properties (rh #1244048)Jiří Klimeš2015-07-171-3/+63
* docs: fix a copy/paste error in description of VLAN flagsJiří Klimeš2015-07-171-1/+1
* merge: vpn: delay quitting when a new secrets request comes in (bgo #752237)Dan Williams2015-07-162-110/+76
|\