aboutsummaryrefslogtreecommitdiffstats
path: root/src/monitor.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | MAC adress was no more fetched since switching to python3
* fix "argument for 's' must be a bytes object"Thierry Vignaud2015-09-291-2/+2
| | | | IP adress was no more fetched since switching to python3
* 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
| | | | | bug present since commit 94d93f98fa69fcca2b9743bdf43429f22b528a70 gtk+ only handle Unicode strings (since gtk+2)
* 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 ↵Yuri Chornoivan2013-10-071-1/+1
| | | | translation catalog
* 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
| | | | reduced code duplication
* monitoring wireless signal tooEugeni Dodonov2009-09-291-6/+20
|
* Working out-of-the-box.Eugeni Dodonov2009-09-291-0/+153
Drawing two entries side-by-side in detailed info.