summaryrefslogtreecommitdiff
path: root/src/nm-dispatcher.c
Commit message (Expand)AuthorAgeFilesLines
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm: port to GDBusDan Winship2014-09-181-2/+1
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-1/+6
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-041-1/+1
* libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship2014-08-011-1/+1
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-011-4/+4
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+3
* dispatcher: suppress log warning when nm-dispatcher is disabled in systemdThomas Haller2014-06-201-2/+12
* dispatcher: better detection for dispatcher scriptsThomas Haller2014-06-161-8/+38
* dispatcher: for debug logging, truncate the (expected) script name when showi...Thomas Haller2014-06-161-16/+31
* dispatcher: skip callouts for empty script directory based on dispatcher acti...Thomas Haller2014-06-161-17/+32
* dispatcher/trivial: move codeThomas Haller2014-06-161-12/+12
* dispatcher: improve debug logging for dispatcher calloutsThomas Haller2014-06-161-11/+28
* dispatcher/trivial: rename variables for script directory to NMD_SCRIPT_DIR_*Thomas Haller2014-06-161-7/+7
* nm-dispatcher: explicitly include gio/gio.hYegor Yefremov2014-06-111-0/+1
* dispatcher: bump overall timeout to 10 minutes (rh #982734) (rh #1048345)Dan Williams2014-06-061-2/+4
* dispatcher: enhance debug loggingDan Williams2014-06-061-34/+52
* dispatcher: use separate directories for pre-up/pre-down eventsDan Williams2014-06-061-22/+47
* dispatcher: convert action_to_string to a tableDan Williams2014-06-061-27/+16
* dispatcher: add PRE_UP statesDan Williams2014-06-061-0/+4
* dispatcher: robustify canceling dispatcher callsDan Williams2014-06-061-20/+47
* dispatcher: add synchronous dispatcher callsDan Williams2014-06-061-98/+241
* dispatcher: only dispatch if scripts existDan Williams2014-06-061-0/+55
* dispatcher: rename executable to 'nm-dispatcher'Dan Williams2014-06-061-1/+1
* dispatcher: add better debuggingDan Winship2014-04-181-10/+19
* dispatcher: bump script timeout up to 20 seconds (rh #1048345)Dan Winship2014-04-181-1/+1
* dispatcher: handle VPN connections without interface namesDan Williams2014-01-241-1/+1
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-20/+19
* dispatcher: publish vpn_ip6_configTomas Hozza2013-06-211-1/+1
* core: convert the DBus manager to a single-ref objectDan Williams2013-05-201-7/+1
* core: fix more GValueArray deprecation falloutDan Williams2013-02-271-21/+40
* build: avoid GValueArray deprecation warningsDan Winship2013-02-261-0/+1
* core: fix a crash due to GValueArray/GArray freeing mismatch (rh #865009)Jiří Klimeš2012-10-111-1/+1
* core: add cancelation to dispatcher callsDan Williams2012-09-111-5/+24
* core: add dispatcher callbacks and simplify dispatcher function prototypesDan Williams2012-09-111-16/+76
* core: convert dispatcher to asynchronous operation and return its resultsDan Williams2012-09-111-24/+95
* core: split dispatcher into its own fileDan Williams2012-09-111-0/+246