summaryrefslogtreecommitdiff
path: root/src/nm-connectivity.c
Commit message (Expand)AuthorAgeFilesLines
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* connectivity: schedule connectivity timers per-device and probe for short out...Thomas Haller2018-04-101-20/+13
* connectivity: reduce timeout for connectivity checks to 20 secondsThomas Haller2018-04-101-1/+1
* connectivity: rework async connectivity check requestsThomas Haller2018-04-101-205/+339
* connectivity: always build nm-connectivity.c sourceThomas Haller2018-03-191-0/+7
* connectivity/trivial: move codeThomas Haller2018-03-191-11/+11
* connectivity: fix evaluating @what argument of CURLMOPT_SOCKETFUNCTIONThomas Haller2018-03-191-6/+9
* connectivity: fix timeout handling for curlThomas Haller2018-03-191-1/+1
* core/trivial: rename internal structureThomas Haller2018-03-191-8/+8
* core/trivial: move codeThomas Haller2018-03-191-19/+19
* connectivity: fix wrong memory accessBeniamino Galvani2018-02-151-2/+5
* connectivity: fix portal detection when using HTTP 204 based checksAleksander Morgado2018-02-121-5/+9
* connectivity: cleanup conditions in curl_check_connectivity()Thomas Haller2018-02-091-15/+16
* connectivity: allow 204 (no content) as connectivity testAleksander Morgado2018-02-091-3/+14
* connectivity: fix memory leakBeniamino Galvani2017-10-101-0/+1
* config: add an API to disable connectivity check via internal config file.James Henstridge2017-08-171-2/+16
* connectivity: fix memory leakBeniamino Galvani2017-07-191-0/+1
* connectivity: fix scheduling periodic connectivity checksThomas Haller2017-06-021-14/+15
* connectivity: avoid compiler warning for argument of curl_easy_getinfo()Thomas Haller2017-05-121-1/+1
* 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