summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples: remove unused code from "examples/python/dbus/vpn.py"th/lgtm-com-fixes-1Thomas Haller2020-05-061-1/+0
* examples: avoid "x == None" checks in python examplesThomas Haller2020-05-062-2/+2
* examples: avoid "except" for BaseException in examplesThomas Haller2020-05-062-2/+2
* examples: avoid non-thread-safe localtime() function exampleThomas Haller2020-05-061-1/+6
* examples: remove unused imports from python examplesThomas Haller2020-05-0612-13/+7
* examples: remove unused assignment in "examples/python/gi/wifi-p2p.py"Thomas Haller2020-05-061-1/+1
* libnm: remove unused import from "generate-setting-docs.py"Thomas Haller2020-05-061-1/+1
* libnm: fix redundant line constructing dbus_type_name_map in "generate-settin...Thomas Haller2020-05-061-1/+0
* tests: add include guard to "nm-test-libnm-utils.h" headerThomas Haller2020-05-061-0/+5
* config: avoid lgtm.com warning about int bitfield for NMConfigDeviceStateData...Thomas Haller2020-05-063-11/+15
* cli: avoid empty if block without a commentThomas Haller2020-05-063-0/+11
* cli: avoid redundant "if" check that is always TRUE in nmcli_editor_tab_compl...Thomas Haller2020-05-061-1/+1
* cli: avoid non-thread-safe localtime() function in nmcliThomas Haller2020-05-061-1/+3
* ndisc: avoid static analysis complaining about overflow check in receive_ra()Thomas Haller2020-05-061-3/+3
* acd: avoid alloca() inside an unbounded loopThomas Haller2020-05-061-2/+16
* libnm: fix gtk-doc annotations for nm_setting_match_get_interface_names()Thomas Haller2020-05-061-1/+2
* device: avoid coverity warning about unused variableThomas Haller2020-05-062-7/+8
* po: update Ukrainian (uk) translationYuri Chornoivan2020-05-061-542/+603
* initrd: merge branch 'bg/initrd-hostname'Beniamino Galvani2020-05-065-65/+197
|\
| * man: initrd: describe differences from network-legacy moduleBeniamino Galvani2020-05-061-0/+28
| * initrd: parse 'rd.net.timeout.dhcp' optionBeniamino Galvani2020-05-063-1/+14
| * initrd: parse rd.peerdns earlyBeniamino Galvani2020-05-061-32/+18
| * initrd: save hostname to a file in /runBeniamino Galvani2020-05-064-27/+108
| * initrd: add command line option to specify initrd data directoryBeniamino Galvani2020-05-062-5/+29
|/
* device: fix scope of variable in commit_option()Thomas Haller2020-05-041-1/+1
* bridge: merge branch 'ac/bridge_options_2'Antonio Cardace2020-05-0410-127/+833
|\
| * nm-setting-bridge: add 'multicast-startup-query-interval' bridge optionAntonio Cardace2020-05-048-0/+70
| * nm-setting-bridge: add 'multicast-startup-query-count' bridge optionAntonio Cardace2020-05-048-0/+69
| * nm-setting-bridge: add 'multicast-query-response-interval' bridge optionAntonio Cardace2020-05-048-145/+215
| * nm-setting-bridge: add 'multicast-query-interval' bridge optionAntonio Cardace2020-05-048-0/+70
| * nm-setting-bridge: add 'multicast-querier-interval' bridge optionAntonio Cardace2020-05-048-0/+70
| * nm-setting-bridge: add 'multicast-membership-interval' bridge optionAntonio Cardace2020-05-048-0/+71
| * nm-setting-bridge: add 'multicast-last-member-interval' bridge optionAntonio Cardace2020-05-048-110/+225
| * nm-setting-bridge: add 'multicast-last-member-count' bridge optionAntonio Cardace2020-05-048-43/+115
| * nm-setting-bridge: add 'multicast-hash-max' bridge optionAntonio Cardace2020-05-0410-0/+89
| * nm-setting-bridge: add missing 'Since: X.Y' comments to optionsAntonio Cardace2020-05-041-0/+10
|/
* po: update Ukrainian (uk) translationYuri Chornoivan2020-05-041-1193/+1272
* platform: fix test failure when /proc is mounted read-onlyBeniamino Galvani2020-05-041-24/+53
* keyfile: merge branch 'th/keyfile-cleanup-accessors'Thomas Haller2020-05-043-119/+167
|\
| * keyfile: implement nm_keyfile_plugin_kf_get_string_list() directly without macroThomas Haller2020-05-041-29/+26
| * keyfile: add nm_keyfile_plugin_kf_get_integer_list_uint() to parse a list of ...Thomas Haller2020-05-043-26/+65
| * keyfile: implement nm_keyfile_plugin_kf_set_string_list() directly without macroThomas Haller2020-05-041-14/+11
| * keyfile: refactor writing of G_TYPE_ARRAY list of unsigned integersThomas Haller2020-05-043-17/+31
| * keyfile: use NMStrBuf in nm_keyfile_plugin_kf_set_integer_list_uint8()Thomas Haller2020-05-042-15/+9
| * keyfile: refactor defining keyfile list getter/setter functionsThomas Haller2020-05-041-21/+24
| * keyfile: refactor defining keyfile getter/setter functionsThomas Haller2020-05-041-20/+24
|/
* libnm: avoid compiler warning about uninitalized variable in nm_setting_bridg...Thomas Haller2020-05-031-3/+5
* nm-online: fix build of nm-online for missing libcsiphash.laThomas Haller2020-05-021-0/+1
* dispatcher: merge branch 'th/dispatcher-doc-connectivity-change-arg'Thomas Haller2020-04-302-12/+15
|\
| * dispatcher: minor cleanup error paths in script_dispatch()Thomas Haller2020-04-301-9/+8