NetworkManager.git
2016-03-26 Thomas Hallerlibnm-core/tests: refactor call to nm_simple_connection...
2016-03-26 Thomas Hallerlibnm-core: add _nm_simple_connection_new_from_dbus...
2016-03-26 Thomas Hallerlibnm-core: allow strict and relaxed error behavior...
2016-03-26 Thomas Hallershared: add nm_g_object_set_property()
2016-03-26 Thomas Hallerlibnm/tests: extend tests for handling invalid connecti...
2016-03-26 Thomas Hallershared: move NM_UTILS_ERROR to shared-utils
2016-03-26 Thomas Hallershared: move _nm_utils_ascii_str_to_int64() to "shared...
2016-03-26 Thomas Hallershared: include "nm-shared-utils.h"
2016-03-26 Thomas Hallershared: add "nm-shared-utils"
2016-03-26 Thomas Hallershared: add nm_auto_unset_gvalue macro
2016-03-26 Thomas Hallernmtst: add nmtst_variant_new_vardict() function
2016-03-26 Thomas Hallernmtst: fix memleak when using NMTST_VARIANT_DROP_SETTING()
2016-03-26 Thomas Hallerlibnm-util: verify connection also for self-assignment...
2016-03-26 Lubomir Rintelmerge: branch 'lr/virtual-parent-bgo762731'
2016-03-26 Lubomir Rintelmanager: allow delaying the device activation when...
2016-03-26 Lubomir Rintelmanager: separate the traversal to disconected to a...
2016-03-26 Lubomir Rintelactive-connection: add parent active connection tracking
2016-03-26 Lubomir Rinteldevice: delay the activation if the backing device...
2016-03-26 Lubomir Rinteldevice: only clear the activate request when the device...
2016-03-26 Lubomir Rinteldevice: _get_available_connections() with _get_best_con...
2016-03-26 Lubomir Rintelmerge: branch 'lr/developer-gnome'
2016-03-26 Beniamino Galvaniman: use replace <programlisting> with <synopsis>
2016-03-26 Lubomir Rinteldocs: add manual pages to docbook documentation
2016-03-26 Lubomir Rinteldocs: remove some outdated documentation
2016-03-26 Lubomir Rinteldocs: replace spec.html with docbook D-Bus API reference
2016-03-26 Lubomir Rinteldbus: use the annotations for documentation
2016-03-26 Lubomir Rintelintrospection: build docbook when generating the code
2016-03-25 Christian Kirbachpo: update German (de) translation (bgo #764175)
2016-03-24 Thomas Hallerplatform/tests: fix bug in netns test which can cause...
2016-03-24 Beniamino Galvanidhcp: don't fail assertions when a DHCP client is not...
2016-03-24 Beniamino Galvanidhcp: fall back to other clients when an invalid one...
2016-03-24 Beniamino Galvanicore: accept zero @wait_before_kill_msec in nm_utils_ki...
2016-03-24 Beniamino Galvanidns: fix error cleanup in kill_existing()
2016-03-24 Thomas Hallershared: include <stdlib.h> in "nm-macros-internal.h"
2016-03-23 Thomas Hallerdns: merge branch 'th/dns-resolv-conf-file-bgo764004'
2016-03-23 Thomas Hallerdns: always reload the dns configuration mode on SIGHUP
2016-03-23 Thomas Hallerdns: enable dns plugins also with immutable resolv...
2016-03-23 Thomas Hallerdns: add new "rc-manager=file"
2016-03-23 Thomas Hallerdns: split create_resolv_conf() out of write_resolv_conf()
2016-03-23 Thomas Hallerdns: refactor NMDnsManagerResolvConfMode to string...
2016-03-23 Thomas Hallerdns: fix _NMLOG() macro
2016-03-22 Thomas Hallerdnsmasq: use _LOG() macros
2016-03-22 Thomas Hallerdns: refactor kill_existing() to always unlink pidfile
2016-03-22 Thomas Hallerdns: cleanup disposing of NMDnsPlugin
2016-03-22 Thomas Hallerdns: refactor cleanup and unlink of pidfile
2016-03-22 Mathieu Trudel... dns: cleanup pid file when dnsmasq process terminated
2016-03-22 Thomas Hallerdns/trivial: fix indention
2016-03-22 Thomas Hallersystemd: merge branch systemd into master
2016-03-22 Thomas Hallersystemd: update code from upstream
2016-03-21 Lubomir Rinteldbus: fix a typo in the comment
2016-03-21 Thomas Hallerbuild: dist $(docbook_generated_man_pages)
2016-03-21 Thomas Hallermain: create parent directories of NMSTATEDIR with...
2016-03-21 Thomas Hallermain: create NMSTATEDIR with permissions 700
2016-03-21 Robby Workmansrc/Makefile.am: create $rundir mode 0755 instead of...
2016-03-20 Lubomir Rintelsupplicant-config: fix misleading indentation
2016-03-20 Lubomir Rinteldbus: don't do <deny send_interface="..." /> in dbus...
2016-03-20 Thomas Hallerman: document IPv4 subnet for "shared" method
2016-03-20 Thomas Hallerdevice: optimize hashtable usage for shared_ips
2016-03-18 Lubomir Rintelvpn-connection: do not leak the connection if there...
2016-03-18 Lubomir Rintelvpn-connection: don't dispose the proxy before we get...
2016-03-18 Francesco Giudicidhcp: fix GBytes leak in nm_dhcp_client_start_ip4()
2016-03-17 Thomas Hallerdhcp: support _LOGx_ENABLED() macro in dhcp-client
2016-03-17 Lubomir Rinteltest-nm-client: fix the remaining counter
2016-03-17 Thomas Hallerrdisc: fix setting netns during consturction of NMRDisc
2016-03-17 Thomas Hallerlldp: merge branch 'th/lldp-bgo763499'
2016-03-17 Thomas Hallerlldp: refactor keeping tlv data and order entries in...
2016-03-17 Thomas Hallerlldp: ensure stable order of variants in LLDP neighbor...
2016-03-17 Thomas Hallerlldp: drop process_lldp_neighbors()
2016-03-17 Thomas Hallerlldp: process one neighbor at a time
2016-03-17 Thomas Hallerlldp: implement properties via NM_GOBJECT_PROPERTIES_DE...
2016-03-17 Thomas Hallerlldp: improve logging
2016-03-17 Thomas Hallerlldp: let lldp_neighbor_new() also create invalid objects
2016-03-17 Thomas Hallerlldp: cache the GVariant in LldpNeighbor
2016-03-17 Thomas Hallerlldp: factor out lldp_neighbor_to_variant()
2016-03-17 Thomas Hallerlldp: refactor processing all lldp-neighbors
2016-03-17 Thomas Hallerlldp: split out creation of LldpNeighbor instance
2016-03-17 Thomas Hallerlldp/trivial: rename internal type LLDPNeighbor to...
2016-03-17 Thomas Hallersystemd: lldp: fix starting ttl timer for lldp neighbor
2016-03-17 Thomas Hallerlogging: add new logging domain "SYSTEMD" for internal...
2016-03-17 Thomas Hallershared: add nm_unauto() helper macro
2016-03-17 Thomas Hallershared: add nm_assert_not_reached()
2016-03-17 Thomas Hallerutils/core: add NM_UTILS_NS_PER_MSEC macro
2016-03-17 Thomas Hallerlibnm: declare internal function as static
2016-03-16 Beniamino Galvanimerge: branch 'bg/8021x-domain-suffix-match-bgo341323'
2016-03-16 Beniamino Galvanilibnm-core: nm-setting-8021x: treat some empty properti...
2016-03-16 Beniamino Galvanisupplicant: honor the domain-suffix-match properties
2016-03-16 Beniamino Galvanicli: add support for NMSetting8021x domain-suffix-match...
2016-03-16 Beniamino Galvaniifcfg-rh: add support for domain-suffix-match properties
2016-03-16 Beniamino Galvanilibnm-core: add domain-suffix-match properties to NMSet...
2016-03-16 Thomas HallerNEWS: minor update referencing 1.0.10 release
2016-03-16 Lubomir Rintelethernet: set the connection type when generating the...
2016-03-15 Thomas Hallerlibnm-util: reword code comment
2016-03-15 Thomas Hallerlibnm-util: add comment for return value of nm_connecti...
2016-03-15 Thomas Hallerplatform: use gint32 for monotonic-timestamp seconds
2016-03-15 Thomas Hallerplatform: remove padding for IP address lifetimes
2016-03-15 Beniamino Galvanidevice: fix handling of available connections
2016-03-15 Thomas Hallerplatform: merge branch 'th/netns-aware-bgo763323'
2016-03-15 Thomas Hallerplatform: add nmp_netns_bind_to_path() helper function
2016-03-15 Thomas Hallerplatform: support switching partial namespaces
2016-03-15 Thomas Hallerplatform/tests: add test for nm_platform_link_set_netns()
next