summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-02-12Fix crash when emptying column. Closes #381.Hisham
2016-02-12Merge pull request #387 from gaod/masterHisham Muhammad
2016-02-13Suppress compiler warnings.Hung-Yi Chen
2016-02-12Fix implicit define isnan()Bernard Spil
2016-02-11Merge pull request #363 from myfreeweb/freebsd-memory-fixHisham Muhammad
2016-02-11Minor tweaks to the READMEHisham
2016-02-11Merge pull request #365 from deric/masterHisham Muhammad
2016-02-11link to the official website, paypal donate buttonTomas Barton
2016-02-11remove Debian instructionsTomas Barton
2016-02-11Merge branch 'master' of https://github.com/hishamhm/htopHisham
2016-02-11don't mention installing to /usrTomas Barton
2016-02-11add travis badge, code formatting, updated compilation instructionsTomas Barton
2016-02-11fix process memory on FreeBSDGreg V
2016-02-11Merge pull request #359 from myfreeweb/freebsd-batteryHisham Muhammad
2016-02-11add FreeBSD battery supportGreg V
2016-02-10Final touches to ChangeLog2.0.0Hisham
2016-02-10Support -1 as tpgidHisham
2016-02-03Shorten the code using the err() function.Hisham
2016-02-03Be stricter!Hisham
2016-02-02Avoid crash on huge screens.Hisham
2016-02-02Try to make threads less confusing.Hisham
2016-02-02Initialize default meter modes properly.Hisham
2016-02-02Exit on failure!Hisham
2016-02-02Merge branch 'reuse-comm'Hisham
2016-02-02Merge branch 'xalloc'Hisham
2016-02-02Reuse comm object if possible, avoid useless repetitions of free+strdup.Hisham
2016-02-02Check for failure in allocations.Hisham
2016-02-02Update generated headers.Hisham
2016-01-31Add generated header.Hisham
2016-01-31Differentiate threads by default.Hisham
2016-01-31Add allocation testsHisham
2016-01-21Merge pull request #351 from Explorer09/graph-heightHisham Muhammad
2016-01-21Change variable 'dot' to avoid division by reciprocal.Explorer09
2016-01-21New macro GRAPH_HEIGHT for Graph Meter heightExplorer09
2016-01-20Merge pull request #349 from Explorer09/clamp-macroHisham Muhammad
2016-01-15Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer09
2016-01-13Merge pull request #347 from mklein-de/darwin32+64Hisham Muhammad
2016-01-13Darwin: replace vm_statistics64_* with vm_statistics_*Michael Klein
2016-01-13Merge pull request #346 from mklein-de/vikeysHisham Muhammad
2016-01-12vi keys: translate ALT-h/j/k/l to arrow keysMichael Klein
2016-01-12refactor *Screen classes, add InfoScreen superclassHisham Muhammad
2016-01-12Merge branch 'mklein-de-envscreen'Hisham Muhammad
2016-01-12Merge branch 'envscreen' of https://github.com/mklein-de/htop into mklein-de-...Hisham Muhammad
2016-01-11Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2016-01-11Present IO-Wait as a dot in monochrome. Fixes #345.Hisham Muhammad
2016-01-06Merge pull request #343 from FreedomBen/typo-priorityHisham Muhammad
2016-01-06Fix typo: prority => priorityBenjamin Porter
2016-01-06drop privileges before reading environmentMichael Klein
2016-01-06Merge remote-tracking branch 'upstream/master' into envscreenMichael Klein
2016-01-06Merge pull request #315 from mklein-de/suidHisham Muhammad