Hisham Muhammad
5b30280810
shorten scope of variables.
12 years ago
Hisham Muhammad
0a4ddab2a4
Use proper format string for unsigned data.
12 years ago
Hisham Muhammad
2bf8754bc2
Remove useless assignment.
12 years ago
Hisham Muhammad
f5a469b5a8
Use reentrant version to silence warnings.
12 years ago
Hisham Muhammad
4027e5ee44
goto considered harmful and confuses cppcheck.
12 years ago
Hisham Muhammad
2f0a4b3d3a
Test realloc failure to make cppcheck happy
12 years ago
Hisham Muhammad
99bc23771f
Fix resource leak detected by cppcheck
12 years ago
Hisham Muhammad
af02749722
Merge branch 'master' of https://github.com/hishamhm/htop
12 years ago
Hisham Muhammad
4716a9857b
Fix logic for skipping non-numeric directories.
...
Closes #42 .
12 years ago
Hisham Muhammad
1ac517be52
Fix padding in large numbers. (See #40 )
12 years ago
Hisham Muhammad
96858744b5
Avoid "else" trick with #ifdef, hopefully makes code easier to follow.
12 years ago
Hisham Muhammad
5d6ad853fa
Support for very large numbers, now tested on a 64-bit machine.
12 years ago
Hisham Muhammad
127f847ca5
Support really large numbers on 64-bit architectures; first try.
12 years ago
Hisham Muhammad
19b438de10
Improve discoverability of the expand/collapse feature.
...
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).
12 years ago
Hisham Muhammad
af4c412ebf
Better support for Home and End keys
12 years ago
Hisham Muhammad
cb297af848
Fix invalid access when highlighting basename of threads.
12 years ago
Hisham Muhammad
f2e4556b5e
Updated icon!
12 years ago
Hisham Muhammad
1d9e1b0118
Add missing check for return value and be more conservative in constructs to avoid future slips of this kind.
12 years ago
Hisham Muhammad
369bef279a
a nicer look
12 years ago
Hisham Muhammad
c0fc5bf898
alert to Mac users
12 years ago
Hisham Muhammad
f2a190b0e9
New logic for highlighting basenames with spaces
12 years ago
Hisham Muhammad
61bd770689
Merge branch 'master' of https://github.com/hishamhm/htop
12 years ago
Hisham Muhammad
6d90e58c01
alignment improvements
12 years ago
Hisham Muhammad
88ca9dcfa0
Update README
12 years ago
Hisham Muhammad
953ec71235
Add README.md for Github
12 years ago
Hisham Muhammad
817e292ac9
Update README file
12 years ago
Hisham Muhammad
11b251a577
Update changelog
12 years ago
Hisham Muhammad
96b57ea812
Merge pull request #10 from simpleigh/master
...
Added additional column to monitor OOM killer score of each process
12 years ago
Leigh Simpson
da236ca318
Added additional column to monitor OOM killer score of each process
12 years ago
Hisham Muhammad
558b001e2b
Merge pull request #6 from zed-0xff/patch-1
...
fix column shift on wrong megabytes format
12 years ago
Hisham Muhammad
6fcceeff04
Merge pull request #4 from robberos/master
...
Possible to regenerate headers outside of srcdir
12 years ago
zed_0xff
7afda7f5a1
fix column shift on wrong megabytes format
...
see http://0xff.me/htop_bug.png
12 years ago
Robert Rosengren
5aac1733a6
Possible to regenerate headers outside of srcdir
12 years ago
Hisham Muhammad
76a715ee8c
Fix order of calloc arguments.
...
(Patch by Dawid Gajownik)
12 years ago
Hisham Muhammad
c1e0f6e17c
BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
...
See https://bugzilla.redhat.com/show_bug.cgi?id=987805 for details.
(thanks to Dawid Gajownik for the detailed analysis!)
12 years ago
Hisham Muhammad
4256c23d84
Refactor the drawing of the help screen
12 years ago
Hisham Muhammad
1c0e93c1bd
First new feature of the git era! "c" key tags all children of a process.
12 years ago
Hisham Muhammad
cd692f27f4
There was a bug in my implementaion. No reason not to use the glibc version.
12 years ago
Hisham Muhammad
7fd5e80429
New home, new life!
12 years ago
Hisham Muhammad
8ace29c267
Make CPU meter optionally account guest time in its percentages
12 years ago
Hisham Muhammad
af285d1d3b
Fixes in accounting of guest time when using virtualization
...
(thanks to Patrick Marlier)
12 years ago
Hisham Muhammad
6cfa9e0bf2
Performance improvements due to conditional parsing of IO data depending on selected fields.
...
On my machine, this gives a ~20% improvement in htop process time use with the default config.
13 years ago
Hisham Muhammad
5c2d84aba3
Apply patch fixing typos, and catch another one. Closes #3613760 .
13 years ago
Hisham Muhammad
322ba274ea
Performance improvements
...
(thanks to Jann Horn)
13 years ago
Hisham Muhammad
ee5dc46fee
Don't end up killing init if process selected to be killed terminates before the user selects a signal. Closes #3606072 .
13 years ago
Hisham Muhammad
a0810561f3
Add extra checks in configure.ac for different locations of (n)curses.h
13 years ago
Hisham Muhammad
43a7231615
Remove explicit calls to curses.h in other files
13 years ago
Hisham Muhammad
8d5dd51cf2
Fix crash when pressing 'u'. Thanks to Quentin Carbonneaux.
13 years ago
Hisham Muhammad
00b324bfc1
Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
13 years ago
Hisham Muhammad
2a73405cd0
search and filter for the strace and lsof screens!
14 years ago