summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: various refactoring in tools/test-networkmanager-service.pyth/cli-unit-testsThomas Haller2018-05-111-4/+2
* tests: refactor finding device in NetworkManager stubThomas Haller2018-05-111-55/+51
* clients/tests: add python test script for nmcli testsThomas Haller2018-05-1136-76/+1514
* build: let `make check` re-generate clients/common/settings-doc.h.in with NM_...Thomas Haller2018-05-111-3/+7
* tests: use libnm via pygobject in tools/test-networkmanager-service.pyThomas Haller2018-05-119-42/+285
* build: set LD_LIBRARY_PATH and GI_TYPELIB_PATH variables in run-nm-test.shThomas Haller2018-05-113-4/+31
* tests: minor code cleanup of nmtst_main_loop_run()Thomas Haller2018-05-111-12/+5
* shared: add NM_PID_T_INVAL macro for invalid PIDsThomas Haller2018-05-111-0/+2
* shared: add nm_auto_unref_gsource cleanup macroThomas Haller2018-05-111-0/+8
* Revert "build: qualify plugin dir name with a version string"Lubomir Rintel2018-05-114-32/+27
* merge: branch 'lr/nmcli-colors'Lubomir Rintel2018-05-1073-559/+976
|\
| * cli: allow setting the colors with terminal-colors.d(5)lr/nmcli-colorsLubomir Rintel2018-05-106-8/+545
| * cli: use a palette to implement coloringLubomir Rintel2018-05-1011-272/+207
| * cli: rework enabling and disabling colorsLubomir Rintel2018-05-107-66/+69
| * cli: drop --prompt-colorLubomir Rintel2018-05-105-70/+15
| * cli: use static initializer for NmCliLubomir Rintel2018-05-101-37/+31
| * cli: drop a useless commentLubomir Rintel2018-05-101-1/+0
| * cli: do not leave dangling pointers in a global structLubomir Rintel2018-05-101-1/+1
| * all: use the elvis operator wherever possibleLubomir Rintel2018-05-1062-141/+139
| * all: add and utilize nm_utils_is_separator()Lubomir Rintel2018-05-104-4/+10
|/
* device: start IP configuration when master carrier goes upBeniamino Galvani2018-05-091-6/+6
* core-utils: don't load modules not ending with ".so"Lubomir Rintel2018-05-091-1/+1
* merge: branch 'lr/version-dir'Lubomir Rintel2018-05-0917-41/+48
|\
| * build: qualify plugin dir name with a version stringlr/version-dirLubomir Rintel2018-05-094-27/+32
| * meson: distinguish arch specific and arch neutral lib dirLubomir Rintel2018-05-0914-15/+17
| * meson: quote dist_version properlyLubomir Rintel2018-05-091-1/+1
|/
* session-monitor: avoid an assertion failure if there's no session monitorLubomir Rintel2018-05-091-1/+1
* platform: fix adding direct route to gatewayBeniamino Galvani2018-05-071-0/+2
* build: add missing dependencies for building nmcliThomas Haller2018-05-051-0/+2
* libnm: export nm_connection_get_setting_tc_config()Beniamino Galvani2018-05-051-0/+1
* checkpoint: fix D-Bus operation to destroy checkpointThomas Haller2018-05-031-1/+1
* build: add a missing dependencyLubomir Rintel2018-05-021-0/+2
* auth-manager: use the correct function to deallocate a GErrorLubomir Rintel2018-05-021-1/+1
* build: fix missing dependency when building clients/tui/newt/libnmt-newt.aThomas Haller2018-05-021-0/+2
* libnm: add missing device includes to NetworkManager.hBeniamino Galvani2018-05-021-0/+2
* core: merge branch 'th/manager-activation-cleanup'Thomas Haller2018-05-016-80/+224
|\
| * manager: search all existing active connections during nm_manager_get_best_de...th/manager-activation-cleanupThomas Haller2018-04-301-7/+71
| * manager: disconnect all conflicting concurrent active connections in _interna...Thomas Haller2018-04-301-5/+18
| * core: rework nm_device_steal_connection()Thomas Haller2018-04-303-20/+31
| * core: don't consider deactivating active-connection when checking for concurr...Thomas Haller2018-04-301-6/+9
| * manager: minor refactoring of active_connection_find_by_connection()Thomas Haller2018-04-301-6/+8
| * manager: extend helper function to find all matching active-connectionsThomas Haller2018-04-301-25/+61
| * core: only abort conflicting activations for certain activation typesThomas Haller2018-04-301-7/+7
| * core: add activation-reasons for external/assume connectionsThomas Haller2018-04-303-6/+14
| * settings: avoid lookup in nm_settings_has_connection()Thomas Haller2018-04-301-10/+17
|/
* all: remove consecutive empty linesBeniamino Galvani2018-04-30189-364/+0
* manager: fix assertion in nm_manager_activate_connection()Beniamino Galvani2018-04-301-4/+6
* po: updated Russian (ru) translation (bgo #794738)Stas Solovey2018-04-271-207/+182
* connectivity: merge branch 'th/connectivity-check-on-activated'Thomas Haller2018-04-271-34/+60
|\
| * device/connectivity: refactor concheck_periodic_schedule_do()Thomas Haller2018-04-271-22/+32