summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * dispatcher: add synchronous dispatcher callsDan Williams2014-06-065-113/+274
| * dispatcher: only dispatch if scripts existDan Williams2014-06-065-2/+62
| * dispatcher: rename executable to 'nm-dispatcher'Dan Williams2014-06-069-12/+12
| * core: don't do anything interesting in NMDevice dispose()Dan Williams2014-06-063-49/+75
| * core: consolidate generic device cleanup tasksDan Williams2014-06-061-105/+90
| * core: (trivial) some NMDevice dispose/finalize cleanupsDan Williams2014-06-061-6/+11
| * core: fix deactivation of assumed connections on device removal (bgo #729833)Dan Williams2014-06-061-13/+16
| * core: simplify DHCP cleanupDan Williams2014-06-061-16/+7
| * trivial: simplify nm_device_set_is_nm_owned()Dan Williams2014-06-063-17/+6
| * core: rearrange and remove some NMDevice gettersDan Williams2014-06-062-62/+42
| * core: let NMDevice export itselfDan Williams2014-06-063-12/+9
| * core: clean up NMDevice simple getters/settersDan Williams2014-06-062-110/+71
| * trivial: re-organize IPv6 /proc property util functionsDan Williams2014-06-061-42/+42
| * core: refactor state/reason string functions to use static tablesDan Williams2014-06-061-152/+84
| * core: re-order NMDevice functions to match current idomsDan Williams2014-06-061-1843/+1821
| * trivial: remove redundant checkDan Williams2014-06-061-2/+1
| * vpn: stop all connections of a service outside of disposeDan Williams2014-06-063-12/+29
| * vpn: remove pointless child watch on VPN service daemonsDan Williams2014-06-061-65/+20
| * vpn: queue additional VPN connectionsDan Williams2014-06-064-66/+79
| * vpn: consolidate nm_vpn_connection_fail() and nm_vpn_connection_disconnect()Dan Williams2014-06-064-24/+12
| * vpn: simplify VPN connection lookupDan Williams2014-06-063-18/+13
| * vpn: implement placeholder DEACTIVATING stateDan Williams2014-06-063-26/+57
| * vpn: add DEACTIVATING stateDan Williams2014-06-061-114/+149
| * vpn: remove useless 'disposed' member from NMVPNConnectionDan Williams2014-06-061-24/+13
| * vpn: simplify duplicate service checkingDan Williams2014-06-063-35/+14
| * vpn: remove useless 'disposed' member from NMVPNManagerDan Williams2014-06-061-11/+8
| * vpn: simplify creation of VPN service objectsDan Williams2014-06-061-26/+19
| * vpn: optimize un-needed strlen (trivial)Dan Williams2014-06-061-8/+8
| * vpn: let VPN services quit themselvesDan Williams2014-06-061-94/+26
| * vpn: simplify service cleanupDan Williams2014-06-061-17/+22
|/
* platform: fix compiler warning about uninitialized usageThomas Haller2014-06-061-1/+1
* platform: fix format specifyer in _lifetime_to_string() for unsignedThomas Haller2014-06-061-1/+1
* platform: merge branch 'th/bgo727382_platform_fix_addr_lifetime'Thomas Haller2014-06-067-47/+306
|\
| * platform: raise address changed signals for lifetime updateThomas Haller2014-06-061-4/+39
| * platform: refactor setting the source of platform addresses to NM_PLATFORM_SO...Thomas Haller2014-06-061-6/+4
| * platform: change address_to_string functions to show remaining lifetime/prefe...Thomas Haller2014-06-061-7/+57
| * platform: refactor calculating valid/preferred times when adding addressThomas Haller2014-06-061-25/+48
| * platform: fix setting preferred time for addressThomas Haller2014-06-061-2/+2
| * core/platform: limit the preferred time to address lifetimeThomas Haller2014-06-063-0/+10
| * platform: fix preferred and valid lifetimes for addresses from netlink/kernelThomas Haller2014-06-062-9/+115
| * core: add nm_utils_get_monotonic_timestamp_ns() functionThomas Haller2014-06-062-0/+28
| * core: add code comment to nm_utils_get_monotonic_timestamp_*s() functionsThomas Haller2014-06-061-0/+9
|/
* device: don't call strtol() for NULL stringsJiří Klimeš2014-06-061-5/+12
* platform/test: fix route tests after reworking source propertyThomas Haller2014-06-061-6/+6
* core: fix wrong g_return_if_fail() statement when value should be returned in...Thomas Haller2014-06-061-1/+1
* core: fix connection matching with dynamic IPv6 routesDan Winship2014-06-0618-105/+263
|\
| * core: look at route sources when assuming a connectionDan Winship2014-06-062-0/+8
| * platform: improve tracking of route sourcesDan Winship2014-06-068-54/+100
| * trivial: route-related whitespace/indentation fixesDan Winship2014-06-066-44/+96
| * core: set route metrics earlierDan Winship2014-06-0610-30/+82
|/