summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Preparing release 1.0.3.1.0.3Hisham Muhammad2014-04-241-1/+1
|
* More sanity checks.Hisham Muhammad2014-04-241-2/+3
|
* Improve function prototype, helping analysis.Hisham Muhammad2014-04-241-1/+1
|
* Add corresponding .h file.Hisham Muhammad2014-04-241-1/+1
|
* Fix out-of-bounds write.Hisham Muhammad2014-04-241-1/+1
|
* Make static analyzers happy.Hisham Muhammad2014-04-241-8/+8
|
* Oops, fix use of memset.Hisham Muhammad2014-04-241-1/+1
|
* Fix array limit.Hisham Muhammad2014-04-241-3/+4
|
* Support pagefaults stats. Closes #45.Hisham Muhammad2014-04-244-7/+16
|
* Fix resource leak.Hisham Muhammad2014-04-241-1/+1
|
* change swap to M for consistency. Closes #63.Hisham Muhammad2014-04-241-6/+2
|
* Update changelog items.Hisham Muhammad2014-04-241-0/+2
|
* Boost field buffer size - crashes when trying to draw very deep UTF-8 treesHisham Muhammad2014-04-241-1/+1
| | | | | Test by nesting 30 shells Patch from ArchLinux. Closes #65.
* Better consistency in coloring. Closes #66.Hisham Muhammad2014-04-241-41/+59
| | | | For now rates won't be colored gray when zero; I'll think about that.
* Make blue text more readable. Closes #55.Hisham Muhammad2014-04-245-6/+22
|
* Both IO_PRIO and IO_RATE had the same column heading. Closes #61.Hisham Muhammad2014-04-241-1/+1
|
* Report as an exit function.Hisham Muhammad2014-04-241-0/+2
|
* Report this as an exit function.Hisham Muhammad2014-04-241-0/+2
|
* Let's see if this assert makes static analyzers happier.Hisham Muhammad2014-04-241-0/+1
|
* Remove useless test.Hisham Muhammad2014-04-241-2/+1
|
* Add sanity checks.Hisham Muhammad2014-04-241-2/+3
|
* safer code, check result of lstatHisham Muhammad2014-04-221-3/+5
|
* safer code, test for return of fcntlHisham Muhammad2014-04-221-3/+5
|
* xread may return -1.Hisham Muhammad2014-04-221-1/+1
|
* Add .h file ref previous commitHisham Muhammad2014-04-221-3/+7
|
* Fix display of open files.Hisham Muhammad2014-04-221-21/+26
| | | | Cleanup the code to prevent this bug from happening again.
* Fix compiler complaints.Hisham Muhammad2014-04-221-1/+2
|
* Refactor and fix resource leaks.Hisham Muhammad2014-04-221-127/+119
|
* Remove use of usleep, which is sadly obsolete.Hisham Muhammad2014-04-211-1/+11
|
* Restrict size of read.Hisham Muhammad2014-04-211-1/+1
|
* Restrict size of inputs on sscanf reads.Hisham Muhammad2014-04-211-13/+13
|
* check return of topoErrHisham Muhammad2014-04-211-0/+2
|
* avoid strtok and reduce scope of variables.Hisham Muhammad2014-04-211-8/+8
|
* shorten scope of variable.Hisham Muhammad2014-04-211-3/+1
|
* shorten scope of variables.Hisham Muhammad2014-04-211-1/+2
|
* Use proper format string for unsigned data.Hisham Muhammad2014-04-211-3/+3
|
* Remove useless assignment.Hisham Muhammad2014-04-211-1/+1
|
* Use reentrant version to silence warnings.Hisham Muhammad2014-04-211-1/+2
|
* goto considered harmful and confuses cppcheck.Hisham Muhammad2014-04-211-10/+10
|
* Test realloc failure to make cppcheck happyHisham Muhammad2014-04-211-2/+11
|
* Fix resource leak detected by cppcheckHisham Muhammad2014-04-211-7/+6
|
* Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad2014-04-111-2/+2
|\
| * Fix padding in large numbers. (See #40)Hisham Muhammad2014-04-101-2/+2
| |
* | Fix logic for skipping non-numeric directories.Hisham Muhammad2014-04-111-1/+2
|/ | | | Closes #42.
* Avoid "else" trick with #ifdef, hopefully makes code easier to follow.Hisham Muhammad2014-04-091-7/+11
|
* Support for very large numbers, now tested on a 64-bit machine.Hisham Muhammad2014-04-092-7/+7
|
* Support really large numbers on 64-bit architectures; first try.Hisham Muhammad2014-04-092-14/+25
|
* Improve discoverability of the expand/collapse feature.Hisham Muhammad2014-04-094-49/+112
| | | | | | | | | | | It is now accessible via F6 when on tree view (as a bonus, it is now also reachable via the mouse). The function bar now dynamically changes to reflect the toggle nature of the tree-view mode (F5) and the F6 key serves as expand/collapse when on tree mode, and its previous behavior of bringing up the "Sort By" menu (which only made sense on non-tree mode). Users wishing to go to the "Sort By" menu straight from Tree View can still do so with the "<" and ">" keys (the top-compatible keys for sort selection).
* Better support for Home and End keysHisham Muhammad2014-04-091-0/+2
|
* Fix invalid access when highlighting basename of threads.Hisham Muhammad2014-04-092-5/+8
|

© 2014-2024 Faster IT GmbH | imprint | privacy policy