summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* manager: allow delaying the device activation when the parent is not reallr/virtual-parent-bgo762731Lubomir Rintel2016-03-261-5/+70
* manager: separate the traversal to disconected to a separate routineLubomir Rintel2016-03-261-22/+33
* active-connection: add parent active connection trackingLubomir Rintel2016-03-262-0/+84
* device: delay the activation if the backing device is not yet thereLubomir Rintel2016-03-261-1/+1
* device: only clear the activate request when the device disconnectsLubomir Rintel2016-03-261-1/+2
* device: _get_available_connections() with _get_best_connection()Lubomir Rintel2016-03-263-58/+52
* merge: branch 'lr/developer-gnome'Lubomir Rintel2016-03-2648-2670/+1421
|\
| * man: use replace <programlisting> with <synopsis>lr/developer-gnomeBeniamino Galvani2016-03-261-17/+17
| * docs: add manual pages to docbook documentationLubomir Rintel2016-03-262-1/+18
| * docs: remove some outdated documentationLubomir Rintel2016-03-264-676/+0
| * docs: replace spec.html with docbook D-Bus API referenceLubomir Rintel2016-03-266-712/+80
| * dbus: use the annotations for documentationLubomir Rintel2016-03-2638-1265/+1265
| * introspection: build docbook when generating the codeLubomir Rintel2016-03-262-1/+43
|/
* po: update German (de) translation (bgo #764175)Christian Kirbach2016-03-251-2264/+2056
* platform/tests: fix bug in netns test which can cause mounting tmpfs over /runThomas Haller2016-03-241-3/+3
* dhcp: don't fail assertions when a DHCP client is not availableBeniamino Galvani2016-03-241-2/+8
* dhcp: fall back to other clients when an invalid one is specifiedBeniamino Galvani2016-03-241-34/+19
* core: accept zero @wait_before_kill_msec in nm_utils_kill_process_sync()Beniamino Galvani2016-03-241-3/+2
* dns: fix error cleanup in kill_existing()Beniamino Galvani2016-03-241-1/+1
* shared: include <stdlib.h> in "nm-macros-internal.h"Thomas Haller2016-03-241-0/+2
* dns: merge branch 'th/dns-resolv-conf-file-bgo764004'Thomas Haller2016-03-233-83/+175
|\
| * dns: always reload the dns configuration mode on SIGHUPThomas Haller2016-03-231-12/+53
| * dns: enable dns plugins also with immutable resolv.confThomas Haller2016-03-231-28/+32
| * dns: add new "rc-manager=file"Thomas Haller2016-03-233-20/+64
| * dns: split create_resolv_conf() out of write_resolv_conf()Thomas Haller2016-03-231-12/+23
| * dns: refactor NMDnsManagerResolvConfMode to string conversionThomas Haller2016-03-231-14/+9
| * dns: fix _NMLOG() macroThomas Haller2016-03-231-8/+5
|/
* dnsmasq: use _LOG() macrosThomas Haller2016-03-221-17/+29
* dns: refactor kill_existing() to always unlink pidfileThomas Haller2016-03-221-23/+35
* dns: cleanup disposing of NMDnsPluginThomas Haller2016-03-221-8/+1
* dns: refactor cleanup and unlink of pidfileThomas Haller2016-03-221-10/+14
* dns: cleanup pid file when dnsmasq process terminatedMathieu Trudel-Lapierre2016-03-221-0/+6
* dns/trivial: fix indentionThomas Haller2016-03-221-14/+14
* systemd: merge branch systemd into masterThomas Haller2016-03-227-8/+20
|\
| * systemd: update code from upstreamThomas Haller2016-03-229-17/+35
* | dbus: fix a typo in the commentLubomir Rintel2016-03-211-1/+1
* | build: dist $(docbook_generated_man_pages)Thomas Haller2016-03-211-0/+1
* | main: create parent directories of NMSTATEDIR with permissions 755Thomas Haller2016-03-213-6/+28
* | main: create NMSTATEDIR with permissions 700Thomas Haller2016-03-211-1/+1
* | src/Makefile.am: create $rundir mode 0755 instead of 0700Robby Workman2016-03-211-1/+1
* | supplicant-config: fix misleading indentationLubomir Rintel2016-03-201-1/+1
* | dbus: don't do <deny send_interface="..." /> in dbus service fileLubomir Rintel2016-03-201-5/+12
* | man: document IPv4 subnet for "shared" methodThomas Haller2016-03-201-0/+3
* | device: optimize hashtable usage for shared_ipsThomas Haller2016-03-201-4/+1
* | vpn-connection: do not leak the connection if there's no timeoutLubomir Rintel2016-03-181-1/+3
* | vpn-connection: don't dispose the proxy before we get the disconnect responseLubomir Rintel2016-03-181-4/+15
* | dhcp: fix GBytes leak in nm_dhcp_client_start_ip4()Francesco Giudici2016-03-181-1/+4
* | dhcp: support _LOGx_ENABLED() macro in dhcp-clientThomas Haller2016-03-171-1/+8
* | test-nm-client: fix the remaining counterLubomir Rintel2016-03-171-5/+6
* | rdisc: fix setting netns during consturction of NMRDiscThomas Haller2016-03-171-4/+0