Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_htop
/
f4404effa45ce378a8a72f2fff9641c7d7a0cc6f
/
Process.h
d924099
Process: drop commLen
by Christian Göttsche
· 5 years ago
a5db139
Linux: use correct column alignment for wide fields
by Christian Göttsche
· 5 years ago
90ea3ac
Object: return int on comparison
by Christian Göttsche
· 5 years ago
9f68c8d
Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns
by Christian Göttsche
· 5 years ago
89473cc
Rework enum ProcessField
by Christian Göttsche
· 5 years ago
77db240
Split boilerplate and platform-independent field comparison
by Benny Baumann
· 5 years ago
3d1703f
Invert Process_compare resolution so that superclass matches run first
by Hisham Muhammad
· 5 years ago
0cb2575
Move macro definitions close to usage
by Christian Göttsche
· 5 years ago
1193c6e
Use common naming for bare enum types
by Christian Göttsche
· 5 years ago
77ec86a
Use size_t as type for buffer length in Process
by Christian Göttsche
· 5 years ago
7ba25aa
IWYU update
by Christian Göttsche
· 5 years ago
cf306ff
Implement sorting in tree mode
by Maxim Zhiburt
· 5 years ago
7f18b35
Calculate library size (M_LRS column) from maps file
by Fynn Wulf
· 5 years ago
748f3eb
Fix crash when getCommandStr not overloaded for a platform process
by Christian Göttsche
· 5 years ago
be60419
Cleanup some documentation
by Narendran Gopalakrishnan
· 5 years ago
09fe94d
Improving Command display/sort
by Narendran Gopalakrishnan
· 5 years ago
fa002c0
Rename virtual memory column from M_SIZE to M_VIRT
by Christian Göttsche
· 5 years ago
7cf5277
IWYU update (Linux)
by Christian Göttsche
· 5 years ago
15eab20
Add process column for normalized CPU usage
by Christian Göttsche
· 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
887dfde
Implement Process_getParentPid and Process_isChildOf as functions
by Christian Göttsche
· 5 years ago
4eb4439
Hold only a const version of Settings in Process
by Christian Göttsche
· 5 years ago
11bf7be
Mark user field of Process const
by Christian Göttsche
· 5 years ago
8a08a32
IWYU update
by Christian Göttsche
· 5 years ago
3618774
Cache PAGE_SIZE
by Christian Göttsche
· 5 years ago
0f52629
Make all required includes explicit
by Benny Baumann
· 6 years ago
a63cfc8
Refactor generating starttime string into Process class
by Christian Göttsche
· 5 years ago
79ad39c
Mark Object pointer to _display function const
by Christian Göttsche
· 6 years ago
41eea8a
Mark process argument of Process_isThread const
by Christian Göttsche
· 6 years ago
ba282cf
Mark Object instances const
by Christian Göttsche
· 6 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
· 6 years ago
72613a3
Merge branch '0000/int-sizes/00' of https://github.com/mfwitten/htop into mfwitten-0000/int-sizes/00
by Nathan Scott
· 6 years ago
ab3171d
Process.{h,c}: Use integer types that are more portable
by Michael Witten
· 6 years ago
e1c9687
Sort headers/includes
by Benny Baumann
· 6 years ago
241e4b3
Drop redundant declarations
by Christian Göttsche
· 6 years ago
d2b3a7a
Drop dead process fields
by Christian Göttsche
· 6 years ago
c3952e7
Use strict function prototypes
by Christian Göttsche
· 6 years ago
9207401
Clean up some code duplication in the header files
by Hugo Musso Gualandi
· 6 years ago
7b7822b
Remove superfluous 'extern's from function declarations.
by Zev Weiss
· 6 years ago
a1a027b
Axe automated header generation.
by Zev Weiss
· 6 years ago
11f558f
Avoid discarding const qualifiers
by Christian Göttsche
· 6 years ago
45ae619
Merge branch 'hishamhm-pull-866'
by Nathan Scott
· 6 years ago
500fb28
Resolve compiler warnings and errors relating to the Arg union
by Nathan Scott
· 6 years ago
00d333c
Merge branch 'hishamhm-pull-869'
by Nathan Scott
· 6 years ago
7ac1c70
Re-generate all headers with latest scripts/MakeHeader.py
by Nathan Scott
· 6 years ago
536941f
Deal with larger numbers in colorNumber and outputRate
by adrien1018
· 7 years ago
41754e5
Remove unnecessary HAVE_SYS_SYSMACROS_H check
by Wataru Ashihara
· 7 years ago
0dbedf9
Collapse current subtree pressing Backspace
by Hisham Muhammad
· 8 years ago
ccd156f
Updates to generated header files
by Hisham Muhammad
· 8 years ago
8c65321
Replace size_t with int/void* union
by Hisham Muhammad
· 8 years ago
87be623
Add support for Linux TASK_IDLE
by Vladimir Panteleev
· 8 years ago
e3f65c8
Make 'c' key work with threads as well.
by Hisham Muhammad
· 9 years ago
7ededce
Silence cast warning.
by Hisham
· 10 years ago
1cfcc42
Reuse comm object if possible, avoid useless repetitions of free+strdup.
by Hisham
· 10 years ago
802e216
Extend buffer for reading lines from /proc.
by Hisham Muhammad
· 10 years ago
ffacac1
Remove duplicate declaration.
by Jardel Weyrich
· 11 years ago
9428010
Make column width calculation dynamic.
by Hisham Muhammad
· 11 years ago
a8e1c1c
added missing defines for android
by sherpya
· 11 years ago
d880def
Merge branch 'master' into wip
by Hisham Muhammad
· 11 years ago
4c24a9b
Fixes to subclassing Process.
by Hisham Muhammad
· 11 years ago
b1b3f57
Tempus fugit.
by Hisham Muhammad
· 11 years ago
1e0c530
Tempus fugit.
by Hisham Muhammad
· 11 years ago
272e2d9
Major advances in FreeBSD port.
by Hisham Muhammad
· 11 years ago
be1700c
Isolate portable and Linux-specific process fields.
by Hisham Muhammad
· 11 years ago
e3fe396
Move more Linux-specific code into Linux subdir.
by Hisham Muhammad
· 11 years ago
0a184b7
Merge fixes
by Hisham Muhammad
· 11 years ago
9780c31
Fix allocation of processes. Closes #166.
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
b4f6b11
Move "get max pid" code into platform specific area.
by Hisham Muhammad
· 11 years ago
eb229d9
Changes for supporting separate platform subdirectories.
by Hisham Muhammad
· 11 years ago
78d09f9
Compare with long, for 64-bit systems
by Hisham Muhammad
· 12 years ago
e0209da
Support pagefaults stats. Closes #45.
by Hisham Muhammad
· 12 years ago
5d6ad85
Support for very large numbers, now tested on a 64-bit machine.
by Hisham Muhammad
· 12 years ago
127f847
Support really large numbers on 64-bit architectures; first try.
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
6cfa9e0
Performance improvements due to conditional parsing of IO data depending on selected fields.
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
47e881f
Add IO priority support ('i' key)
by Hisham Muhammad
· 14 years ago
84281bd
major header cleanup
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
75080ce
Use wider PID columns in 64-bit machines with larger pid_max values.
by Hisham Muhammad
· 15 years ago
ec17b70
Convert affinity control from the deprecated PLPA to HWLOC
by Hisham Muhammad
· 15 years ago
300caa0
Tempus fugit.
by Hisham Muhammad
· 15 years ago
219bb9c
handle large values for process time
by Hisham Muhammad
· 15 years ago
d8e1480
Remove arbitrary limit from rich strings
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
6486229
add support for steal/guest CPU time measurement
by Hisham Muhammad
· 16 years ago
9eb9121
expand/collapse tree
by Hisham Muhammad
· 16 years ago
dc262f4
STARTTIME column
by Hisham Muhammad
· 16 years ago
a600d5a
Tempus fugit.
by Hisham Muhammad
· 16 years ago
02a30bf
warning fixes
by Hisham Muhammad
· 16 years ago
ef31893
minor tweak
by Hisham Muhammad
· 16 years ago
3b950e4
BSD related fixes:
by Hisham Muhammad
· 17 years ago
b93e5c0
Rename VEID to CTID in OpenVZ systems (thanks to Thorsten Schifferdecker)
by Hisham Muhammad
· 17 years ago
Next »