Rivoreo Source Code Repositories
src.rivoreo.one
/
htop
/
747f23d025c2a2f3d615f7f4ca8265c77e3ab7eb
747f23d
Rename HTOP_LED_COLOR_COLOR to HTOP_LED_COLOR
by WHR
· 4 years ago
be22ad2
Add a logic to decide where to break process tree loop if exists
by WHR
· 4 years ago
544012e
Support comments in color scheme file
by WHR
· 4 years ago
c425c4a
Close FD 1 before calling CRT_initColorSchemes in dump-builtin-color-scheme.c
by WHR
· 4 years ago
f096e39
Add CR character before LF when printing warning messages without turning off curses
by WHR
· 4 years ago
3b3fef4
Support loading user defined color schemes
by WHR
· 4 years ago
4c0b61d
Decode terminal character attributes into names in dump-builtin-color-scheme.c
by WHR
· 4 years ago
740f40f
Reorganize members of 'Process' object
by WHR
· 4 years ago
fb64e50
Add macro PRINT_COLOR_ATTRIBUTE to print a color attribute to stdout in dump-builtin-color-scheme.c
by WHR
· 4 years ago
da95f6c
Add a separated tool to dump a selected built-in color scheme into the to-be-implemented color scheme description format
by WHR
· 4 years ago
4c593da
Fix missing initialization for 'repeat_number_i' member in 'Panel' object
by WHR
· 4 years ago
11e8498
Add external function 'CRT_getConfigDirPath'
by WHR
· 4 years ago
7dd2e76
Properly and explicitly set default values for 'vi_mode' and 'use_mouse' in Settings
by WHR
· 4 years ago
25bfb00
Prepare for customizable color schemes
by WHR
· 4 years ago
fc12ab3
Merge commit '6b5b8bab2c68576416abffe56b254791d828cce3' into 'rivoreo-fork'
by WHR
· 4 years ago
e116f81
Reformat usage strings of options in man page
by WHR
· 4 years ago
84d3083
Fix assert(3)ion failure due to process tree loop in some rare cases
by WHR
· 4 years ago
1f4199a
Fix out-of-bound access of a vector when building process tree
by WHR
· 4 years ago
c4e47d0
Support enabling and disabling mouse usage in settings
by WHR
· 4 years ago
1258207
Merge commit 'ccf0e184149ff42d76a73214bed0b578c6dcb2ab' into 'rivoreo-fork'
by WHR
· 4 years ago
de5b378
Add an additional key 'o' for listing open files of a process
by WHR
· 4 years ago
6e5b5f4
Always reformat process start time on display
by WHR
· 4 years ago
c81e594
Fix comparison 'unsigned int' value with major(3) or minor(3) return value in function 'LinuxProcessList_updateTtyDevice' causes warning on Android/Linux, Cygwin and FreeBSD
by WHR
· 4 years ago
b891b2b
Check for asprintf(3) failure
by WHR
· 4 years ago
37df28d
Document the vi mode in man page
by WHR
· 4 years ago
c013348
Update columns documentation in the man page
by WHR
· 4 years ago
08547be
Merge remote-tracking branch 'scootergrisen/patch-1' into 'rivoreo-fork'
by WHR
· 4 years ago
a36e899
Move 'vi_mode' CheckItem into newly added ControlOptionsPanel
by WHR
· 4 years ago
9b8f771
Implement vi(1)-style key-bindings
by WHR
· 4 years ago
5dab3b2
Remove 'err.h' checking as it is no longer used
by WHR
· 4 years ago
c74e5c0
Fix incorrect buffer size for strftime(3); expand a compact 'switch' block in darwin/DarwinProcess.c
by WHR
· 4 years ago
808f8b9
Reformat usage message; update copyright notices and license information
by WHR
· 4 years ago
f3326bd
Exit on invalid command line usage; fix incorrect description for long options in usage message
by WHR
· 4 years ago
b13807d
Make several pointers to 'Hashtable' object read-only
by WHR
· 4 years ago
d91709b
Update following process after searching next / previous (key n / N)
by WHR
· 4 years ago
a5497e4
Honour setting of counting CPUs from 0/1 when presenting meters
by Ricardo Nabinger Sanchez
· 7 years ago
5656fae
Remove unnecessary type casts
by WHR
· 4 years ago
7a08fb6
Support using Linux-specific code with kFreeBSD linprocfs(5)
by WHR
· 4 years ago
602204d
Rewrite 'Platform_getMaxPid' for Solaris
by WHR
· 4 years ago
c62c9a6
Fix failure to get processor count with Linux procfs and without Linux sysfs; add a missing closedir(3) call
by WHR
· 4 years ago
b1a22a1
Don't unfollow process on LEFT or RIGHT key
by WHR
· 4 years ago
8776c4b
Use new object type names (after 'typedef') if possible
by WHR
· 4 years ago
7d35dfd
Simplify boolean type toggle in 'Process_toggleTag'
by WHR
· 4 years ago
75303f8
Rename enumeration types to remove plural names
by WHR
· 4 years ago
5a0f6a1
Rename all constants in ColorSchemes to be consistent
by WHR
· 4 years ago
a754650
Rename all constants in ColorElements to avoid identifier pollution
by WHR
· 4 years ago
303f823
Display total thread count regardless 'hide_thread_processes' setting
by WHR
· 4 years ago
3fbee69
Handle KEY_PPAGE and KEY_NPAGE as same as KEY_UP and KEY_DOWN when moving a selected meter
by WHR
· 4 years ago
9d78d87
Remove a few unnecessary #includes
by Antoine Motet
· 7 years ago
6a767c0
Fix CPU usage on OpenBSD
by Antoine Motet
· 7 years ago
923e459
Remove unnecessary type casts
by WHR
· 4 years ago
b347b25
Be consistent with name and head comment of source files
by WHR
· 4 years ago
42dac52
Fix incorrect buffer size for snprintf(3)
by WHR
· 4 years ago
9c8d061
Merge remote-tracking branch 'wangqr/dev-follow-process-on-demand' into 'rivoreo-fork'
by WHR
· 4 years ago
269919c
Fix free(3)ing pointer to string literal on unsupported platforms; remove uses of unsafe strncpy(3) and strcat(3)
by WHR
· 4 years ago
7ad0553
Fix unsupported skeleton code uses removed field 'flags' of 'Process' object; add a dummy process on unsupported platforms
by WHR
· 4 years ago
48e76d3
Remove unused variable 'isIdleProcess' from freebsd/FreeBSDProcessList.c; don't count idle process for 'running_process_count' and 'running_thread_count' on kFreeBSD-based platforms; partially reformat unsupported/UnsupportedProcessList.c
by WHR
· 4 years ago
a44f595
Fix build failure on GNU/kFreeBSD: GNU C Library didn't expose SIGTHR to application programs
by WHR
· 4 years ago
4f7d8a6
Fix off-source building failure due to missing directory
by WHR
· 4 years ago
033b3d1
Document interactive keys A, e, n and N in the man page
by WHR
· 4 years ago
32f9133
Fix getting full command line arguments and environment didn't work for high-level processes on OpenBSD 6.1+
by WHR
· 4 years ago
49675a0
Add ArgScreen to list command line arguments of a process
by WHR
· 4 years ago
0240398
Update modifiable information for existing processes
by WHR
· 4 years ago
bfc3f23
Improve consistency checking for reading process state from '/proc/<pid>/stat' on Interix
by WHR
· 4 years ago
5f1d05c
Fix memory leak on AIX when update_process_names is enabled
by WHR
· 4 years ago
c8cb119
Fix 'break' without a dedicated line in switch block caused incorrect 'break' statements
by WHR
· 4 years ago
53fb61b
Fix bad coding style and the caused error of using uninitialized data in function 'InfoScreen_run'
by WHR
· 4 years ago
67bc274
added MainPanel actions n and N for find next and find prev. closes #601
by syrrim
· 8 years ago
a511616
Use 6-character space for showing UID values
by WHR
· 4 years ago
ba863d3
Remove RESET_COLOR: it was exactly same as DEFAULT_COLOR
by WHR
· 4 years ago
51301eb
Increase eliminated max PID value for Interix
by WHR
· 4 years ago
93ccb81
Try to add '--as-needed' before linking to librt
by WHR
· 4 years ago
db59ed8
Strip './' and '../' from header name when generating header macro
by WHR
· 4 years ago
1a2667d
Adjust SignalsPanel width
by WHR
· 4 years ago
c0828bf
Check for clock_gettime(2) availability and requirement
by WHR
· 4 years ago
e13f868
Fix SIGLIBRT not available on kFreeBSD versions before 10.0
by WHR
· 4 years ago
ecc360a
Add some architecture-specific signals to linux/Platform.c
by WHR
· 4 years ago
7b6872e
Use signal name macros instead of hard coded numbers for 'Platform_signals'
by WHR
· 4 years ago
c824b97
Disable broken dependency tracking of GNU Automake, which inappropriately tracked system headers
by WHR
· 4 years ago
37537ad
Abort building if the build system attempting to generate a header with absolute path
by WHR
· 4 years ago
983eba9
Patch config.sub to support platform '*-linux-uc*'
by WHR
· 4 years ago
548c93e
Check for sched_setaffinity(2) availability when cross compiling
by WHR
· 4 years ago
5cff4e9
Support getting uptime via clock_gettime(2) if applicable, as a fallback implementation
by WHR
· 4 years ago
e8ee7eb
Unify 'Platform_getUptime' implementation for BSD platforms
by WHR
· 4 years ago
5d41842
Return -1 from Platform_getUptime to indicate failure
by WHR
· 4 years ago
75afb57
Fix Solaris LWP time incorrectly used whole process time for nanosecond part
by WHR
· 4 years ago
b79587b
Get page size once in 'CRT_init'
by WHR
· 4 years ago
6bb4b53
Fix null pointer dereference when an user space process having empty command line, on Linux-based platforms
by WHR
· 4 years ago
e7a63ef
Remove unnecessary variables and useless assert(3) in Platform_getLoadAverage for Linux procfs, as it breaks Cygwin
by WHR
· 4 years ago
d69474b
Correctly detect kernel processes on Linux-based platforms; remove Linux-specific 'flags' member from generic 'Process' object
by WHR
· 4 years ago
f097758
Show process 0 on AIX, since the tree view implementation can now properly handle hidden root node
by WHR
· 4 years ago
6f0b3a0
Always update PPID on all supported platforms
by WHR
· 4 years ago
9374c5f
Omit the ending space if the number would taking more than 3 character when showing a nice value
by WHR
· 4 years ago
81629ba
Check availability of Ncurses extension set_escdelay(3X)
by WHR
· 4 years ago
5f1366c
Fix assigning pointer to 'bool' variable breaks with older compilers
by WHR
· 4 years ago
7e0a467
Support older kFreeBSD versions that don't have 'ki_jid' member in 'struct kinfo_proc'
by WHR
· 4 years ago
1fd497e
Fix processes buffer can only grow once on kFreeBSD systems without kvm(3)
by WHR
· 4 years ago
0c6c99e
Optimize buffer management of sysctl(3)-based processes iteration on kFreeBSD-based platforms
by WHR
· 4 years ago
65e384b
Fix incorrect nice values on GNU/kFreeBSD
by WHR
· 4 years ago
62d6de2
Support kFreeBSD-based platforms without kvm(3)
by WHR
· 4 years ago
Next »