summaryrefslogtreecommitdiff
path: root/src/nm-connectivity.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: fix warning about unused variableThomas Haller2013-08-281-1/+1
* core: provide additional network connectivity informationDan Winship2013-08-281-33/+43
* core: improve NMManager:state transitions with connectivity checkingDan Winship2013-08-281-43/+87
* core: add LOGD_CONCHECK, log unexpected concheck responses at LOGL_INFODan Winship2013-08-281-8/+11
* core: build NMConnectivity unconditionally, possibly as a no-opDan Winship2013-08-281-3/+23
* core: clean up connectivity code a bitDan Winship2013-08-281-71/+38
* config: make NMConfig non-refcountedDan Winship2013-04-031-1/+0
* core: use Config object for connectivity checking parametersDan Williams2013-03-111-6/+10
* core: additional connectivity checking debug messagesDan Williams2012-02-271-2/+2
* core: fix up connectivity state checksDan Williams2012-02-271-45/+68
* core: clean up and simplify connectivity checkDan Williams2012-02-271-136/+125
* core: bound connectivity check operations with a socket timeoutDan Williams2012-02-271-1/+1
* core: connectivity check cleanups; check response headers tooDan Williams2012-02-271-43/+54
* trivial: whitespace and formatting cleanupsDan Williams2012-02-271-46/+42
* core: add internet connectivity checkThomas Bechtold2012-02-271-0/+349