summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* manager: ensure proper disposal of unrealized devicesbg/rh1433303Beniamino Galvani2017-03-181-0/+5
* device: add spec "driver:" to match devicesThomas Haller2017-03-177-2/+93
* all: fix typos in documentation and commentsYuri Chornoivan2017-03-179-17/+17
* libnm: revert coercing NMVpnConnectionStateReason to NMActiveConnectionStateR...Thomas Haller2017-03-173-12/+14
* trivial/whitespace: remove non-leading tabsThomas Haller2017-03-171-12/+12
* libnm: fix chaining up NMActiveConnection::constructed()Thomas Haller2017-03-171-0/+2
* merge: branch 'lr/active-connection-state-changed'Lubomir Rintel2017-03-1721-262/+408
|\
| * vpn-connection: use NMActiveConnectionStateReasonlr/active-connection-state-changedLubomir Rintel2017-03-176-45/+45
| * libnm-core: drop NMVpnConnectionStateReasonLubomir Rintel2017-03-174-13/+35
| * vpn-connection: drop reason_to_stringLubomir Rintel2017-03-171-19/+0
| * fixup! libnm/active-connection: track reason for state changesLubomir Rintel2017-03-172-1/+13
| * cli/connections: decide about activation success and failure in single placeLubomir Rintel2017-03-171-159/+118
| * libnm/active-connection: track reason for state changesLubomir Rintel2017-03-175-16/+86
| * active-connection: emit a StateChanged signal on state changesLubomir Rintel2017-03-179-11/+113
| * libnm-core/trivial: include literals next to NMVPNStateReason valuesLubomir Rintel2017-03-171-12/+12
| * device: cast enum types for variadic g_signal_emit() functionThomas Haller2017-03-171-1/+1
|/
* merge: branch 'lr/api-docs'Lubomir Rintel2017-03-1778-132/+595
|\
| * docs/libnm: add some more documentationlr/api-docsLubomir Rintel2017-03-171-18/+124
| * docs/api: restructureLubomir Rintel2017-03-171-29/+105
| * docs/api: move D-Bus reference after nm-settingsLubomir Rintel2017-03-171-57/+57
| * docs/api: make the connection settings look betterLubomir Rintel2017-03-172-22/+44
| * docs/api: add abstractLubomir Rintel2017-03-171-0/+20
| * docs/api: add standard release informationLubomir Rintel2017-03-171-1/+5
| * docs/api: reorder the manual pagesLubomir Rintel2017-03-171-4/+4
| * man: include the description for settingsLubomir Rintel2017-03-171-15/+18
| * libnm/generate-setting-docs.py: include description attributeLubomir Rintel2017-03-171-3/+6
| * libnm-core: sensible docstrings for NMSettings*Lubomir Rintel2017-03-1733-2/+68
| * introspection: include short description everywhereLubomir Rintel2017-03-1739-0/+155
| * doc: sort "connection" settings first in nm-settings manualLubomir Rintel2017-03-171-1/+9
| * libnm-core/8021x: add a missing colon in gtk-docLubomir Rintel2017-03-171-1/+1
|/
* core: merge branch 'th/assume-vs-unmanaged-bgo746440'Thomas Haller2017-03-1626-510/+904
|\
| * device: track system interface state in NMDeviceThomas Haller2017-03-167-91/+199
| * manager: always cleanup volatile settings-connection on active-connection rem...Thomas Haller2017-03-161-2/+1
| * manager: simplify searching assumed connectionThomas Haller2017-03-164-39/+61
| * manager: cleanup find_ac_for_connection() in "nm-manager.c"Thomas Haller2017-03-161-40/+54
| * manager: merge/inline assume_connection() in recheck_assume_connection()Thomas Haller2017-03-161-62/+52
| * core: once activated an assumed connection make it NM_ACTIVATION_TYPE_MANAGEDThomas Haller2017-03-161-0/+10
| * core: upgrade EXTERNAL activation type when user saves connectionThomas Haller2017-03-161-6/+45
| * core: only assume connections that were managed in a previous run of NetworkM...Thomas Haller2017-03-161-30/+44
| * core: track external activations types in the active-connectionThomas Haller2017-03-166-40/+67
| * core/trivial: rename activation-type related checks for device and active-con...Thomas Haller2017-03-167-40/+40
| * active-connection: use activation-type for active connection instead of assum...Thomas Haller2017-03-163-22/+3
| * core: add activation-type property to active-connectionThomas Haller2017-03-1611-3/+88
| * device: set user-explicit unmanaged flag based on loaded device-stateThomas Haller2017-03-161-1/+15
| * device: pass the user-explict flag to nm_device_realize_start()Thomas Haller2017-03-163-7/+33
| * core/trivial: rename "nm-generated-assumed" flag to "volatile"Thomas Haller2017-03-165-18/+18
| * device: return nm_device_master_add_slave() whether a slave was addedThomas Haller2017-03-161-10/+16
| * core/dispatcher: pass act-request to device dispatcher callsThomas Haller2017-03-163-92/+93
| * core/dispatcher: cleanup nm_dispatcher_call_connectivity()Thomas Haller2017-03-163-9/+17
| * core/dispatcher: add and use nm_dispatcher_call_hostname()Thomas Haller2017-03-164-2/+27