aboutsummaryrefslogtreecommitdiffstats
path: root/src/monitor.py
Commit message (Expand)AuthorAgeFilesLines
* Restore test on statistic enabled (mga#25417)Papoteur2020-05-311-3/+11
* Add checking of present protocols, to avoid exception.Papoteur2020-05-311-0/+7
* Improve formatting to avoid resizing of the windowsPapoteur2020-05-311-5/+5
* Fix displaying Connection time (hours and minutes were always zero)Papoteur2020-05-281-2/+2
* Revert previous commit : the app would not start anymore0.26zezinho422020-05-241-1/+1
* Add IPV6 connectionszezinho422020-05-241-2/+12
* show IPv6 connectionszezinho422020-05-241-0/+28
* Fix displaying Connection time (hours and minutes were always zero)Papoteur2019-09-081-1/+1
* do not unset IP if we can't retrieve the MAC oneThierry Vignaud2015-09-291-1/+1
* fix "ord() expected string of length 1, but int found"Thierry Vignaud2015-09-291-1/+1
* fix "argument for 's' must be a bytes object"Thierry Vignaud2015-09-291-2/+2
* Adapt import for Python 3Papoteur2015-09-131-1/+1
* Adapt wifi interface monitoring to bytes.Papoteur2015-09-131-4/+4
* Manual adaptations for Python 3Papoteur2015-09-121-2/+2
* Applying 2to3-3.4 conversion.Papoteur2015-09-021-1/+1
* fix treating UTF-8 strings as ascii (mga#12047)Thierry Vignaud2014-02-101-1/+1
* silent a warning when there's no wireless deviceThierry Vignaud2014-02-101-0/+3
* Fix my mistakes with Python i18nYuri Chornoivan2013-10-071-1/+1
* Add argument markers as requested by Gettext Python standard, update translat...Yuri Chornoivan2013-10-071-1/+1
* improved check for network accountingEugeni Dodonov2011-01-161-1/+1
* move check_network_accounting to monitor.pyEugeni Dodonov2011-01-161-0/+8
* i18nEugeni Dodonov2011-01-161-0/+7
* Properly detect when device dissapears (#57108)Eugeni Dodonov2010-06-141-1/+3
* Check net_monitor.log file permissions for readability (#59777)Eugeni Dodonov2010-06-141-1/+1
* use unsigned ints for ip addressesEugeni Dodonov2010-06-051-3/+3
* parse connection statusesEugeni Dodonov2010-06-051-1/+42
* do not output lots and lots of messagesEugeni Dodonov2010-06-051-3/+4
* do not crash with invalid native valuesEugeni Dodonov2010-06-051-1/+12
* add support for reading connection statusEugeni Dodonov2010-06-051-0/+26
* properly detect routes on x86_64 systemsEugeni Dodonov2010-05-251-1/+1
* properly present uptimeEugeni Dodonov2010-03-101-1/+1
* properly calculate uptime (duh..)Eugeni Dodonov2010-03-051-3/+3
* implement connection uptime monitoringEugeni Dodonov2010-03-011-0/+70
* added missing commentsEugeni Dodonov2010-03-011-0/+3
* stupid typoEugeni Dodonov2010-03-011-1/+1
* properly close open file descriptorsEugeni Dodonov2009-10-131-9/+12
* properly format traffic numbersEugeni Dodonov2009-10-131-2/+19
* displaying global system info (gw, dns, ...).Eugeni Dodonov2009-09-301-3/+46
* monitoring wireless signal tooEugeni Dodonov2009-09-291-6/+20
* Working out-of-the-box.Eugeni Dodonov2009-09-291-0/+153