summaryrefslogtreecommitdiff
path: root/src/leap/base/checks.py
AgeCommit message (Collapse)Author
2013-03-06Remove everything to start from scratchTomás Touceda
2013-01-24removed ping and root dependency (1456).antialias
improved default network request (771). fixed ERROR "cannot concatenate 'str' and 'list' objects" (1449).
2013-01-24all tests green againkali
plus: * added soledad test requirements * removed soledad from run_tests run (+1K tests failing) * added option to run All tests to run_tests script * pep8 cleanup
2013-01-17pep8kali
2013-01-17(osx) detect which interface is traffic going thrukali
2013-01-15added if callable sanity check.antialias
2013-01-15implemented abstracted layer with matching and passed callback.antialias
tests as well.
2013-01-15todo about ping_gateway functionkali
2013-01-09dont shut down when conn lostkali
2012-12-07in leap.base.checks.check_internet_connection modified the orderantialias
in which errors are checked and improved test coverage.
2012-10-18catch cert verification errors and ask user for trustkali
with a little helper function using gnutls
2012-10-12ping_gateway now uses the provider gateway defined in config file.antialias
2012-10-08popup dialog error when network error happenskali
we are shutting down for now. we should be acting upon failures in the near future. lowered the recurrent checks interval to 10 seconds.
2012-10-05add comments to netcheckskali
2012-10-05pep8kali
2012-09-28Added check that default route is tun0.antialias
2012-09-25moved LeapNetworkChecker and test in base.antialias