summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-10-07Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking al...Daniel Lange
2018-08-25htop.c: remove unused "--io" / "-i" (#811)Lion Yang
2018-08-24Linux: fix CPU countHisham Muhammad
2018-08-24Linux: remove warnings of unused variablesHisham Muhammad
2018-08-24Improve Catalan translation for desktop file (#828)Robert Antoni Buj Gelonch
2018-08-19Improve htop.desktop file (#609)Jan Chren
2018-08-19Linux: add process->starttime and use it for STARTTIME column (#700)Shawn Landden
2018-08-19OpenBSD: make the STARTTIME column display correctly (#815)multiplexd
2018-08-19OpenBSD: add environment reading support (#819)multiplexd
2018-07-28Fix process name updates for shorter strings (#812)Score_Under
2018-06-13Fix virtualization color in help screenHisham Muhammad
2018-06-13Unstage/gitignore INSTALL since it's regenerated by autogen.shHisham Muhammad
2018-06-02Mention the "c" key (tag subtree) in the manJérémie Roquet
2018-05-22Disable 'make dist' when pkg.m4 is unused in configureExplorer09
2018-05-22fix option stringChristian Hesse
2018-05-22Fix #define to match header when regenerating with MakeHeader.py (#789)Faster IT
2018-04-10Bump version to 2.2.02.2.0Hisham Muhammad
2018-04-10Update ChangeLogHisham Muhammad
2018-04-10Add tree view flag to man page (#777)Daniel Flanagan
2018-04-06Require pkg-config as an optional build dependency on Linux (#775)Hisham Muhammad
2018-04-05MakeHeader.py: Fix for non-utf8 environments (#770)volkov-am
2018-04-05Add -t command-line flag for tree viewDaniel Flanagan
2018-04-05macOS: fix the switched version test (#772)pmalhaire
2018-04-05Solaris: update proc state letters to reflect Solaris usageGuy M. Broome
2018-04-05Solaris: bump copyright in Platform.{c,h}Guy M. Broome
2018-04-05Solaris: fix a memory leak caused by calling ProcessList_getProcess twice for...Guy M. Broome
2018-04-05Solaris: Implement process environment listingGuy M. Broome
2018-04-05Solaris: add placeholder message about environment listingGuy M. Broome
2018-04-05Solaris: showing a dash for the top-level process is no longer necessaryGuy M. Broome
2018-04-05Solaris: add warning about proc_walk_f callback functionGuy M. Broome
2018-04-05Solaris: condense separate process vs lwp handling down to a single workflowGuy M. Broome
2018-04-05Solaris: get completely out of the file handling business using libprocGuy M. Broome
2018-04-05Solaris: Condense conditional blocks for new vs old LWPs and procsGuy M. Broome
2018-04-05Solaris: remove unneeded accumulators for process and thread countingGuy M. Broome
2018-04-05Solaris: Assorted post-LWP code cleanupGuy M. Broome
2018-04-05Solaris: Implement kernel thread countingGuy M. Broome
2018-04-05Solaris: If a process has a running LWP, then the process is by definition ru...Guy M. Broome
2018-04-05Collapse current subtree pressing BackspaceHisham Muhammad
2018-03-27Solaris: Implement LWP enumeration (#768)gmbroome
2018-03-26OpenBSD: read Battery datanerd972
2018-03-26macOS: keep scanning thread for versions before High Sierra (#728)pmalhaire
2018-03-26Solaris: Fix virt and resident memory sizes. Was using KiB, needed pages.Guy M. Broome
2018-03-26New makefile targets to rebuild and clean htop headers.Explorer09
2018-03-25Linux: change how kernel threads are detectedHisham Muhammad
2018-03-25Fix overflow for signals >= 100.Hisham Muhammad
2018-03-25strace: increase string lengthHisham Muhammad
2018-03-16Solaris: code indentation fixgmbroome
2018-03-16Solaris: enough changes made to justify a copyright bump to 2018Guy M. Broome
2018-03-16Solaris: fix memory allocation for usernames (some empty usernames in 32-bit ...Guy M. Broome
2018-03-16Solaris: fix malloc() / free() issues with zone name handlingGuy M. Broome