summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: create a connection if none exist in 'nmcli dev connect' (rh #1113941)jk/rh1113941-cli-dev-connectJiří Klimeš2014-09-191-80/+123
* libnm-core: don't return with a value in function returning voidJiří Klimeš2014-09-191-1/+1
* Port libnm and clients to gdbus (bgo #622927)Dan Winship2014-09-18121-5014/+3654
|\
| * libnm: port to GDBusDan Winship2014-09-1860-2334/+1759
| * libnm-core: update tests to be fully variant-basedDan Winship2014-09-183-38/+23
| * nmtst: add NMTST_VARIANT_EDITOR()Dan Winship2014-09-181-0/+88
| * libnm-core: change connection hash tables to variants in APIDan Winship2014-09-1857-2205/+1333
| * libnm: rename nm-dbus-helpers-private.h to nm-dbus-helpers.hDan Winship2014-09-189-8/+8
| * libnm: split nm-dbus-helpers utils into sync/async versionsDan Winship2014-09-184-139/+367
| * libnm: move most of the subclass-type-deciding code into NMObjectDan Winship2014-09-184-220/+116
| * libnm: let NMObject create all D-Bus proxiesDan Winship2014-09-1827-262/+177
| * libnm: don't hardcode things like "org.freedesktop.DBus.Properties"Dan Winship2014-09-184-8/+8
| * libnm: merge libnm-vpn into libnmDan Winship2014-09-1810-87/+59
| * tools: fix test-networkmanager-service Settings.ConnectionsDan Winship2014-09-181-2/+5
|/
* Port callouts to gdbus (bgo #622927)Dan Winship2014-09-1813-622/+1053
|\
| * dispatcher: make test-dispatcher-envp not take an argumentDan Winship2014-09-182-21/+19
| * dispatcher: port to GDBusDan Winship2014-09-188-475/+390
| * dispatcher: trivial code rearrangementDan Winship2014-09-181-102/+106
| * libnm-core: add GVariant-based versions of IP structure-manipulating utilitiesDan Winship2014-09-183-0/+534
| * callouts: port nm-avahi-autoipd.action to GDBusDan Winship2014-09-181-82/+62
|/
* libnm-core: fix crash while converting permissions to listJiří Klimeš2014-09-181-0/+3
* libnm-core: fix nm_connection_replace_settings()Dan Winship2014-09-171-1/+1
* tui: fix an out-of-date commentDan Winship2014-09-171-5/+2
* Misc libnm-core fixes (bgo #736700)Dan Winship2014-09-1717-275/+210
|\
| * libnm: fix race conditions when creating the same object twiceDan Winship2014-09-171-13/+22
| * libnm: drop two unnecessary NM_IS_OBJECT() checksDan Winship2014-09-171-4/+2
| * libnm: fix object-creation-failure codeDan Winship2014-09-171-1/+2
| * libnm-core: fix up connection deserialize/copy/replace semanticsDan Winship2014-09-177-132/+115
| * libnm-core: drop the ability to verify settings from property overridesDan Winship2014-09-178-111/+54
| * libnm-core: fix getting/setting 0-length array propertiesDan Winship2014-09-171-5/+10
| * Revert "tui: fix a crash"Dan Winship2014-09-171-10/+6
|/
* core: fix casting of factory type (bgo #736780)Lubomir Rintel2014-09-171-1/+1
* po: update Assamese (as) translation (bgo #736753)Nilamdyuti Goswami2014-09-161-1334/+1042
* tui: fix error: ‘return’ with no value, in function returning non-voidJiří Klimeš2014-09-161-1/+1
* po: update POTFILES.in for nmtui PPPoE filesDan Winship2014-09-161-0/+2
* tui: add support for editing DSL connections (rh #1105753)Dan Winship2014-09-1617-68/+603
|\
| * tui: add support for editing DSL connections (rh #1105753)Dan Winship2014-09-167-2/+488
| * tui: reorganize page-creation code a bitDan Winship2014-09-169-52/+66
| * tui: add support for borderless NmtNewtSectionsDan Winship2014-09-163-14/+49
|/
* core: only set IPv6 hop_limit for values greater than zeroChristian Hesse2014-09-151-1/+3
* tui: fix a crashDan Winship2014-09-151-6/+10
* dhcp: log DHCP client exit status betterJiří Klimeš2014-09-121-13/+22
* dhcp: fix dhclient abnormal exit due to SIGPIPE (bgo #735962)Jiří Klimeš2014-09-122-3/+10
* build: fix build after "settings: create default wired connection..."Dan Williams2014-09-111-1/+0
* merge: create internal device types with factories too (bgo #736289)Dan Williams2014-09-1147-863/+934
|\
| * tun: port to internal device factorydcbw/internal-device-factoriesDan Williams2014-09-115-38/+36
| * gre: port to internal device factoryDan Williams2014-09-115-29/+28
| * vxlan: port to internal device factoryDan Williams2014-09-115-28/+28
| * macvlan: port to internal device factoryDan Williams2014-09-115-29/+28
| * vlan: port to internal device factoryDan Williams2014-09-115-123/+122