summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.22.3 (development)1.22.3-devBeniamino Galvani2019-12-242-2/+2
* release: bump version to 1.22.21.22.2Beniamino Galvani2019-12-242-2/+2
* release: update NEWSBeniamino Galvani2019-12-241-0/+16
* core,libnm: merge branch 'th/capability-ovs-rh1785147'Thomas Haller2019-12-248-3/+116
|\
| * libnm: add nm_client_get_capabilities() to expose server CapabilitiesThomas Haller2019-12-243-1/+104
| * libnm: handle boxed GType properties in nm_utils_g_param_spec_is_default()Thomas Haller2019-12-241-0/+1
| * core: add and indicate NM_CAPABILITY_OVS capability on D-BusThomas Haller2019-12-244-2/+11
|/
* version: add NM_DEPRECATED_IN_1_22_2/NM_AVAILABLE_IN_1_22_2 macrosThomas Haller2019-12-241-0/+14
* merge: branch 'bg/nettools-fixes'Beniamino Galvani2019-12-237-27/+224
|\
| * dhcp: nettools: start from init-reboot phase when reusing addressBeniamino Galvani2019-12-231-1/+3
| * dhcp: nettools: fix parsing of classless routes optionBeniamino Galvani2019-12-231-1/+4
| * dhcp: test parsing of domain-search optionBeniamino Galvani2019-12-233-14/+94
| * n-dhcp4: handle invalid return codes gracefullyBeniamino Galvani2019-12-231-1/+6
| * n-dhcp4: use packet socket in rebinding stateBeniamino Galvani2019-12-232-3/+30
| * n-dhcp4: support init-reboot stateBeniamino Galvani2019-12-233-7/+80
| * n-dhcp4: fix logging broadcast messagesBeniamino Galvani2019-12-231-0/+7
|/
* po: update Polish (pl) translationPiotr Drąg2019-12-221-2060/+2193
* libnm: use designated initalizers for NMSriovVF and VFVlanThomas Haller2019-12-201-12/+16
* libnm: fix type annotation for nm_sriov_vf_get_vlan_ids()Thomas Haller2019-12-201-1/+1
* libnm: emit property changed signal when setting NM_CLIENT_DBUS_CONNECTIONThomas Haller2019-12-191-0/+2
* dhcp: nettools: check return value of g_file_set_contents()Beniamino Galvani2019-12-181-6/+8
* shared: add missing va_end() to _nm_dbus_error_is()Beniamino Galvani2019-12-181-1/+3
* dhcp: nettools: fix parsing of search domains optionBeniamino Galvani2019-12-171-2/+2
* release: bump version to 1.22.1 (development)1.22.1-devThomas Haller2019-12-173-2/+3
* release: bump version to 1.22.01.22.0Thomas Haller2019-12-172-3/+3
* NEWS: updateThomas Haller2019-12-171-4/+3
* libnm/secret-agent: remove unused variableThomas Haller2019-12-171-1/+0
* libnm: merge branch 'th/secret-agent-register-race'Thomas Haller2019-12-165-180/+352
|\
| * libnm/secret-agent: fix reseting timeout when registration completesThomas Haller2019-12-161-2/+1
| * libnm/secret-agent: fix race registering secret agentThomas Haller2019-12-161-32/+193
| * libnm/secret-agent: use GTask for nm_secret_agent_old_register*()Thomas Haller2019-12-161-55/+31
| * libnm/secret-agent: support debug logging from secret-agentThomas Haller2019-12-161-1/+21
| * libnm/secret-agent: drop fallback to Register() method for secret-agentThomas Haller2019-12-161-68/+29
| * libnm: allow using _LOGx() macros in libnmThomas Haller2019-12-161-0/+13
| * shared: implement _LOGx() macros using log levels that are themself definesThomas Haller2019-12-161-63/+69
| * shared: add nm_dbus_error_is() helperThomas Haller2019-12-162-0/+36
|/
* all: fix wrong "gs_free GError *" declarationsThomas Haller2019-12-164-6/+6
* checkpatch: catch "gs_free GError *" declationsThomas Haller2019-12-161-0/+1
* client: fallback to CLOCK_MONOTONIC for timerfdThomas Haller2019-12-152-4/+27
* manager: create a virtual device only if the connection can autoconnectBeniamino Galvani2019-12-151-1/+2
* device: don't reapply IP configuration if the ifindex is missingBeniamino Galvani2019-12-141-2/+4
* ovs: check state before starting ip configuration after link changeBeniamino Galvani2019-12-141-1/+13
* cloud-setup/trivial: rename timeout_ms to timeout_msecThomas Haller2019-12-134-13/+13
* meson/build: avoid using ternary as it breaks older mesonThomas Haller2019-12-131-1/+7
* shared/glib: reimplement g_atomic_pointer_compare_and_exchange() macroThomas Haller2019-12-131-0/+26
* clients/tests: merge branch 'th/clients-test-select-fields'Thomas Haller2019-12-132-889/+2249
|\
| * clients/tests: add test for selecting fields from multiple connections with `...Thomas Haller2019-12-132-818/+2153
| * clients/tests: support Util.replace_text_sort_list() helperThomas Haller2019-12-131-0/+6
| * clients/tests: add NMStubServer.findConnections() helper functionThomas Haller2019-12-131-5/+9
| * clients/tests: support replacing UUIDs in command textThomas Haller2019-12-131-0/+8