summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * core/trivial: give names in src/nm-dispatcher.h header an "NM" prefixThomas Haller2017-03-167-84/+82
| * core: minor cleanupsThomas Haller2017-03-162-16/+24
| * shared: trigger -Wenum-conversion warning in NM_IN_SET*() macrosThomas Haller2017-03-161-6/+19
| * manager: fix leaking settings connection in active_connection_remove()Thomas Haller2017-03-161-5/+6
| * core: fix matching routes for assuming connectionsThomas Haller2017-03-161-4/+9
|/
* policy: check for active devices before triggering dns update on hostname changeFrancesco Giudici2017-03-163-3/+28
* cli/general: avoid chopping off the last letter of master device nameLubomir Rintel2017-03-161-1/+1
* build: avoid passing enums-to-docbook.pl to itself on its command lineLubomir Rintel2017-03-161-2/+2
* build: delete unsuccessfully built artifactsLubomir Rintel2017-03-161-0/+1
* device,default-route-manager: merge branch 'th/default-route-resync'Thomas Haller2017-03-165-88/+158
|\
| * default-route-manager: decryptify logging line for default-route-managerThomas Haller2017-03-161-2/+2
| * default-route-manager: alyways force a sync of the default routeThomas Haller2017-03-161-14/+29
| * default-route-manager: use nm_cmp_uint32_p_with_data() instead of reimplement...Thomas Haller2017-03-161-12/+1
| * default-route-manager: add nm_default_route_manager_resync() functionThomas Haller2017-03-162-2/+63
| * default-route-manager: simplify _platform_changed_cb() handlingThomas Haller2017-03-161-31/+24
| * default-route-manager: simplify determining synced flag in _ipx_update_defaul...Thomas Haller2017-03-161-3/+2
| * device: force restart of IP method during reapplyThomas Haller2017-03-163-21/+31