summaryrefslogtreecommitdiff
path: root/src/nm-connectivity.c
Commit message (Expand)AuthorAgeFilesLines
* 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