summaryrefslogtreecommitdiff
path: root/callouts
Commit message (Expand)AuthorAgeFilesLines
* callouts/dispatcher: rename directory calloutsThomas Haller2016-10-1316-2738/+0
* callouts: cleanup makefile and add linker version script for dispatcherThomas Haller2016-10-132-34/+34
* dispatcher: add the proxy parametersLubomir Rintel2016-10-111-0/+4
* proxy: change semantics of pac-scriptAtul Anand2016-10-044-8/+8
* proxy: remove unnecessary APIsAtul Anand2016-10-046-30/+0
* callouts: Fixes in Dispatcher to release Proxy env variablesAtul Anand2016-10-048-0/+148
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-4/+4
* all: cleanup includes in header filesThomas Haller2016-08-171-2/+0
* dispatcher/tests: cleanup test by using cleanup attribute to free dataThomas Haller2016-08-121-37/+16
* dispatcher/tests: fix memleak in testThomas Haller2016-08-121-1/+1
* build: cleanup src/Makefile.amThomas Haller2016-08-112-62/+1
* nm-dispatcher: Handle the 'connectivity-state' parameter for 'Action'Mario Sanchez Prada2016-07-287-0/+74
* nm-dispatcher: Added new 'connectivity-state' parameter to private D-Bus APIMario Sanchez Prada2016-07-282-0/+4
* nm-dispatcher: Added new action for 'connectivity-change' eventsMario Sanchez Prada2016-07-282-2/+5
* shared: move shared files to subdirectory "shared/nm-utils/"Thomas Haller2016-06-161-1/+1
* build: disable deprecation checks for internal compilationThomas Haller2016-04-052-2/+0
* dbus: fix up the XML formattinglr/docbookLubomir Rintel2016-04-051-13/+0
* dbus: convert the annotations to gtk-doc blocksLubomir Rintel2016-04-051-73/+33
* dbus: use the annotations for documentationLubomir Rintel2016-03-261-27/+27
* all: fix a couple more gvariant iteration leaksLubomir Rintel2016-03-081-0/+1
* all: don't include error->code in log messagesThomas Haller2016-03-031-4/+3
* callouts: downgrade logging severity of messages to g_info() and g_debug()Thomas Haller2016-02-241-5/+14
* dispatcher: minor cleanup ignoring dispatcher scripts by filenameThomas Haller2016-02-211-3/+9
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-193-12/+7
* build: cleanup default includesThomas Haller2016-02-121-4/+2
* dispatcher: drop a useless conditionLubomir Rintel2016-02-111-2/+1
* dispatcher: adjust logging output for dispatcher eventsThomas Haller2016-01-261-2/+2
* callouts: always print the environment even if no scripts are presentThomas Haller2016-01-191-5/+5
* dispatcher: only dump environment when there's no errorLubomir Rintel2016-01-181-4/+5
* dispatcher: add assertion and code comment to complete_script()Thomas Haller2016-01-121-0/+11
* dispatcher: fix use-after-free in complete_script()Thomas Haller2016-01-121-11/+13
* dispatcher: only evaluate the number of the scripts if the request is still t...Lubomir Rintel2016-01-121-2/+2
* build: rename directory "include" to "shared"Thomas Haller2015-12-242-4/+4
* dispatcher: fix abort in case of an error (rh #1275813)Jiří Klimeš2015-10-301-0/+1
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-302-0/+2
* test: fix a format-security errorLubomir Rintel2015-08-261-1/+1
* dispatcher: refactor logging of nm-dispatcherThomas Haller2015-08-251-42/+79
* dispatcher: return error reason from nm_dispatcher_utils_construct_envp()Thomas Haller2015-08-254-13/+41
* dispatcher: remove local @iface variable from handle_action()Thomas Haller2015-08-251-5/+2
* dispatcher: move clearing @quit_id in handle_action()Thomas Haller2015-08-251-2/+3
* dispatcher: use slice allocator for Request and ScriptInfoThomas Haller2015-08-251-4/+6
* dispatcher: run "wait" scripts only after "no-wait" scripts completeThomas Haller2015-08-251-2/+23
* nm-dispatcher: allow scripts to be marked as no-waitBeniamino Galvani2015-08-253-72/+240
* nm-dispatcher: fix memory leaksBeniamino Galvani2015-08-251-1/+2
* dispatcher: explicitly set missing interface argument for device actionsThomas Haller2015-08-192-2/+4
* core: final gdbus portingDan Winship2015-08-102-5/+2
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-054-4/+4
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-244-7/+4
* vpn-plugin-old,dispatcher: cast unchecked g_variant_lookup() calls to voidLubomir Rintel2015-07-141-1/+1
* all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-121-3/+1