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