summaryrefslogtreecommitdiff
path: root/callouts
AgeCommit message (Expand)AuthorFilesLines
2016-10-13callouts/dispatcher: rename directory calloutsThomas Haller16-2738/+0
2016-10-13callouts: cleanup makefile and add linker version script for dispatcherThomas Haller2-34/+34
2016-10-11dispatcher: add the proxy parametersLubomir Rintel1-0/+4
2016-10-04proxy: change semantics of pac-scriptAtul Anand4-8/+8
2016-10-04proxy: remove unnecessary APIsAtul Anand6-30/+0
2016-10-04callouts: Fixes in Dispatcher to release Proxy env variablesAtul Anand8-0/+148
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-4/+4
2016-08-17all: cleanup includes in header filesThomas Haller1-2/+0
2016-08-12dispatcher/tests: cleanup test by using cleanup attribute to free dataThomas Haller1-37/+16
2016-08-12dispatcher/tests: fix memleak in testThomas Haller1-1/+1
2016-08-11build: cleanup src/Makefile.amThomas Haller2-62/+1
2016-07-28nm-dispatcher: Handle the 'connectivity-state' parameter for 'Action'Mario Sanchez Prada7-0/+74
2016-07-28nm-dispatcher: Added new 'connectivity-state' parameter to private D-Bus APIMario Sanchez Prada2-0/+4
2016-07-28nm-dispatcher: Added new action for 'connectivity-change' eventsMario Sanchez Prada2-2/+5
2016-06-16shared: move shared files to subdirectory "shared/nm-utils/"Thomas Haller1-1/+1
2016-04-05build: disable deprecation checks for internal compilationThomas Haller2-2/+0
2016-04-05dbus: fix up the XML formattingLubomir Rintel1-13/+0
2016-04-05dbus: convert the annotations to gtk-doc blocksLubomir Rintel1-73/+33
2016-03-26dbus: use the annotations for documentationLubomir Rintel1-27/+27
2016-03-08all: fix a couple more gvariant iteration leaksLubomir Rintel1-0/+1
2016-03-03all: don't include error->code in log messagesThomas Haller1-4/+3
2016-02-24callouts: downgrade logging severity of messages to g_info() and g_debug()Thomas Haller1-5/+14
2016-02-21dispatcher: minor cleanup ignoring dispatcher scripts by filenameThomas Haller1-3/+9
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller3-12/+7
2016-02-12build: cleanup default includesThomas Haller1-4/+2
2016-02-11dispatcher: drop a useless conditionLubomir Rintel1-2/+1
2016-01-26dispatcher: adjust logging output for dispatcher eventsThomas Haller1-2/+2
2016-01-19callouts: always print the environment even if no scripts are presentThomas Haller1-5/+5
2016-01-18dispatcher: only dump environment when there's no errorLubomir Rintel1-4/+5
2016-01-12dispatcher: add assertion and code comment to complete_script()Thomas Haller1-0/+11
2016-01-12dispatcher: fix use-after-free in complete_script()Thomas Haller1-11/+13
2016-01-12dispatcher: only evaluate the number of the scripts if the request is still t...Lubomir Rintel1-2/+2
2015-12-24build: rename directory "include" to "shared"Thomas Haller2-4/+4
2015-10-30dispatcher: fix abort in case of an error (rh #1275813)Jiří Klimeš1-0/+1
2015-09-30build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2-0/+2
2015-08-26test: fix a format-security errorLubomir Rintel1-1/+1
2015-08-25dispatcher: refactor logging of nm-dispatcherThomas Haller1-42/+79
2015-08-25dispatcher: return error reason from nm_dispatcher_utils_construct_envp()Thomas Haller4-13/+41
2015-08-25dispatcher: remove local @iface variable from handle_action()Thomas Haller1-5/+2
2015-08-25dispatcher: move clearing @quit_id in handle_action()Thomas Haller1-2/+3
2015-08-25dispatcher: use slice allocator for Request and ScriptInfoThomas Haller1-4/+6
2015-08-25dispatcher: run "wait" scripts only after "no-wait" scripts completeThomas Haller1-2/+23
2015-08-25nm-dispatcher: allow scripts to be marked as no-waitBeniamino Galvani3-72/+240
2015-08-25nm-dispatcher: fix memory leaksBeniamino Galvani1-1/+2
2015-08-19dispatcher: explicitly set missing interface argument for device actionsThomas Haller2-2/+4
2015-08-10core: final gdbus portingDan Winship2-5/+2
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller4-4/+4
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship4-7/+4
2015-07-14vpn-plugin-old,dispatcher: cast unchecked g_variant_lookup() calls to voidLubomir Rintel1-1/+1
2015-07-12all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller1-3/+1