summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: refactor using NMPlatformHwAddressth/wip/NMPlatformHwAddressth/NMPlatformHwAddressThomas Haller2014-06-114-27/+20
* device: refactor using NMPlatformHwAddressThomas Haller2014-06-111-57/+46
* rdisc: refactor using NMPlatformHwAddressThomas Haller2014-06-115-24/+21
* platform: add struct NMPlatformHwAddressThomas Haller2014-06-112-0/+143
* cli: don't accept prefix 0 for routesJiří Klimeš2014-06-111-2/+2
* cli: don't accept default route entries, NM handles the default route itselfJiří Klimeš2014-06-111-0/+8
* cli: allow missing next hop for routes (bgo #727615)Jiří Klimeš2014-06-113-105/+163
* examples: add Python D-Bus and GI examples for updating IPv4 setting methodDan Williams2014-06-104-2/+182
* core: fix metrics of user-added routesDan Winship2014-06-106-10/+24
* contrib/rpm: misc specfile updatesDan Williams2014-06-091-8/+10
* 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