Rivoreo Source Code Repositories
src.rivoreo.one
/
htop
/
384c92f7e435ed98839668fc85dad02dc03f7ce0
384c92f
Merge pull request #286 from mmcco/master
by Hisham Muhammad
· 9 years ago
c4eb99f
Add header file reference for OpenBSD signals
by Michael McConville
· 9 years ago
77f12bb
Add OpenBSD signals
by Michael McConville
· 9 years ago
3fe2f3e
Move list of signals to platform-specific code.
by Hisham Muhammad
· 9 years ago
fbb4c49
gcc warning cleanups.
by Hisham Muhammad
· 9 years ago
bf276a0
Merge pull request #274 from mmcco/master
by Hisham Muhammad
· 9 years ago
5c2b0a6
Merge pull request #283 from eworm-de/editorconfig
by Hisham Muhammad
· 9 years ago
1cda2d7
add editorconfig file to give hints to editors
by Christian Hesse
· 9 years ago
68c3270
Merge pull request #281 from etosan/master
by Hisham Muhammad
· 9 years ago
8c00fa4
Added preliminary attempt at jails support on FreeBSD - JID and JAIL (name) columns, somewhat more correct kernel "thread" detection.
by Martin "eto" Misuth
· 9 years ago
2d1507a
Merge pull request #275 from trebmuh/patch-1
by Hisham Muhammad
· 9 years ago
6a21d2f
Fix enumeratoin of on-CPU processes in OpenBSD
by Michael McConville
· 9 years ago
ad1a0ad
Replace some remaining tabs
by Michael McConville
· 9 years ago
571cbc0
Change more fprintf(stderr, ...); exit(...); to err[x](...). Tweak a few existing ones and fix some style.
by Michael McConville
· 9 years ago
e2bbd5c
Change some tabs to three spaces
by Michael McConville
· 9 years ago
c5d725d
Update htop.desktop
by trebmuh
· 9 years ago
9c14fa6
Merge pull request #273 from kaefer/fix-glibtoolize-detection
by Hisham Muhammad
· 9 years ago
a9a5a53
(Very) initial working OpenBSD port
by Michael McConville
· 9 years ago
b0e074f
Update htop.desktop
by trebmuh
· 9 years ago
02727bd
ignore which errors
by kaefer
· 9 years ago
445222e
Clean up some needless malloc casts, convert some mallocs to callocs, and fix some style
by Michael McConville
· 9 years ago
40525d8
removing unnecessary include, which on top breaks compiling
by kaefer
· 9 years ago
661a4ce
fix glibtoolize detection
by kaefer
· 9 years ago
1d805b3
Bring changelog up-to-date :)
by Hisham Muhammad
· 9 years ago
8e81119
Merge branch 'master' of https://github.com/hishamhm/htop
by Hisham Muhammad
· 9 years ago
0c2ccde
Detect when libtoolize is called glibtoolize.
by Hisham Muhammad
· 9 years ago
a92f803
Merge pull request #268 from jweyrich/darwin-fixes
by Hisham Muhammad
· 9 years ago
e52c070
Remove conflicting declarations.
by Jardel Weyrich
· 9 years ago
ffacac1
Remove duplicate declaration.
by Jardel Weyrich
· 9 years ago
229d005
Merge pull request #262 from eworm-de/calloc
by Hisham Muhammad
· 9 years ago
e8970b6
fix calloc() calls
by Christian Hesse
· 9 years ago
2df36ee
Merge pull request #254 from eworm-de/kilobyte-precision
by Hisham Muhammad
· 9 years ago
bf45697
kilobytes is the smallest unit and never has precision
by Christian Hesse
· 9 years ago
a859e92
Merge pull request #253 from eworm-de/clock
by Hisham Muhammad
· 9 years ago
08392ce
Merge pull request #255 from eworm-de/missing-blank
by Hisham Muhammad
· 9 years ago
ba3504f
add missing blank
by Christian Hesse
· 9 years ago
804bd37
get a useful tolal for clock meter
by Christian Hesse
· 9 years ago
8a2dd83
call for action!
by Hisham Muhammad
· 9 years ago
a008cb7
Updated README
by Hisham Muhammad
· 9 years ago
7985724
Fixes for color glitches in ncurses ABI6.
by Hisham Muhammad
· 9 years ago
bdadd45
Fix indentation.
by Hisham Muhammad
· 9 years ago
bde3406
Merge branch 'master' of https://github.com/hishamhm/htop
by Hisham Muhammad
· 9 years ago
3c4326b
Don't select last item when clicking past the end of the panel.
by Hisham Muhammad
· 9 years ago
6082db2
Improve feedback when moving meters.
by Hisham Muhammad
· 9 years ago
f6c31ee
Handle KEY_RECLICK events generated by ScreenManager
by Hisham Muhammad
· 9 years ago
f6d48c1
Merge pull request #247 from eworm-de/dual-meters-margin
by Hisham Muhammad
· 9 years ago
696e36c
remove extra space in dual meters without margins
by Christian Hesse
· 9 years ago
f585fc9
Merge pull request #208 from eworm-de/dynamic-unit
by Hisham Muhammad
· 9 years ago
79356dc
Merge pull request #250 from eworm-de/ascii-blank
by Hisham Muhammad
· 9 years ago
cf47f4f
use dynamic units for text display
by Christian Hesse
· 9 years ago
6f58fbc
make units more dynamic
by Christian Hesse
· 9 years ago
f3a9f54
Merge pull request #248 from eworm-de/wctype
by Hisham Muhammad
· 9 years ago
93b811a
use ASCII blank even for graphical meter in UTF-8 mode
by Christian Hesse
· 9 years ago
f10cbaa
include wctype.h for iswprint()
by Christian Hesse
· 9 years ago
8f07868
A more portable version of the note suggested in #113.
by Hisham Muhammad
· 9 years ago
0507cd3
Merge pull request #43 from ErkiDerLoony/master
by Hisham Muhammad
· 9 years ago
544c7ef
Omit non-printable characters with widechar curses. Closes PR #111.
by Hisham Muhammad
· 9 years ago
c7387fa
Fix mouse click on meters setup function bar
by Hisham Muhammad
· 9 years ago
4597014
Standardize variable name.
by Hisham Muhammad
· 9 years ago
f019f4c
Merge pull request #221 from eworm-de/define-array-size
by Hisham Muhammad
· 9 years ago
ea18a50
Merge pull request #134 from jeffgarrett/pid-selection
by Hisham Muhammad
· 9 years ago
c9cab82
Extra checks.
by Hisham Muhammad
· 9 years ago
5e4f1e4
Reduce scope of variables.
by Hisham Muhammad
· 9 years ago
9428010
Make column width calculation dynamic.
by Hisham Muhammad
· 9 years ago
8bd603c
Make Unicode strings safe for ncurses 6 ABI.
by Hisham Muhammad
· 9 years ago
78be820
Add expand/collapse on additional clicks!
by Hisham Muhammad
· 9 years ago
b003636
Support for NCurses 6.0 and mouse wheel
by Hisham Muhammad
· 9 years ago
a2a34e8
simplify Meter loop
by Christian Hesse
· 9 years ago
d8e23bb
remove UTF-8 code when compiling with --disable-unicode
by Christian Hesse
· 9 years ago
9e67b65
make arrays one dimensional
by Christian Hesse
· 9 years ago
3e93f9b
Fix comment.
by Hisham Muhammad
· 9 years ago
f70649a
Standardize indentation.
by Hisham Muhammad
· 9 years ago
907f829
CPU per process implemented
by David Hunt
· 9 years ago
57ab332
Fix the thread counts
by David Hunt
· 9 years ago
6463ea2
Fixed CPU updating
by David Hunt
· 9 years ago
7f3faa2
Static CPU meter
by David Hunt
· 9 years ago
43ef703
Start supporting actual data
by David Hunt
· 9 years ago
70e7c8d
Added darwin with working battery meter
by David Hunt
· 9 years ago
feb7a01
Make unsupported run
by David Hunt
· 9 years ago
5e602f1
Rename String to StringUtils.
by David Hunt
· 9 years ago
f2c053a
Add translations for desktop file.
by Hisham Muhammad
· 9 years ago
0ebe688
Avoid future confusions with how default values are set.
by Hisham Muhammad
· 9 years ago
e1e3ffa
Ensure default matches classic htop behavior.
by Hisham Muhammad
· 9 years ago
4d44c35
Merge pull request #148 from nckx/display-basename
by Hisham Muhammad
· 9 years ago
4e135bb
Merge pull request #218 from eworm-de/remove-autoconf-files
by Hisham Muhammad
· 9 years ago
2ed83d6
Merge branch 'master' of https://github.com/hishamhm/htop
by Hisham Muhammad
· 9 years ago
041fa9f
Update Settings.h
by Hisham Muhammad
· 9 years ago
c34b574
Merge pull request #223 from eworm-de/langinfo
by Hisham Muhammad
· 9 years ago
e42d780
Merge pull request #230 from maksqwe/cstime_fix
by Hisham Muhammad
· 9 years ago
fc0e446
Add shortcut key 'p' to toggle full program paths.
by Tobias Geerinckx-Rice
· 9 years ago
293eec4
New setting: "Show program path"
by Tobias Geerinckx-Rice
· 9 years ago
c33d32e
Merge pull request #235 from peter-warhzner/patch-1
by Hisham Muhammad
· 9 years ago
6f6f0e3
Fix typo in comment
by peter-warhzner
· 9 years ago
cea5911
initialize locale for LC_CTYPE only
by Christian Hesse
· 9 years ago
1bdee6b
Fix sort by cstime
by Maks Naumov
· 9 years ago
77df258
remove duplicate code
by Christian Hesse
· 9 years ago
1728483
simplify UTF-8 detection
by Christian Hesse
· 9 years ago
016dbbe
initialize locale
by Christian Hesse
· 9 years ago
ff49f55
remove autoconf files, generate by autogen.sh
by Christian Hesse
· 9 years ago
e5f810e
Merge pull request #226 from eworm-de/nice
by Hisham Muhammad
· 9 years ago
Next »