summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * build: enable -Wimplicit-fallthrough warning from gcc7Thomas Haller2017-02-061-0/+1
| * all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller2017-02-0611-23/+19
| * m4/compiler_options.m4: add line breaks for compiler options to checkThomas Haller2017-02-061-6/+17
|/
* systemd: merge branch systemd into masterThomas Haller2017-02-0611-36/+82
|\
| * systemd: update code from upstreamThomas Haller2017-02-0612-38/+83
* | systemd: fix memleak in dhcp6_option_parse_domainnameThomas Haller2017-02-061-1/+1
* | systemd: fix memleak in dhcp6_lease_set_domainsThomas Haller2017-02-061-1/+1
* | all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller2017-02-0410-74/+26
* | shared: add nm_utils_strv_find_first() helperThomas Haller2017-02-042-0/+52
* | core: kill nm_spawn_process()Lubomir Rintel2017-02-032-26/+0
* | dns-unbound: avoid using nm_spawn_process()Lubomir Rintel2017-02-031-1/+6
* | dns-manager: get rid of the nm_spawn_process() useLubomir Rintel2017-02-031-9/+11
* | dns-manager: fix a NULL dereference in error handlingLubomir Rintel2017-02-031-1/+9
* | nm-online: fix countdown to not show 0 seconds until finishedMickaël Thomas2017-02-031-1/+1
* | libnm-core: return NULL from _nm_utils_slist_to_strv for empty listsBeniamino Galvani2017-02-021-0/+2
* | nm-online: refactor and fix nm-onlineThomas Haller2017-02-021-71/+133
* | nm-online: fix division-by-zero with zero timeoutThomas Haller2017-01-311-1/+1
* | cli: add missing NULL-checkLubomir Rintel2017-01-291-2/+3
* | contrib/rpm: don't recreate files that make install installsLubomir Rintel2017-01-291-19/+0
* | contrib/rpm: don't own the legacy VPN directoryLubomir Rintel2017-01-291-4/+0
* | build: install all necessary directoriesLubomir Rintel2017-01-291-1/+7
* | build: don't install /run filesLubomir Rintel2017-01-291-1/+0
* | build: add missing GLIB_CFLAGS for compiling adsl device pluginThomas Haller2017-01-291-0/+1
* | libnm-core: clear wifi.mac-address-randomization when unsetting wifi.cloned-m...Thomas Haller2017-01-281-0/+10
* | ifcfg-rh: fix interpreting missing MAC_ADDRESS_RANDOMIZATION as permanent add...Thomas Haller2017-01-283-8/+7
* | nm-online: return from quit_if_connected after setting retvalJames McCoy2017-01-281-0/+4
* | cli: avoid use-after free on connection deletionLubomir Rintel2017-01-271-1/+7
* | manager: avoid an extra path to ac translationLubomir Rintel2017-01-273-13/+9
* | manager: guard the flag setting by the actual device presenceLubomir Rintel2017-01-271-2/+4
* | release: bump version to 1.7.1-dev after 1.6.0 release1.7.1-devThomas Haller2017-01-258-17/+124
|\ \
| * | po: update Polish (pl) translation (bgo #777402)Piotr Drąg2017-01-251-760/+764
| * | core: refactor parsing in match_device_s390_subchannels_parse()Thomas Haller2017-01-251-35/+32
| * | core/tests: add test matching s390-subchannels device specThomas Haller2017-01-251-43/+63
| * | core: add missing initializers to match_data_s390_subchannels_eval()Lubomir Rintel2017-01-251-1/+1
| * | active-connection: unhook the settings connection removed signal on disposeLubomir Rintel2017-01-251-0/+1
| * | exported-object: fix adding get_property() function for "path" propertyThomas Haller2017-01-251-1/+19
| * | manager: don't let a master device go unmanaged on a slave activationLubomir Rintel2017-01-251-0/+7
| * | device: track exported-object path for NMActRequest from deviceThomas Haller2017-01-251-16/+49
| * | exported-object: add "path" GObject property to have notify signalThomas Haller2017-01-252-3/+26
| * | device: fix setting minimal MTU to 1280 for IPv6Thomas Haller2017-01-241-2/+3
| * | core: avoid unexporting active-connection that is not exportedThomas Haller2017-01-241-1/+2
| * | active-connection: drop off the bus when the settings connection disappearsLubomir Rintel2017-01-242-2/+19
| * | core: drop duplicate code searching for match in nm_match_spec_device()Thomas Haller2017-01-231-24/+9
| * | systemd: merge branch systemd into masterThomas Haller2017-01-224-13/+91
| |\ \ | | |/
| | * systemd: update code from upstreamThomas Haller2017-01-215-35/+112
| * | cli: fix some TAB completions for nmcli -a con addJiří Klimeš2017-01-211-5/+31
| * | core: refactor nm_match_spec_device() to use match-data structureThomas Haller2017-01-211-75/+77
| * | cli: move code around to group related functions - no functional changeJiří Klimeš2017-01-211-2438/+2443
| * | cli: simplify property functions for allowed values with a macroJiří Klimeš2017-01-211-66/+30
| * | cli: TAB-completion for macsec.mode in interactive editorJiří Klimeš2017-01-211-2/+14