summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: hash settings in NMConnection by gtypeth/setting-hashThomas Haller2018-10-221-14/+14
* core: don't cast return value of nm_device_get_applied_setting()Thomas Haller2018-10-2214-66/+89
* device: return void pointer from nm_device_get_applied_setting()Thomas Haller2018-10-223-4/+10
* checkpatch: support ranges for "checkpatch-feature-branch.sh"Thomas Haller2018-10-221-10/+19
* core/trivial: fix whitespaceThomas Haller2018-10-221-1/+1
* platform/tests: extend timeout for link-linux tests with mesonThomas Haller2018-10-221-1/+1
* checkpatch: fix "checkpatch-feature-branch.sh" for master branchThomas Haller2018-10-221-1/+5
* gitlab: merge branch 'th/gitlab-ci'Thomas Haller2018-10-229-28/+180
|\
| * gitlab: add .gitlab-ci.yml for gitlab CIThomas Haller2018-10-221-0/+91
| * checkpatch: add "contrib/scripts/checkpatch-feature-branch.sh" scriptThomas Haller2018-10-222-0/+39
| * contrib: make "contrib/fedora/REQUIRED_PACKAGES" executable scriptThomas Haller2018-10-222-4/+21
| * meson: Fix platform testsJan Alexander Steffens (heftig)2018-10-223-21/+24
| * platform/tests: fix test-nmp-object when running on system without udevThomas Haller2018-10-221-2/+4
| * platform/tests: don't compare dangling pointer in "test-nmp-object.c"Thomas Haller2018-10-221-1/+1
|/
* ppp: check ppp status against correct typeSven Schwermer2018-10-221-1/+1
* cli: fix memory leakBeniamino Galvani2018-10-221-0/+1
* cli: fix crash when removing devicesBeniamino Galvani2018-10-221-5/+3
* libnm: add mdns backported symbols from 1.10.14Beniamino Galvani2018-10-192-0/+9
* keyfile: also add ".nmconnection" extension when writing keyfiles in /etcThomas Haller2018-10-191-5/+2
* initrd: add .nmconnection extension when writing keyfilesThomas Haller2018-10-191-1/+2
* shared: improve length check in nm_construct_name_a()Thomas Haller2018-10-191-1/+2
* keyfile: write keyfiles to "/run" directory with ".nmconnection" file suffixThomas Haller2018-10-186-42/+125
* all: merge branch 'th/move-to-shared'Thomas Haller2018-10-1814-228/+454
|\
| * shared/tests: add comment about usage of "shared/nm-utils/nm-test-utils.h"Thomas Haller2018-10-181-0/+3
| * logging: make nm-logging.c independent of other core componentsThomas Haller2018-10-183-3/+4
| * shared/tests: add test for "shared/nm-utils"Thomas Haller2018-10-185-0/+144
| * shared: move nm_utils_get_monotonic_timestamp*() to shared/nm-utils.Thomas Haller2018-10-188-219/+283
| * core: move logging of monotonic-timestamp to "nm-logging.c"Thomas Haller2018-10-183-11/+26
| * build/meson: don't rebuild c-siphash.c but link against static libraryThomas Haller2018-10-181-2/+0
| * checkpatch: complain about Emacs file variables in source codeThomas Haller2018-10-181-0/+1
|/
* dhcp: log client-id of DHCP instanceThomas Haller2018-10-181-0/+9
* man: document `nmcli device connect` behaviourThomas Haller2018-10-171-0/+5
* release: update NEWSThomas Haller2018-10-171-0/+27
* cli: merge branch 'th/cli-fix-serial-properties'Thomas Haller2018-10-178-2067/+2899
|\
| * cli/tests: add test for adding and displaying gsm/serial settingsThomas Haller2018-10-173-1997/+2737
| * tests: support UInt64 type in test-networkmanager-service.pyThomas Haller2018-10-171-3/+6
| * cli: minor cleanup of _set_fcn_gobject_enum()Thomas Haller2018-10-171-5/+6
| * cli: fix setting "serial.parity" enumThomas Haller2018-10-171-1/+0
| * cli: fix handling uint64 connection property "serial.send-delay"Thomas Haller2018-10-172-60/+104
| * shared: add _nm_utils_ascii_str_to_uint64() helperThomas Haller2018-10-172-1/+46
|/
* core: merge branch 'th/device-availability'Thomas Haller2018-10-173-19/+99
|\
| * core: ignore unmanaged devices for explicit activation request depending on m...Thomas Haller2018-10-171-2/+35
| * device: add and use overrule-unmanaged flag for nm_device_check_connection_av...Thomas Haller2018-10-172-8/+15
| * device: cleanup checking device avilability for ignoring carrierThomas Haller2018-10-171-7/+17
| * core/trivial: add code comment for NMDeviceCheckDevAvailableFlags and NMDevic...Thomas Haller2018-10-171-0/+17
| * core/trivial: add code comment for nm_manager_get_best_device_for_connection()Thomas Haller2018-10-171-2/+12
| * core: fix checking multi-connect flag in nm_manager_get_best_device_for_conne...Thomas Haller2018-10-171-1/+4
|/
* core: merge branch 'th/no-gasyncresult'Thomas Haller2018-10-1725-469/+590
|\
| * modem: cleanup nm_modem_deactivate_async()Thomas Haller2018-10-174-96/+69
| * ppp: make ppp-manager cancellable via GCancellableThomas Haller2018-10-178-43/+49