Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_htop
/
9a78155e17b2c87259cd46bfad5e3358ef2c44ee
/
Process.c
9a78155
Properly brace macro arguments
by Benny Baumann
· 4 years, 11 months ago
aa8552b
Move PROC_COMM/PROC_EXE column handling to global Process implementation
by Benny Baumann
· 5 years ago
a61a2e6
Call makeCommandStr on all platforms
by Benny Baumann
· 5 years ago
bcb18ef
Move Process_makeCommandStr to global Process implementation
by Benny Baumann
· 5 years ago
c0d0202
Move LinuxProcess_getCommandStr to Process_getCommandStr
by Benny Baumann
· 5 years ago
cdb660a
Move mergeCommand to global process struct
by Benny Baumann
· 5 years ago
94a52cb
Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the fields purpose
by Benny Baumann
· 5 years ago
b839987
Rename basenameOffset to cmdlineBasenameOffset
by Benny Baumann
· 5 years ago
d74e8b7
Move procComm and procExe to main Process structure
by Benny Baumann
· 5 years ago
02431c4
Rename command line field from comm to cmdline
by Benny Baumann
· 5 years ago
1b74dfe
cleaned up includes with iwyu
by mayurdahibhate
· 5 years ago
b41e4d9
Rework process field print functions
by Christian Göttsche
· 5 years ago
a2be57d
Process: print default buffer in ascii
by Christian Göttsche
· 5 years ago
615fc93
Add assert for unreachable switch case
by Christian Göttsche
· 5 years ago
9a82215
Rework TTY column
by Christian Göttsche
· 5 years ago
36880cd
Add read-only option
by Christian Göttsche
· 5 years ago
f3d9eca
Convert process time to days if applicable
by David Zarzycki
· 5 years ago
356488a
Request the realtime and monotonic clock times once per sample
by Nathan Scott
· 5 years ago
1e806f9
RichString: do not unnecessarily clean whole buffer
by Christian Göttsche
· 5 years ago
3f99c2d
Process: do not access RichString internals
by Christian Göttsche
· 5 years ago
bea7f8e
Process_compare: reorder checks
by Christian Göttsche
· 5 years ago
979aca9
Use uppercase floating point literal suffix
by Christian Göttsche
· 5 years ago
82157f5
Refactor to remove no-op calls
by Benny Baumann
· 5 years ago
fdaa15b
Linux: overhaul io process fields
by Christian Göttsche
· 5 years ago
fee744a
Update generic process field display
by Christian Göttsche
· 5 years ago
d5de1bc
Overhaul sorting of state process column
by Christian Göttsche
· 5 years ago
a3c8285
Refactor to tty_nr process field display
by Christian Göttsche
· 5 years ago
3035e29
Use typedef names instead of raw struct ones
by Christian Göttsche
· 5 years ago
074703b
Implement stable tie-breaker and add more defaultSortDesc fields as per cgzones' suggestions, simplify Process_compare flow from BenBE
by Daniel Lange
· 5 years ago
4531b31
Sort out the mess around column sorting that had accumulated over time
by Daniel Lange
· 5 years ago
08ac22d
RichString: refactor writing limited amount of columns
by Christian Göttsche
· 5 years ago
5fde0e0
RichString_appendChr: add parameter to set attributes
by Christian Göttsche
· 5 years ago
a5db139
Linux: use correct column alignment for wide fields
by Christian Göttsche
· 5 years ago
3bb731c
RichString_setAttrn: refactor to take a length instead of a stop index
by Christian Göttsche
· 5 years ago
e103ec0
Declare for loop variables inside the loop
by Christian Göttsche
· 5 years ago
90ea3ac
Object: return int on comparison
by Christian Göttsche
· 5 years ago
5359eae
Process: use correct column aligning on wide username
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
2327260
Separate tree and list sort orders
by Hisham Muhammad
· 5 years ago
e8c6994
Add "Tree view is always sorted by PID" option to mimic htop 2 behavior
by Hisham Muhammad
· 5 years ago
3d1703f
Invert Process_compare resolution so that superclass matches run first
by Hisham Muhammad
· 5 years ago
27b8d81
ProcessList: save scan time in millisecond
by Christian Göttsche
· 5 years ago
75e9f9a
Cull the definitions of pageSize and pageSizeKB from CRT.c
by Nathan Scott
· 5 years ago
2d231d7
Process: simplify
by Christian Göttsche
· 5 years ago
f6613db
Additional code simplification
by Benny Baumann
· 5 years ago
4c44a70
Fix broken tree display on inverted sort order
by Benny Baumann
· 5 years ago
157086e
Split RichString_(append|appendn|write) into wide and ascii
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
cd305b4
Print G in gigabyte color
by Christian Göttsche
· 5 years ago
7899ae2
Replace more snprintfs, reduce buffer sizes to what is printed
by Daniel Lange
· 5 years ago
0b29e50
Use 'N/A' instead of 'no perm' for more consistency
by Benny Baumann
· 5 years ago
45cb99d
Minor indentation fix
by Benny Baumann
· 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
0951090
Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processes
by Daniel Lange
· 5 years ago
42073ba
Use uid_t type for Process_getuid
by Christian Göttsche
· 5 years ago
397b5c4
Introduce spaceship comparison for Processes
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
b23f823
Whitespace and indentation issues
by Benny Baumann
· 5 years ago
374edb9
Spacing after keywords (if)
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
4eb4439
Hold only a const version of Settings in Process
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
872e542
Rename StringUtils.[ch] to XUtils.[ch]
by Benny Baumann
· 5 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
· 5 years ago
ba282cf
Mark Object instances const
by Christian Göttsche
· 5 years ago
079c2ab
Update License consistently to GPLv2 as per COPYING file
by Daniel Lange
· 5 years ago
ab3171d
Process.{h,c}: Use integer types that are more portable
by Michael Witten
· 6 years ago
18b1e9f
Do not drop qualifier in cast
by Christian Göttsche
· 6 years ago
29ec115
Update IO rate display to use NAN on error
by Benny Baumann
· 6 years ago
e0e5997
Fix minor regression in number highlighting
by Benny Baumann
· 6 years ago
40441dc
Enhance highlighting of semi-large and large numbers
by Benny Baumann
· 6 years ago
9207401
Clean up some code duplication in the header files
by Hugo Musso Gualandi
· 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
a82fd26
Merge branch 'hishamhm-pull-960'
by Nathan Scott
· 6 years ago
dab4144
Merge branch 'hishamhm-pull-872'
by Nathan Scott
· 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
579995c
Merge branch 'hishamhm-pull-842'
by Nathan Scott
· 6 years ago
dd33444
Clean up existing whitespace
by Daniel Flanagan
· 6 years ago
3512971
Fix configure 'major' workaround causing <sys/sysmacros.h> to miss.
by Explorer09
· 7 years ago
90518bf
Return of snprintf is not the number of written bytes
by Hisham Muhammad
· 7 years ago
f49f545
Fix printf() unsigned placeholders
by Alan Barr
· 7 years ago
536941f
Deal with larger numbers in colorNumber and outputRate
by adrien1018
· 7 years ago
f15d55c
Fix numbers larger than 100 terabytes
by adrien1018
· 7 years ago
41754e5
Remove unnecessary HAVE_SYS_SYSMACROS_H check
by Wataru Ashihara
· 7 years ago
b7b4200
Fix printf() unsigned placeholders
by Alan Barr
· 7 years ago
c34be41
Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking alignment
by Daniel Lange
· 7 years ago
0dbedf9
Collapse current subtree pressing Backspace
by Hisham Muhammad
· 8 years ago
c01f40e
Fix build failure ('major' undefined) in glibc 2.28. (#746)
by Kang-Che Sung (宋岡哲)
· 8 years ago
Next »