summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* logging: make nm-logging.c independent of other core componentsth/move-to-sharedThomas Haller2018-10-173-3/+4
* shared/tests: add test for "shared/nm-utils"Thomas Haller2018-10-175-0/+144
* shared: move nm_utils_get_monotonic_timestamp*() to shared/nm-utils.Thomas Haller2018-10-178-219/+283
* core: move logging of monotonic-timestamp to "nm-logging.c"Thomas Haller2018-10-173-11/+26
* build/meson: don't rebuild c-siphash.c but link against static libraryThomas Haller2018-10-171-2/+0
* checkpatch: complain about Emacs file variables in source codeThomas Haller2018-10-171-0/+1
* 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
| * modem: don't use GAsyncResult pattern for disconnecting modemThomas Haller2018-10-179-208/+188
| * bluez: make connect operation (partially) cancellable and drop GAsyncResult p...Thomas Haller2018-10-175-115/+155
| * shared: add nm_utils_invoke_on_idle() helperThomas Haller2018-10-172-0/+76
| * libnm-core: expose internal _nm_dbus_typecheck_response() helperThomas Haller2018-10-172-26/+72
|/
* core: improve selection of device when activating profile on any deviceThomas Haller2018-10-171-4/+85
* po: update from Red Hat translatorsLubomir Rintel2018-10-169-17945/+20876
* dhcp: merge branch 'bg/dhcp-failed-rh1625901'Beniamino Galvani2018-10-153-50/+51
|\
| * dhcp: don't start grace period if the client is not runningBeniamino Galvani2018-10-151-33/+31
| * dhcp: introduce terminated dhcp-stateBeniamino Galvani2018-10-153-14/+12
| * dhcp: reset @was_active on cleanupBeniamino Galvani2018-10-151-0/+2
| * dhcp: log whether the client was activeBeniamino Galvani2018-10-151-4/+6
| * dhcp6: fix handling of failure eventsBeniamino Galvani2018-10-151-7/+8
|/
* ndisc: merge branch 'th/ndisc-addr-lifetime'Thomas Haller2018-10-137-88/+163
|\
| * ndisc: don't update dad_counter for addresses in router configThomas Haller2018-10-131-3/+1
| * ndisc: fix updating address lifetime on Router Announcement according to RFC4862Thomas Haller2018-10-135-14/+64
| * ndisc: handle integer overflows better for lifetime handlingThomas Haller2018-10-132-59/+56
| * ndisc: minor refactoring loop in nm_ndisc_add_address()Thomas Haller2018-10-131-11/+18
| * ndisc: only generate address interface identifer after checking existing prefixThomas Haller2018-10-132-22/+43
| * ndisc: ensure we skip unspecified IPv6 address in ndisc_set_router_config()Thomas Haller2018-10-131-1/+2
| * ndisc: ignore addresses with preferred lifetime larger than lifetimeThomas Haller2018-10-132-4/+5
|/
* all: remove \n endings from log callsLubomir Rintel2018-10-127-40/+40
* devices/olpc: don't assert we're waiting for companion on device_added_cb()Lubomir Rintel2018-10-121-1/+1
* systemd: don't make NetworkManager D-Bus activatableMichael Biebl2018-10-125-28/+7
* wwan: don't assume DNS info is always available for IPv6Thomas Haller2018-10-121-1/+1
* cli: check we have an active connection before showing hintbg/fix-hint-assertionBeniamino Galvani2018-10-111-0/+3
* wifi/iwd: merge branch 'balrog-kun/iwd-ap-adhoc'Thomas Haller2018-10-113-279/+714
|\