summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: accept IPv6 routes without "via" in route6 file (bgo #697525)jk/ifcfg-rh-route6-bgo697525Jiří Klimeš2014-06-103-49/+35
* contrib/rpm: update NetworkManager description in spec fileJiří Klimeš2014-06-091-4/+5
* libnm-util: don't append NULL in g_string_append()Jiří Klimeš2014-06-091-2/+2
* examples: fix get-active-connections-dbus-glib.c exampleJiří Klimeš2014-06-091-45/+18
* trivial: typo in the NEWSJiří Klimeš2014-06-091-1/+1
* platform: pass optional padding to _rebase_relative_time_on_now()Thomas Haller2014-06-071-10/+12
* libnm-glib: don't use deprecated nm_access_point_get_hw_address()Thomas Haller2014-06-072-2/+2
* platform: fix setting preferred time off-by-one in _init_ip_address_lifetime()Thomas Haller2014-06-071-1/+1
* release: bump version to 0.9.11.0 (development)Thomas Haller2014-06-071-2/+2
* release: bump version to 0.9.9.95 (0.9.10-beta1)0.9.9.950.9.10-beta1Dan Williams2014-06-061-1/+1
* release: update NEWSDan Williams2014-06-061-0/+56
* libnm-glib-vpn: bump soname (1.1.0 -> 1.2.0) for API additionsDan Williams2014-06-061-1/+1
* libnm-glib: bump soname (4.7.0 -> 4.8.0) for API additionsDan Williams2014-06-061-1/+1
* libnm-util: bump soname (2.5.0 -> 2.6.0) for added APIDan Williams2014-06-061-1/+1
* dispatcher: don't warn on non-critical missing directory errorDan Williams2014-06-061-1/+1
* build: create dispatcher directories pre-down.d and pre-up.dThomas Haller2014-06-072-0/+4
* libnm-util: fix an error noticed by coverityDan Williams2014-06-061-1/+1
* cli: fix a couple errors noticed by coverityDan Williams2014-06-061-23/+26
* core: suppress missing MAC address warning during connection matchingDan Williams2014-06-061-3/+6
* cli: fix error parsing input arguments in non-interactive modeThomas Haller2014-06-061-2/+4
* build: update gitignore file after renaming nm-dispatcher.action executable t...Thomas Haller2014-06-061-1/+1
* core: fix lag in NMManager:state moving to CONNECTED_GLOBALDan Winship2014-06-061-0/+20
* merge: add blocking dispatcher pre-up and pre-down events (bgo #387832)Dan Williams2014-06-0621-2738/+3044
|\
| * dispatcher: bump overall timeout to 10 minutes (rh #982734) (rh #1048345)Dan Williams2014-06-062-3/+7
| * dispatcher: don't use NULL error domainsDan Williams2014-06-061-11/+11
| * dispatcher: enhance debug loggingDan Williams2014-06-061-34/+52
| * dispatcher: use separate directories for pre-up/pre-down eventsDan Williams2014-06-064-31/+124
| * core: block on dispatcher scripts when quittingDan Williams2014-06-063-16/+60
| * core: implement PRE_UP dispatcher actionsDan Williams2014-06-061-5/+35
| * core: implement PRE_DOWN dispatcher actions (bgo #387832)Dan Williams2014-06-061-2/+39
| * vpn: implement PRE_UP dispatcher actionsDan Williams2014-06-061-13/+38
| * vpn: make DOWN dispatcher action block on quitDan Williams2014-06-061-9/+18
| * vpn: implement PRE_DOWN dispatcher actions (bgo #387832)Dan Williams2014-06-064-49/+77
| * dispatcher: convert action_to_string to a tableDan Williams2014-06-061-27/+16
| * dispatcher: add PRE_UP statesDan Williams2014-06-062-0/+6
| * dispatcher: robustify canceling dispatcher callsDan Williams2014-06-062-24/+51
| * 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