summaryrefslogtreecommitdiff
path: root/src/nm-pacrunner-manager.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* pacrunner: refactor pacrunner to use GDBusConnectionThomas Haller2019-05-131-361/+417
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-4/+6
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-7/+6
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-281-3/+3
* core: support tracking default-route in NMIP4Config/NMIP6ConfigThomas Haller2017-09-081-0/+4
* core: track addresses for NMIP4Config/NMIP6Config via NMDedupMultiIndexThomas Haller2017-07-251-7/+6
* core: refactor NMIP6Config to use dedup-index for IPv6 routesThomas Haller2017-07-051-4/+4
* core: refactor NMIP4Config to use dedup-index for IPv4 routesThomas Haller2017-07-051-4/+4
* proxy: use CList to track configs in NMPacrunnnerManagerThomas Haller2017-05-111-75/+98
* proxy: fix passing cancellable to async D-Bus operationsThomas Haller2017-05-111-1/+0
* proxy: fix refcount handing for DestroyProxyConfiguration operationThomas Haller2017-05-111-0/+1
* proxy: send proxy config after creating D-Bus proxyThomas Haller2017-04-231-6/+12
* proxy: unify logging in nm-pacrunner-managerThomas Haller2017-04-231-11/+25
* proxy: introduce call-id for clearing pacmanager configurationThomas Haller2017-04-231-55/+76
* pacrunner: remove failed and pending items from configuration listBeniamino Galvani2017-04-111-12/+13
* pacrunner: specify domains only for VPNsBeniamino Galvani2017-04-111-14/+17
* pacrunner: don't log pacrunner-manager addressBeniamino Galvani2017-04-111-3/+3
* pacrunner: rework processing of configuration entriesBeniamino Galvani2017-04-111-81/+143
* pacrunner: remove @domains from private structBeniamino Galvani2017-04-111-26/+20
* pacrunner: fix a few typos, uniforms spelling of various forms to "pacrunner"Jiří Klimeš2017-01-171-16/+16
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* core: introduce default logging macrosBeniamino Galvani2016-10-141-10/+2
* pacrunner: accept NULL interface nameBeniamino Galvani2016-10-131-3/+5
* proxy: rename NMPacRunnerManager to NMPacrunnerManagerThomas Haller2016-10-041-38/+38
* proxy: reorder parts in nm-proxy-config.c and nm-pacrunner-manager.cThomas Haller2016-10-041-15/+8
* proxy: change semantics of pac-scriptAtul Anand2016-10-041-7/+3
* proxy: remove unnecessary APIsAtul Anand2016-10-041-30/+2
* proxy: refactor NMProxyConfig to keep internal variables as strvThomas Haller2016-10-041-25/+22
* proxy/trivial: rename nm_pac_runner_manager*() functionsThomas Haller2016-10-041-13/+13
* proxy: embed private date in NMPacRunnerManager and NMProxyConfigThomas Haller2016-10-041-7/+25
* proxy: don't let nm_pacrunner_manager_send() failThomas Haller2016-10-041-10/+4
* src:(pacrunner-manager): Object for interaction with PacRunnerAtul Anand2016-10-041-0/+504