- ca656b4 Add dedicated color elements for displaying percent values by WHR · 2 years, 5 months ago
- 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 5 months ago
- e6316e0 Make this pointer of 'Process' object 'writeField' member functions read-only by WHR · 2 years, 6 months ago
- 4ea04b7 Port to Haiku by WHR · 2 years, 6 months ago
- 9378264 Highlight PID of the current htop process by WHR · 2 years, 6 months ago
- 924faa8 Don't compare for equality of floating-point values by WHR · 2 years, 6 months ago
- 269a44f Fix comparing 2 unsigned values never produce negative result by WHR · 2 years, 6 months ago
- 045c1e8 Support highlighting newly created processes by WHR · 2 years, 6 months ago
- 3623528 Remove unused or duplicated includes by WHR · 2 years, 6 months ago
- b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 6 months ago
- 4fa18e4 Make 'sendSignal' a member function of 'Process' object to allow it be overridden by platform-specific code by WHR · 2 years, 6 months ago
- 69b3046 Rename all constants in 'ProcessField' its extensions to avoid identifier pollution by WHR · 2 years, 6 months ago
- 090b0c7 Don't try to show tty device number if it is invalid by WHR · 2 years, 6 months ago
- 3df7d60 Default 'processor' member of 'Process' object to an invalid value by WHR · 2 years, 6 months ago
- 3bbd248 Emphasize that 'm_size' and 'm_resident' in 'Process' object are in pages; calculate 'percent_mem' based on pages; also include 'p_vm_ssize' and 'p_vm_tsize' for process virtual size on OpenBSD by WHR · 2 years, 6 months ago
- 67aea67 Support GNU/Hurd by WHR · 2 years, 6 months ago
- 79831df Use 'unsigned long long int' constant by WHR · 2 years, 6 months ago
- 19e5ec1 Rename 'basenameOffset' member of 'Process' object to 'argv0_length' by WHR · 2 years, 6 months ago
- eae76e7 Consider multi-byte string display width when formatting process name by WHR · 2 years, 6 months ago
- aa36ac5 Support sorting items case-insensitively by WHR · 2 years, 6 months ago
- d849cfb Handle too-large number in function 'Process_colorNumber' by WHR · 2 years, 6 months ago
- 9f13e7b Add HTOP_PROCESS_Z_STATE_COLOR; use bold font for HTOP_PROCESS_R_STATE_COLOR in some color schemes by WHR · 2 years, 6 months ago
- ba8744c Fix OpenBSD processes with 'p_stat == SDEAD' incorrectly mapped to state D; rename process state P to O in OpenBSD-specific code; highlight process state O as same as state R by WHR · 2 years, 6 months ago
- be22ad2 Add a logic to decide where to break process tree loop if exists by WHR · 2 years, 6 months ago
- 740f40f Reorganize members of 'Process' object by WHR · 2 years, 6 months ago
- 6e5b5f4 Always reformat process start time on display by WHR · 2 years, 6 months ago
- 7d35dfd Simplify boolean type toggle in 'Process_toggleTag' by WHR · 2 years, 6 months ago
- 75303f8 Rename enumeration types to remove plural names by WHR · 2 years, 6 months ago
- a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 6 months ago
- 923e459 Remove unnecessary type casts by WHR · 2 years, 6 months ago
- 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 6 months ago
- c8cb119 Fix 'break' without a dedicated line in switch block caused incorrect 'break' statements by WHR · 2 years, 6 months ago
- a511616 Use 6-character space for showing UID values by WHR · 2 years, 6 months ago
- b79587b Get page size once in 'CRT_init' by WHR · 2 years, 7 months ago
- d69474b Correctly detect kernel processes on Linux-based platforms; remove Linux-specific 'flags' member from generic 'Process' object by WHR · 2 years, 7 months ago
- 9374c5f Omit the ending space if the number would taking more than 3 character when showing a nice value by WHR · 2 years, 7 months ago
- 374b7ea Avoid comparing between signed and unsigned integers by WHR · 2 years, 7 months ago
- a671fff Fix potential overflows of printing numbers by WHR · 2 years, 7 months ago
- 20c057b Truncate too long process name when showing it by WHR · 2 years, 7 months ago
- b60e644 Fix tree view broken on OpenBSD 6.1+ with 'hide_high_level_processes' enabled by WHR · 2 years, 7 months ago
- a6edd8c Support showing kernel processes in a different color by WHR · 2 years, 7 months ago
- da227f6 Refactor function Process_isThread into Process_isExtraThreadProcess, which will no longer returning true for kernel process by WHR · 2 years, 7 months ago
- b16adf8 Fix formatting types mismatch for uid_t on Interix by WHR · 2 years, 7 months ago
- 5c00d83 Fix incorrect buffer size for snprintf(3) by WHR · 2 years, 7 months ago
- c3a7860 Show both real and effective user (id) of processes by WHR · 2 years, 7 months ago
- 548788c Add 'NAME' column for AIX process listing by WHR · 2 years, 7 months ago
- 247d747 Fix formatting types mismatch on Solaris by WHR · 2 years, 7 months ago
- 47779e0 Adjust unit prefix names by WHR · 2 years, 7 months ago
- f68572e Add NAME column by WHR · 2 years, 7 months ago
- 90518bf Return of snprintf is not the number of written bytes by Hisham Muhammad · 6 years ago
- f49f545 Fix printf() unsigned placeholders by Alan Barr · 6 years ago
- 0dbedf9 Collapse current subtree pressing Backspace by Hisham Muhammad · 7 years ago
- c01f40e Fix build failure ('major' undefined) in glibc 2.28. (#746) by Kang-Che Sung (宋岡哲) · 7 years ago
- 8c65321 Replace size_t with int/void* union by Hisham Muhammad · 7 years ago
- 87be623 Add support for Linux TASK_IDLE by Vladimir Panteleev · 7 years ago
- e3f65c8 Make 'c' key work with threads as well. by Hisham Muhammad · 7 years ago
- 09e241f Security review: check results of snprintf. by Hisham Muhammad · 7 years ago
- 543d65c Security review: make privilege dropping-restoring optional. by Hisham Muhammad · 7 years ago
- e940aec Add "no perm" status when other fields fail due to lack of permission. by Hisham Muhammad · 7 years ago
- 2b5c1b4 Replace all uses of sprintf with snprintf by Tomasz Kramkowski · 8 years ago
- 8af4d9f Interpret TTY_NR column on Linux, by Hisham · 8 years ago
- 07086fc Fix column misalignment for priority -101 threads by Ivan Kozik · 8 years ago
- 7d5ef24 Let's keep it simple then! by Hisham · 8 years ago
- 52f8144 While we're at it, get rid of another sprintf. by Hisham · 8 years ago
- 7ededce Silence cast warning. by Hisham · 8 years ago
- fa0c637 Silence warnings about seteuid return value. Closes #483. by Hisham · 8 years ago
- fa1b5d1 Fix a small undefined behavior detected by libubsan. by Hisham · 9 years ago
- 797bcd0 Catch invalid IO values due to no permissions. by Hisham · 9 years ago
- f1f805f Support -1 as tpgid by Hisham · 9 years ago
- 1cfcc42 Reuse comm object if possible, avoid useless repetitions of free+strdup. by Hisham · 9 years ago
- ab3a7c2 drop privileges before changing process priority or sending signals by Michael Klein · 9 years ago
- d18e9a4 add some security checks when running SUID root by Michael Klein · 9 years ago
- 9428010 Make column width calculation dynamic. by Hisham Muhammad · 9 years ago
- 5e602f1 Rename String to StringUtils. by David Hunt · 9 years ago
- 293eec4 New setting: "Show program path" by Tobias Geerinckx-Rice · 9 years ago
- a8e1c1c added missing defines for android by sherpya · 10 years ago
- d880def Merge branch 'master' into wip by Hisham Muhammad · 10 years ago
- 4c24a9b Fixes to subclassing Process. by Hisham Muhammad · 10 years ago
- b1b3f57 Tempus fugit. by Hisham Muhammad · 10 years ago
- 1e0c530 Tempus fugit. by Hisham Muhammad · 10 years ago
- 272e2d9 Major advances in FreeBSD port. by Hisham Muhammad · 10 years ago
- be1700c Isolate portable and Linux-specific process fields. by Hisham Muhammad · 10 years ago
- e3fe396 Move more Linux-specific code into Linux subdir. by Hisham Muhammad · 10 years ago
- 0a184b7 Merge fixes by Hisham Muhammad · 10 years ago
- 9780c31 Fix allocation of processes. Closes #166. by Hisham Muhammad · 10 years ago
- 6f868b0 Fix allocation of processes. Closes #166. by Hisham Muhammad · 10 years ago
- 3383d8e Sorry about the mega-patch. by Hisham Muhammad · 10 years ago
- b4f6b11 Move "get max pid" code into platform specific area. by Hisham Muhammad · 10 years ago
- aaaaf06 Builds on Linux again! by Hisham Muhammad · 10 years ago
- eb229d9 Changes for supporting separate platform subdirectories. by Hisham Muhammad · 10 years ago
- b2e94d6 Fixed a wrong attribution. by Valmiky Arquissandas · 10 years ago
- 64e0d94 Added new color for 'D' state. by Valmiky Arquissandas · 10 years ago
- f54a37b Update values for fields whose columns may appear later. Fixes #80. by Hisham Muhammad · 11 years ago
- c3e66b2 Make VPID use PID-width format. Closes #79. by Hisham Muhammad · 11 years ago
- 78d09f9 Compare with long, for 64-bit systems by Hisham Muhammad · 11 years ago
- d7e5020 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 11 years ago
- ea191b5 Fix time-based sorting by Hisham Muhammad · 11 years ago
- e0209da Support pagefaults stats. Closes #45. by Hisham Muhammad · 11 years ago
- 2f30cd1 Boost field buffer size - crashes when trying to draw very deep UTF-8 trees by Hisham Muhammad · 11 years ago
- a939cdf Better consistency in coloring. Closes #66. by Hisham Muhammad · 11 years ago