summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: reorder gtkdoc annotations for consistancyth/pr/1551Thomas Haller2023-03-026-12/+12
* doc: use "Returns:" annotation instead of deprecated aliasesThomas Haller2023-03-028-23/+23
* all: various fixes to gtk-doc annotationsThomas Haller2023-03-024-28/+34
* checkpatch: discourage deprecated "(allow-none)" annotationThomas Haller2023-03-011-0/+1
* doc: Replace all (allow-none) annotations by (optional) and/or (nullable)Corentin Noël2023-03-0170-296/+302
* ifcfg-rh: fix wrong (transfer-full) annotation in internal codeThomas Haller2023-03-011-1/+1
* build: add test for checking consistency of "nm-autoptr.h"Thomas Haller2023-02-283-2/+39
* libnm: add missing types to "nm-autoptr.h" headerThomas Haller2023-02-281-1/+7
* vapi: merge branch 'tintou/gir-fixes'Thomas Haller2023-02-286-24/+142
|\
| * vapi: add test for consistency of "vapi/NM-1.0.metadata"Thomas Haller2023-02-283-0/+36
| * vapi: Add several namespace changes and more specific types for propertiesCorentin Noël2023-02-281-19/+75
| * libnm/connection: Add missing annotations to nm_connection_diffCorentin Noël2023-02-281-4/+29
| * libnm: Specify the main header in the .gir fileCorentin Noël2023-02-282-1/+2
|/
* platform: merge branch 'th/platform-nl-extack-msg'Thomas Haller2023-02-2811-173/+279
|\
| * platform: minor refactoring of temporary-not-available routesThomas Haller2023-02-281-25/+38
| * platform: get extack_msg innm_platform_ip_route_sync()Thomas Haller2023-02-281-3/+5
| * platform: return extack message from add address/route operationsThomas Haller2023-02-289-46/+100
| * platform: drop logging for unexpected sequence numberThomas Haller2023-02-281-14/+1
| * platform: minor cleanup of event_seq_check()Thomas Haller2023-02-281-13/+16
| * platform: log extack warning messages for netlink requestsThomas Haller2023-02-282-9/+22
| * platform: rename variables for extack messageThomas Haller2023-02-281-39/+39
| * platform/netlink: cleanup nla_strlcpy() to not wipe remaining bufferThomas Haller2023-02-282-27/+50
| * platform/netlink: assert for valid string in nla_get_string()Thomas Haller2023-02-281-1/+12
|/
* libnm: merge branch 'champtar:route-unreachable'Thomas Haller2023-02-283-3/+3
|\
| * platform/trivial: fix route type name (unavailable -> unreachable)Etienne Champetier2023-02-281-1/+1
| * doc: fix route type name (unavailable -> unreachable)Etienne Champetier2023-02-282-2/+2
|/
* libnm: drop _NMConnectionForEachSecretFunc from public headersThomas Haller2023-02-272-3/+2
* cloud-setup: use nm_strv_dup_packed() in nm_http_client_poll_get()Thomas Haller2023-02-271-2/+7
* device: fix copy/paste error in nm-device-ip-tunnel.cBeniamino Galvani2023-02-271-2/+2
* po: update Georgian (ka) translationNorwayFun2023-02-271-1329/+1507
* doc: fix documenting "carrier-wait-timeout" in NetworkManager-wait-online manualThomas Haller2023-02-241-1/+1
* platform: ensure ext-data is of expected typeThomas Haller2023-02-241-14/+23
* merge: branch 'th/devcon-track-autoconnect'Fernando Fernandez Mancera2023-02-2314-238/+678
|\
| * utils: rename NM_SETTINGS_AUTO_CONNECT_* to NM_SETTINGS_AUTOCONNECT_*th/devcon-track-autoconnectFernando Fernandez Mancera2023-02-237-37/+37
| * policy: track autoconnect retries per Device x ConnectionFernando Fernandez Mancera2023-02-237-196/+442
| * utils: move autoconnect_blocked_reason_to_string to NetworkManagerUtilsFernando Fernandez Mancera2023-02-224-22/+32
| * core: add support for tracking Device times Profile in NMManagerThomas Haller2023-02-227-0/+152
| * core: expose accessors to NMManager in NMSettings, NMSettingsConnection, NMDe...Thomas Haller2023-02-226-4/+36
|/
* client/tests: adjust expected output for new order of replace-local-ruleFernando Fernandez Mancera2023-02-223-496/+496
* libnmc-setting: place replace-local-rule under routing-rulesFernando Fernandez Mancera2023-02-221-6/+6
* libnm: adjust symbol versioning of deprecating NMActiveConnection Master prop...Wen Liang2023-02-221-1/+1
* glib-aux/trivial: reword code comments about bad random fallback in "nm-rando...Thomas Haller2023-02-221-9/+11
* glib-aux: improve NM_FLAGS_{SET,UNSET,ASSIGN,ASSIGN_MASK}() macrosThomas Haller2023-02-221-17/+26
* libnm: adjust symbol versioning for backporting replace-local-ruleFernando Fernandez Mancera2023-02-211-1/+5
* wwan: workaround missing mm_modem_3gpp_set_initial_eps_bearer_settings() APIThomas Haller2023-02-211-0/+8
* merge: branch 'ff/route_rule_0'Fernando Fernandez Mancera2023-02-2120-679/+1094
|\
| * all: add new "ipv[46].replace-local-rule" settingff/route_rule_0Fernando Fernandez Mancera2023-02-2118-666/+1056
| * platform: introduce function to globally track local route ruleFernando Fernandez Mancera2023-02-212-13/+38
|/
* meson.build: fix build failure with -Dmodem_manager=falseFabrice Fontaine2023-02-211-1/+3
* merge: branch 'bg/hostname-skip-ipv6-tentative'Beniamino Galvani2023-02-215-50/+120
|\