summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | release: bump version to 1.29.0 (development)1.29.0-devBeniamino Galvani2020-10-052-3/+3
* | | release: bump version to 1.27.90 (1.28-rc1)1.28-rc1Beniamino Galvani2020-10-052-2/+2
* | | NEWS: updateBeniamino Galvani2020-10-051-8/+28
* | | systemd: merge branch systemd into masterBeniamino Galvani2020-10-0512-42/+119
|\ \ \ | | |/ | |/|
| * | systemd: update code from upstream (2020-10-05)Beniamino Galvani2020-10-0512-40/+119
* | | platform: reorder fields in NMPClass structThomas Haller2020-10-051-4/+3
* | | test/trivial: rename ASSERT_nmp_cache_is_consistent() function to nmtst_asser...Thomas Haller2020-10-053-12/+12
* | | platform: add typedefs for casting functions pointers to improve formattingThomas Haller2020-10-051-214/+115
* | | platform: fix formatting for _vt_cmd_plobj_id_cmp()/_vt_cmd_plobj_id_hash_upd...Thomas Haller2020-10-051-71/+88
* | | shared: return NULL from nm_malloc_maybe_a() when asking for zero bytesThomas Haller2020-10-021-21/+26
* | | platform/tests: fix bug in nmtstp_ip_address_check_lifetime() calculating tim...Thomas Haller2020-10-011-2/+2
* | | platform/trivial: use in_addr_t type for address in nm_platform_ip4_address_g...Thomas Haller2020-10-011-1/+1
* | | shared: add nm_ether_addr_to_string() helperThomas Haller2020-10-011-0/+12
* | | shared: add ether_addr field of type NMEtherAddr to NMIPAddr unionThomas Haller2020-10-014-6/+9
* | | l3cfg: merge branch 'th/l3cfg-11'Thomas Haller2020-09-3011-610/+893
|\ \ \
| * | | l3cfg: combine notify_type and payload data in NM_L3Cfg_SIGNAL_NOTIFY signalth/l3cfg-11Thomas Haller2020-09-303-88/+74
| * | | l3cfg: in NML3Cfg also track the current NMPlatformLink of the platform cacheThomas Haller2020-09-302-27/+46
| * | | l3cfg: cleanup nm_l3cfg_platform_commit() API and function to schedule commit...Thomas Haller2020-09-303-66/+62
| * | | l3cfg: add NM_L3_CONFIG_NOTIFY_TYPE_PLATFORM_CHANGE notificationThomas Haller2020-09-304-8/+58
| * | | l3cfg: add NM_L3_CONFIG_MERGE_FLAGS_ONLY_FOR_ACD merge flagThomas Haller2020-09-302-9/+24
| * | | l3cfg: extend nm_l3cfg_add_config() to accept default route table and metricThomas Haller2020-09-305-23/+115
| * | | l3cfg: add nm_l3cfg_get_multi_idx() accessorThomas Haller2020-09-301-0/+12
| * | | platform: add flags to NMPlatformIP[46]Route to allow overriding the route ta...Thomas Haller2020-09-303-289/+379
| * | | platform: have union in NMPLinkAddress for NMEtherAddrThomas Haller2020-09-301-1/+8
| * | | shared: add typedefs for integers for different endiannessThomas Haller2020-09-301-0/+17
| * | | shared: include "stdint.h" in our base headersThomas Haller2020-09-301-0/+1
| * | | shared: add nm_ether_addr_cmp()/nm_ether_addr_equal() helpersThomas Haller2020-09-301-0/+16
| * | | shared: move NM_CMP*() macros to "nm-std-aux.h"Thomas Haller2020-09-302-120/+102
|/ / /
* | | libnm/trivial: fix indentation for NMSettingWirelessWakeOnWLan enumThomas Haller2020-09-291-16/+16
* | | all: use C-style comments for "clang-format on|off"Thomas Haller2020-09-294-9/+9
* | | all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-29874-874/+874
* | | contrib: add "nm-code-format-container.sh" to reformat working directory in c...Thomas Haller2020-09-291-0/+45
* | | libnm: cleanup handling of "connection.permissions" and improve validationThomas Haller2020-09-298-252/+352
* | | core: merge branch 'th/device-get-applied-connection-no-privs'Thomas Haller2020-09-294-67/+61
|\ \ \
| * | | device: allow non-privileged users to call device.GetAppliedConnection()Thomas Haller2020-09-292-67/+27
| * | | core: add nm_auth_is_invocation_in_acl_set_error() helperThomas Haller2020-09-292-0/+34
|/ / /
* | | gitlab-ci: combine tests for checkpatch/black/msgfmt and nm-code-format.shThomas Haller2020-09-291-19/+4
* | | contributing: update CONTRIBUTING file with new style guideThomas Haller2020-09-291-14/+8
* | | format: replace tabs with spaces in sheell scriptsThomas Haller2020-09-292-5/+5
* | | format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-2929-262/+264
* | | format: use spaces instead of indentation for manually formatted parts in "nm...Thomas Haller2020-09-291-3500/+3500
* | | all/systemd: reformat ./{shared,src}/systemd/ with new clang-format styleThomas Haller2020-09-2812-331/+354
* | | contrib: let "nm-code-format.sh" handle files under ./{shared,src}/systemd/Thomas Haller2020-09-281-2/+2
* | | all: merge branch 'ac/clang-format'Antonio Cardace2020-09-28864-361134/+373953
|\ \ \
| * | | format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-28395-15940/+15940
| * | | all: reformat all with new clang-format styleAntonio Cardace2020-09-28859-341016/+353811
| * | | cli: use C comment to not break clang-formattingAntonio Cardace2020-09-281-2/+1
| * | | libnm-core: turn off clang-format for 'glib-mkenums'Antonio Cardace2020-09-283-25/+31
| * | | clients: exclude code region of nm-meta-setting-desc.c from formattingAntonio Cardace2020-09-281-0/+4
| * | | tools: update script for new code-styleAntonio Cardace2020-09-281-5/+20