summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* travis: enable gcc+clang compiler for travis buildsThomas Haller2017-05-121-0/+4
* cli: fix redundant "const const" declaration in nmcli.hThomas Haller2017-05-121-1/+1
* connectivity: avoid compiler warning for argument of curl_easy_getinfo()Thomas Haller2017-05-121-1/+1
* core: fix reading device state fileThomas Haller2017-05-111-11/+13
* core: cleanup logging reading device-stateThomas Haller2017-05-111-17/+13
* all: merge branch 'th/c-list'Thomas Haller2017-05-119-363/+782
|\
| * proxy: use CList to track configs in NMPacrunnnerManagerThomas Haller2017-05-111-75/+98
| * agent-manager: use CList to track requestsThomas Haller2017-05-111-57/+37
| * agent-manager/trivial: move codeThomas Haller2017-05-111-46/+48
| * secret-agent: use CList to track requestsThomas Haller2017-05-111-21/+20
| * firewall: use CList to track pending_callsThomas Haller2017-05-111-19/+20
| * libnm: fix type for "notify_id" source id in "nm-object.c"Thomas Haller2017-05-111-1/+1
| * libnm: remove unused code reload_results and reload_error from "nm-object.c"Thomas Haller2017-05-111-24/+0
| * libnm: use CList instead of GSList for pending in "nm-object.c"Thomas Haller2017-05-111-13/+18
| * libnm: use CList instead of GSList for notify_items in "nm-object.c"Thomas Haller2017-05-111-16/+26
| * libnm: use CList instead of GSList for pending_activations in "nm-manager.c"Thomas Haller2017-05-111-14/+16
| * ifcfg-rh: refactor shvar.c to use CList instead of GListThomas Haller2017-05-111-77/+61
| * shared: add "nm-utils/c-list.h" headerThomas Haller2017-05-112-0/+437
| * proxy: fix passing cancellable to async D-Bus operationsThomas Haller2017-05-111-1/+0
| * proxy: fix refcount handing for DestroyProxyConfiguration operationThomas Haller2017-05-111-0/+1
|/
* platform: ignore RTM_GETLINK messages sent by wireless extentionsNikolay Martynov2017-05-111-3/+17
* dns: better detect systemd-resolved when checking for resolv.conf symlinkThomas Haller2017-05-111-18/+54
* systemd: merge branch systemd into masterThomas Haller2017-05-108-5/+122
|\
| * systemd: update code from upstream (2017-05-10)Thomas Haller2017-05-108-5/+120
* | contrib/rpm: fix specifying build with/without libpslThomas Haller2017-05-101-2/+2
* | contrib/rpm: reorder variables in spec fileThomas Haller2017-05-101-4/+3
* | utils: fix maybe-uninitialized in "nm-udev-utils.c"Thomas Haller2017-05-101-2/+2
* | release: bump version to 1.9.1-dev after 1.8.0 release1.9.1-devThomas Haller2017-05-10149-178979/+296625
|\ \
| * | po: make update-poThomas Haller2017-05-1066-44695/+46535
| * | firewall: avoid invalid -Werror=maybe-uninitialized warning in _handle_dbus_s...Thomas Haller2017-05-101-4/+2
| * | connectivity: don't do periodic checks on interval=0Lubomir Rintel2017-05-101-1/+2
| * | device: don't await for IPv6 DAD to finish if we are ignoring that there's no...Lubomir Rintel2017-05-101-3/+6
| * | travis: fix build due to missing libcurl libraryThomas Haller2017-05-101-2/+2
| * | build: set --enable-conckeck as defaultFrancesco Giudici2017-05-101-3/+3
| * | manager: avoid generating in memory connections during startup for managed de...Francesco Giudici2017-05-091-1/+2
| * | dhcp: set @was_active flag for external activationsBeniamino Galvani2017-05-081-3/+3
| * | platform: fix double initializationBeniamino Galvani2017-05-081-1/+1
| * | device: fix check in addrconf6_start()Beniamino Galvani2017-05-081-10/+9
| * | ip-tunnel: fix coverity warningsBeniamino Galvani2017-05-081-2/+2
| * | clients: print expected route syntax on parsing failureBeniamino Galvani2017-05-081-5/+6
| * | device: synchronize IPv6 configuration in stage3 (take 2)Beniamino Galvani2017-05-061-3/+15
| * | Revert "device: synchronize IPv6 configuration in stage3"Beniamino Galvani2017-05-061-13/+4
| * | all: merge branch 'th/user-data-v2-bgo776276'Thomas Haller2017-05-0617-79/+1136
| |\ \
| | * | examples: add setting-user-data.pyThomas Haller2017-05-062-6/+253
| | * | ifcfg: add read/write support for user-dataThomas Haller2017-05-069-5/+356
| | * | libnm/keyfile: properly read user data from keyfileThomas Haller2017-05-062-19/+116
| | * | libnm: track invalid user data separately and reject during verify()Thomas Haller2017-05-061-49/+131
| | * | keyfile: fix handling unsupported characters in keysThomas Haller2017-05-065-5/+286
| | * | keyfile: minor refactoring dropping temporary variable in mac_address_parser()Thomas Haller2017-05-061-2/+1
| | * | keyfile: fix memleak in read_hash_of_string()Thomas Haller2017-05-061-3/+3
| |/ /