Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_htop
/
cf306ff86e44361d8cf3aaaec568b20fb8bbfa3d
/
ProcessList.c
cf306ff
Implement sorting in tree mode
by Maxim Zhiburt
· 5 years ago
e33d4d9
Include merge status with column title when enabled
by Narendran Gopalakrishnan
· 5 years ago
09fe94d
Improving Command display/sort
by Narendran Gopalakrishnan
· 5 years ago
4fb82e3
fix indent
by Christian Göttsche
· 5 years ago
8f2d129
Apply patch from BenBE as per https://github.com/htop-dev/htop/pull/241#issuecomment-720081138
by Daniel Lange
· 5 years ago
0951090
Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processes
by Daniel Lange
· 5 years ago
9131732
Mark ProcessList_keyAt argument const
by Christian Göttsche
· 5 years ago
4586951
Embracing branches
by Benny Baumann
· 5 years ago
61e14d4
Spacing around operators
by Benny Baumann
· 5 years ago
a83f515
Address items from review
by Adam Saponara
· 5 years ago
dde71c6
Highlight new and old processes (#74)
by Adam Saponara
· 5 years ago
a3bb7cb
Hold only a const version of Settings in ProcessList
by Christian Göttsche
· 5 years ago
96e2a42
Continue to update generic data in paused mode
by Christian Göttsche
· 5 years ago
0f52629
Make all required includes explicit
by Benny Baumann
· 6 years ago
872e542
Rename StringUtils.[ch] to XUtils.[ch]
by Benny Baumann
· 5 years ago
e9246ab
Misc Vector updates
by Christian Göttsche
· 5 years ago
08d85e6
Mark Object classes and Object class fields const
by Christian Göttsche
· 6 years ago
079c2ab
Update License consistently to GPLv2 as per COPYING file
by Daniel Lange
· 5 years ago
4597332
Switch variable/field naming from WhiteList to MatchList
by Nathan Scott
· 6 years ago
a1a027b
Axe automated header generation.
by Zev Weiss
· 6 years ago
728b04b
Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwesarg-ci-hwloc-job
by Nathan Scott
· 6 years ago
dd33444
Clean up existing whitespace
by Daniel Flanagan
· 6 years ago
0dbedf9
Collapse current subtree pressing Backspace
by Hisham Muhammad
· 8 years ago
b34d76c
Fix: infinite loop in tree view on macOS
by Wataru Ashihara
· 8 years ago
e3f65c8
Make 'c' key work with threads as well.
by Hisham Muhammad
· 9 years ago
b9934ff
minor style tweak
by Hisham Muhammad
· 9 years ago
584a9bc
Find roots when constructing process tree, fix #587
by wangqr
· 9 years ago
84a69b1
Release resource when using hwloc
by Hisham
· 10 years ago
c183094
Pre-reset 'show' for process.
by Hisham Muhammad
· 10 years ago
474d26c
Portable affinity using hwloc
by Hisham
· 10 years ago
0507cd3
Merge pull request #43 from ErkiDerLoony/master
by Hisham Muhammad
· 11 years ago
ea18a50
Merge pull request #134 from jeffgarrett/pid-selection
by Hisham Muhammad
· 11 years ago
5e602f1
Rename String to StringUtils.
by David Hunt
· 11 years ago
b291fba
Fixes to use platform-specific compare routines.
by Hisham Muhammad
· 11 years ago
b1f934c
Visual tweaks: change color when following, add Broken Gray theme.
by Hisham Muhammad
· 11 years ago
d880def
Merge branch 'master' into wip
by Hisham Muhammad
· 11 years ago
272e2d9
Major advances in FreeBSD port.
by Hisham Muhammad
· 11 years ago
adbfe3c
Get FreeBSD tree to compile again with latest changes.
by Hisham Muhammad
· 11 years ago
e3fe396
Move more Linux-specific code into Linux subdir.
by Hisham Muhammad
· 11 years ago
6f868b0
Fix allocation of processes. Closes #166.
by Hisham Muhammad
· 11 years ago
3383d8e
Sorry about the mega-patch.
by Hisham Muhammad
· 11 years ago
cda6bdd
Add ProcessList_delete to the variable interface.
by Hisham Muhammad
· 11 years ago
aaaaf06
Builds on Linux again!
by Hisham Muhammad
· 11 years ago
eb229d9
Changes for supporting separate platform subdirectories.
by Hisham Muhammad
· 11 years ago
9faf493
Refactored key handlers.
by Hisham Muhammad
· 11 years ago
ab0bceb
Interpret command line PIDs as PIDs, not TIDs
by Jeff Garrett
· 11 years ago
730ab0c
pass processlist flags to readOpenVZData (fixes build error)
by yar
· 12 years ago
f54a37b
Update values for fields whose columns may appear later. Fixes #80.
by Hisham Muhammad
· 12 years ago
e0209da
Support pagefaults stats. Closes #45.
by Hisham Muhammad
· 12 years ago
34b89a9
Add sanity checks.
by Hisham Muhammad
· 12 years ago
28d4cad
xread may return -1.
by Hisham Muhammad
· 12 years ago
f677843
Restrict size of inputs on sscanf reads.
by Hisham Muhammad
· 12 years ago
3fbd1ef
check return of topoErr
by Hisham Muhammad
· 12 years ago
5b30280
shorten scope of variables.
by Hisham Muhammad
· 12 years ago
4027e5e
goto considered harmful and confuses cppcheck.
by Hisham Muhammad
· 12 years ago
99bc237
Fix resource leak detected by cppcheck
by Hisham Muhammad
· 12 years ago
4716a98
Fix logic for skipping non-numeric directories. Closes #42.
by Hisham Muhammad
· 12 years ago
c8be370
Fix tree view if userland threads are hidden.
by Edgar Kalkowski
· 12 years ago
cb297af
Fix invalid access when highlighting basename of threads.
by Hisham Muhammad
· 12 years ago
f2a190b
New logic for highlighting basenames with spaces
by Hisham Muhammad
· 12 years ago
6d90e58
alignment improvements
by Hisham Muhammad
· 12 years ago
da236ca
Added additional column to monitor OOM killer score of each process
by Leigh Simpson
· 12 years ago
76a715e
Fix order of calloc arguments. (Patch by Dawid Gajownik)
by Hisham Muhammad
· 12 years ago
8ace29c
Make CPU meter optionally account guest time in its percentages
by Hisham Muhammad
· 12 years ago
af285d1
Fixes in accounting of guest time when using virtualization
by Hisham Muhammad
· 12 years ago
6cfa9e0
Performance improvements due to conditional parsing of IO data depending on selected fields.
by Hisham Muhammad
· 13 years ago
322ba27
Performance improvements (thanks to Jann Horn)
by Hisham Muhammad
· 13 years ago
00b324b
Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
by Hisham Muhammad
· 13 years ago
2a73405
search and filter for the strace and lsof screens!
by Hisham Muhammad
· 13 years ago
f44a8f2
Option to update process names on every refresh (thanks to Rob Hoelz)
by Hisham Muhammad
· 13 years ago
1b21827
Fail gracefully when /proc is not mounted (thanks to Philipp Hagemeister)
by Hisham Muhammad
· 13 years ago
47e881f
Add IO priority support ('i' key)
by Hisham Muhammad
· 14 years ago
e6c6d7f
Add -p flag, contributed by Rob Hoelz
by Hisham Muhammad
· 14 years ago
90d5675
Fix CPU percentage. Patch 3522180 for bug 3516978, by Richard.
by Hisham Muhammad
· 14 years ago
05a78c8
Auto-follow process when selecting which signal to use when killing a process.
by Hisham Muhammad
· 14 years ago
1a604a0
BUGFIX: behavior of 'F' (follow) key was broken, also affecting the
by Hisham Muhammad
· 14 years ago
45f7a4f
Remove old memory debugging routines. We have Valgrind nowadays.
by Hisham Muhammad
· 14 years ago
84281bd
major header cleanup
by Hisham Muhammad
· 14 years ago
81e4431
Use strdup explicitly
by Hisham Muhammad
· 14 years ago
bfd86a6
Keep panel structure up-to-date as process list changes when headers are updated during the screen manager. Hopefully closes #3444533.
by Hisham Muhammad
· 14 years ago
bc87a8f
Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an external libhwloc.
by Hisham Muhammad
· 14 years ago
7ca1081
Mega-commit with features and tweaks for 1.0:
by Hisham Muhammad
· 14 years ago
ca6b923
Support for UTF-8 tree drawing (thanks to Bin Guo)
by Hisham Muhammad
· 14 years ago
d1b1cbc
cleanups and fixes, thanks to cppcheck and gcc -Wextra
by Hisham Muhammad
· 14 years ago
ec17b70
Convert affinity control from the deprecated PLPA to HWLOC
by Hisham Muhammad
· 15 years ago
f7fe4b4
Fix off-by-one error in PROCESSOR display
by Hisham Muhammad
· 15 years ago
27b470e
Don't simply trust that string splits were successful...
by Hisham Muhammad
· 15 years ago
9599e56
larger numbers
by Hisham Muhammad
· 15 years ago
219bb9c
handle large values for process time
by Hisham Muhammad
· 15 years ago
a9c0ea3
* Option for counting CPUs from zero
by Hisham Muhammad
· 15 years ago
8bdec71
show names of zombie processes properly
by Hisham Muhammad
· 15 years ago
72dbb72
All processes where showing as belonging to 'root'. Fixed.
by Hisham Muhammad
· 15 years ago
5effb12
Fix behavior of expand/collapse-tree. Thanks Rob for the heads up!
by Hisham Muhammad
· 15 years ago
941ad72
correct thread detection
by Hisham Muhammad
· 15 years ago
831538b
Split process and thread counts in tasks meter
by Hisham Muhammad
· 15 years ago
d8e1480
Remove arbitrary limit from rich strings
by Hisham Muhammad
· 15 years ago
10f007e
Fix for systems where there's no /proc/PID/task/PID/. Closes #2789634.
by Hisham Muhammad
· 15 years ago
45de569
no need to pad values; provide a default on machines without cgroup
by Hisham Muhammad
· 15 years ago
84ed4c0
Support for cgroups (thanks to Guillaume Zitta and Daniel Lezcano)
by Hisham Muhammad
· 15 years ago
6486229
add support for steal/guest CPU time measurement
by Hisham Muhammad
· 16 years ago
Next »