summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* data.py get_cmdline: use errors=replace for unicode errorsHEADmasterDominique Martinet2023-04-031-1/+1
* Update manual page modification datePaul Wise2022-03-081-1/+1
* Promote the packages of both of the Python/C iotop implementationsPaul Wise2022-02-011-0/+5
* Promote the new iotop implementation that is written in CPaul Wise2022-02-011-0/+6
* Automatically hide the SWAPIN/IO columns when they are unavailablePaul Wise2022-02-011-7/+24
* Update URLs for redirects and other location changesPaul Wise2022-02-013-4/+3
* Document the new #iotop channel on the libera.chat IRC network.Paul Wise2021-10-081-0/+2
* Workaround crashes due to non-UTF-8 characters in process command-linesYanichkin Alexander2021-10-081-1/+1
* Detect the kernel.task_delayacct sysctl valuePaul Wise2021-10-022-3/+19
* Document the new kernel.task_delayacct sysctl requirement in Linux 5.14Paul Wise2021-10-014-4/+8
* Handle errors setting up curses by printing the errorPaul Wise2021-09-221-0/+3
* Add a _ioprio C extension module for exporting SYS_ioprio_* syscall numbersPaul Wise2021-05-133-3/+66
* Fix possessive form for "process" in the manual pagePaul Wise2020-01-081-1/+1
* Fix indefinite article to be "an x86_64 kernel" instead of "a x86_64 kernel"Paul Wise2020-01-081-1/+1
* Actually skip invalid lines in /proc/*/statusPaul Wise2018-05-251-1/+1
* Ignore invalid lines in /proc/*/status filesPaul Wise2018-05-251-1/+7
* Fix crash due to syntax errorPaul Jaros2018-05-241-1/+1
* Improve the message that is printed when Linux taskstats are not foundPaul Wise2018-05-031-0/+9
* Switch from python to python3Paul Wise2018-04-295-5/+5
* Add ioprio_* syscall numbers for mipsJames Cowgill2017-06-171-0/+4
* Support Python versions and platforms with no time.monotonic() functionPaul Wise2017-05-042-0/+23
* Use monotonic time to calculate durationsPaul Wise2017-05-042-4/+4
* Fix typo: alignementPaul Wise2017-02-261-1/+1
* Add a footer listing keyboard shortcutsPaul Wise2016-08-042-5/+64
* Check the column title is not empty before using itPaul Wise2016-08-041-1/+2
* Hide UI elements on smaller terminalsPaul Wise2016-08-041-13/+27
* Print the titles at specific locationsPaul Wise2016-08-041-1/+3
* Correct the location of the status messagePaul Wise2016-08-041-2/+2
* Correct the alignment of the headerPaul Wise2016-08-041-1/+1
* Strip obsolete comment from the manual pagePaul Wise2016-07-281-1/+0
* Add the full fingerprint for the release signing keyPaul Wise2016-07-281-1/+2
* Only split /proc/*/status lines on the : character.Paul Wise2016-07-281-1/+1
* Use long command-line options instead of short onesPaul Wise2016-07-281-2/+2
* Also ignore the dist/ directory, which is created by `setup.py sdist`Paul Wise2016-07-281-0/+1
* Refer to Python using the correct capitalisationPaul Wise2016-07-282-4/+4
* Use ./* instead of * for globsPaul Wise2016-07-281-1/+1
* Switch URLs from http to httpsPaul Wise2016-07-283-3/+3
* Convert .install-rpm.sh from a Bash script to a POSIX shell scriptPaul Wise2016-07-281-1/+1
* Fix build error with Python 3 caused by itervalues() in setup.pyChristophe Vu-Brugier2014-10-181-1/+1
* Fix two typosPaul Wise2014-05-141-2/+2
* Fix terminology, replace 'actual' by 'current'.Paul Wise2014-04-204-11/+11
* Be specific about which exceptions are being caught.Paul Wise2013-06-072-2/+2
* Make pep8 happy.Guillaume Chazarain2013-05-277-86/+169
* Document signatureiotop-0.6Guillaume Chazarain2013-05-271-0/+1
* GPG sign all released filesGuillaume Chazarain2013-05-271-0/+1
* Version bump.Guillaume Chazarain2013-05-262-1/+8
* Clean exit also on SIGTERM otherwise the terminal is unusable.Guillaume Chazarain2013-05-261-1/+4
* Python3 can print UTF-8 to curses, python2 can't so let's handle both.Guillaume Chazarain2013-05-261-1/+8
* Cleanly exit on SIGINT otherwise python3 will leave the terminal in anGuillaume Chazarain2013-05-261-0/+2
* No need to make the RPM install script move bin/ to sbin/ now that setup.pyGuillaume Chazarain2013-05-261-6/+0