summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-09-16Protect against strange values of SIGRTMIN and SIGRTMAX,Hisham
2016-09-16Merge pull request #551 from Explorer09/rt-signalsHisham Muhammad
2016-09-14Real-time signals support (for kill command)Explorer09
2016-09-11Merge branch 'master' of https://github.com/hishamhm/htopHisham
2016-09-11Downgrade requirement to Libtool 2.4.0.Hisham
2016-09-06Merge pull request #555 from ivan/masterHisham Muhammad
2016-09-06Fix column misalignment for priority -101 threadsIvan Kozik
2016-08-30Merge branch 'master' of https://github.com/hishamhm/htopHisham
2016-08-30Fix typos, by @Gelma.Hisham
2016-08-30Merge pull request #550 from Explorer09/signals-tweaksHisham Muhammad
2016-08-30Mark signal tables 'const'Explorer09
2016-08-24free(NULL) is a valid no-op, so let's make String_freeArray(NULL) valid too.Hisham
2016-08-24Return when reading cmdline fails (e.g. zombie process)Hisham
2016-08-23Point users to the official release tarballs.Hisham
2016-08-11Merge pull request #537 from Explorer09/string-utilsHisham Muhammad
2016-08-11Optimize Strings_startWith()Explorer09
2016-08-09Merge pull request #534 from Explorer09/issue-532Hisham Muhammad
2016-08-07Fix scrolling behavior change caused by 759caf0fExplorer09
2016-07-28Merge branch 'master' of https://github.com/hishamhm/htopHisham
2016-07-28'Follow' only if element is found in searchHisham
2016-07-23Merge pull request #526 from Explorer09/bar-tweaksHisham Muhammad
2016-07-22Let BarMeterMode_characters[] be const array.Explorer09
2016-07-21Changelog for htop 2.0.22.0.2Hisham
2016-07-21Preparing release 2.0.2, a minor bugfix release.Hisham
2016-07-12Merge pull request #524 from ricardo0y/cross_compile_with_ncurses_configHisham Muhammad
2016-07-11Allow to override ncurses*-config pathRicardo Martincoski
2016-06-23Refresh whole panel on Ctrl+L in infoscreen.Hisham
2016-06-20Let's keep it simple then!Hisham
2016-06-19Dynamically adjust the size of line readsHisham Muhammad
2016-06-19While we're at it, get rid of another sprintf.Hisham
2016-06-19Moving left and right needs a full redraw.Hisham
2016-06-17Use "-" as the Ctrl and Alt joiner.Hisham
2016-06-17Merge pull request #511 from Explorer09/man-pageHisham Muhammad
2016-06-17Document Alt+{h,j,k,l} and Ctrl+{A,E} into man pageExplorer09
2016-06-15Merge branch 'master' of https://github.com/hishamhm/htopHisham
2016-06-15Added Ctrl+A and Ctrl+E to go to beginning and end of line.Hisham
2016-06-15Don't store invisible trailing whitespaceHisham
2016-06-04Merge pull request #505 from Explorer09/xStrdupHisham Muhammad
2016-06-03Fix xStrdup debug build failure & allow Clang to use ((nonnull))Explorer09
2016-06-02Merge pull request #504 from Explorer09/xStrdupHisham Muhammad
2016-06-02Add assert and __attribute__((nonnull)) on xStrdupExplorer09
2016-06-02Don't check if (!str) in xStrdupExplorer09
2016-05-30Merge branch 'master' of https://github.com/hishamhm/htopHisham
2016-05-30Handle SIGQUIT. Closes #503.Hisham
2016-05-30Remove extra checks made redundant by XAlloc.Hisham
2016-05-30Stricter strdup.Hisham
2016-05-30Silence cast warning.Hisham
2016-05-27Merge pull request #500 from Explorer09/meter-tweaksHisham Muhammad
2016-05-27Remove redundant is-null checks on free(Meter.drawData)Explorer09
2016-05-25Silence warnings about seteuid return value.Hisham