summaryrefslogtreecommitdiff
path: root/src/nm-connectivity.c
Commit message (Expand)AuthorAgeFilesLines
* connectivity: don't do periodic checks on interval=0Lubomir Rintel2017-05-101-1/+2
* connectivity: fix typo in error messageFrancesco Giudici2017-05-051-1/+1
* device: add default route penalty only if concheck is enabledFrancesco Giudici2017-05-041-0/+8
* core: make connectivity checking per-deviceLubomir Rintel2017-03-281-308/+125
* connectivity: remove verbose trace loggingThomas Haller2017-03-231-14/+1
* connectivity: fix clearing timer-id in curl_timeout_cb()Thomas Haller2017-03-221-0/+2
* connectivity: fix the connectivity check timeoutLubomir Rintel2017-03-221-3/+20
* connectivity: conclude the check as soon as we see enough bytesLubomir Rintel2017-03-221-17/+23
* connectivity: conclude the check as soon as we see the magic headerLubomir Rintel2017-03-221-8/+3
* connectivity: split out the finish of the connectivity checkingLubomir Rintel2017-03-221-46/+61
* connectivity: cosmetic fixesLubomir Rintel2017-03-221-2/+3
* connectivity: switch connectivity checking to libcurllr/fg/libcurl_bgo752642Francesco Giudici2017-03-221-112/+296
* core/dispatcher: cleanup nm_dispatcher_call_connectivity()Thomas Haller2017-03-161-2/+1
* core/trivial: give names in src/nm-dispatcher.h header an "NM" prefixThomas Haller2017-03-161-1/+1
* core: introduce default logging macrosBeniamino Galvani2016-10-141-8/+2
* core: refactor private data in "src"Thomas Haller2016-10-041-74/+81
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-1/+1
* nm-dispatcher: Added new 'connectivity-state' parameter to private D-Bus APIMario Sanchez Prada2016-07-281-1/+1
* nm-dispatcher: Added new action for 'connectivity-change' eventsMario Sanchez Prada2016-07-281-0/+4
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* connectivity: implement nm_connectivity_state_to_string() as NM_UTILS_LOOKUP_...Thomas Haller2016-02-011-18/+9
* connectivity: fix calling parent dispose()Thomas Haller2016-02-011-6/+5
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-061-4/+1
* logging: declare default logging macros in "nm-logging.h"Thomas Haller2015-08-201-13/+3
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* connectivity: log warning when using https:// URIThomas Haller2015-07-161-1/+6
* connectivity: explicitly check for 511/Network Authentication Required (RFC65...Dan Williams2015-07-161-15/+21
* config: change examples for command line arguments to system defaultThomas Haller2015-07-021-6/+4
* build: use compat version of g_clear_pointer()Lubomir Rintel2015-06-021-0/+2
* connectivity: use default on missing connectivity.interval configThomas Haller2015-05-191-1/+2
* connectivity: disable HTTP keepalive for connectivity checksDan Williams2015-03-161-0/+2
* connectivity: memleak: drop async result reference on completeLubomir Rintel2015-02-181-0/+2
* connectivity: make NMConnectivity independent of NMConfigThomas Haller2015-02-031-10/+6
* config: use NMConfigData in NMConfigThomas Haller2015-02-031-4/+4
* connectivity: add logging macros to nm-connectivity.cThomas Haller2015-02-031-18/+33
* connectivity: refactor handling parameters of NMConnectivityThomas Haller2015-02-031-78/+128
* connectivity: refactor converting connectivity states to stringThomas Haller2015-02-031-4/+5
* connectivity: add missing G_PARAM_CONSTRUCT for NM_CONNECTIVITY_URI propertyThomas Haller2015-02-031-0/+1
* connectivity/trivial: fix white space and line-break in nm-connectivity.cThomas Haller2015-02-031-20/+22
* connectivity: make NMConnectivity:dispose() reentrantThomas Haller2015-02-031-2/+2
* connectivity: add code comment to nm_connectivity_check_cb()Thomas Haller2015-02-031-0/+1
* connectivity: fix memory leak in nm-connectivity.cThomas Haller2015-01-291-0/+2
* connectivity: fix compile error no WITH_CONCHECKThomas Haller2015-01-161-0/+2
* connectivity: avoid redundant connectivity checksDan Winship2015-01-151-9/+17
* connectivity: simplify redundant codeDan Winship2015-01-151-2/+2
* connectivity: improve debug loggingDan Winship2015-01-151-1/+30
* all: consistently include config.hDan Winship2014-11-131-1/+1
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-16/+12
* trivial: nm_connectivity_check_async() returns void -> use g_return_if_fail()Jiří Klimeš2013-08-291-1/+1