summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-04-24Remove useless test.Hisham Muhammad
2014-04-24Add sanity checks.Hisham Muhammad
2014-04-22safer code, check result of lstatHisham Muhammad
2014-04-22safer code, test for return of fcntlHisham Muhammad
2014-04-22xread may return -1.Hisham Muhammad
2014-04-22Add .h file ref previous commitHisham Muhammad
2014-04-22Fix display of open files.Hisham Muhammad
2014-04-22Fix compiler complaints.Hisham Muhammad
2014-04-22Refactor and fix resource leaks.Hisham Muhammad
2014-04-21Remove use of usleep, which is sadly obsolete.Hisham Muhammad
2014-04-21Restrict size of read.Hisham Muhammad
2014-04-21Restrict size of inputs on sscanf reads.Hisham Muhammad
2014-04-21check return of topoErrHisham Muhammad
2014-04-21avoid strtok and reduce scope of variables.Hisham Muhammad
2014-04-21shorten scope of variable.Hisham Muhammad
2014-04-21shorten scope of variables.Hisham Muhammad
2014-04-21Use proper format string for unsigned data.Hisham Muhammad
2014-04-21Remove useless assignment.Hisham Muhammad
2014-04-21Use reentrant version to silence warnings.Hisham Muhammad
2014-04-21goto considered harmful and confuses cppcheck.Hisham Muhammad
2014-04-21Test realloc failure to make cppcheck happyHisham Muhammad
2014-04-21Fix resource leak detected by cppcheckHisham Muhammad
2014-04-11Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2014-04-11Fix logic for skipping non-numeric directories.Hisham Muhammad
2014-04-10Fix padding in large numbers. (See #40)Hisham Muhammad
2014-04-09Avoid "else" trick with #ifdef, hopefully makes code easier to follow.Hisham Muhammad
2014-04-09Support for very large numbers, now tested on a 64-bit machine.Hisham Muhammad
2014-04-09Support really large numbers on 64-bit architectures; first try.Hisham Muhammad
2014-04-09Improve discoverability of the expand/collapse feature.Hisham Muhammad
2014-04-09Better support for Home and End keysHisham Muhammad
2014-04-09Fix invalid access when highlighting basename of threads.Hisham Muhammad
2014-04-09Updated icon!Hisham Muhammad
2014-04-09Add missing check for return value and be more conservative in constructs to ...Hisham Muhammad
2014-04-05a nicer lookHisham Muhammad
2014-04-05alert to Mac usersHisham Muhammad
2014-02-27New logic for highlighting basenames with spacesHisham Muhammad
2014-02-27Merge branch 'master' of https://github.com/hishamhm/htopHisham Muhammad
2014-02-27alignment improvementsHisham Muhammad
2014-02-24Update READMEHisham Muhammad
2014-02-03Add README.md for GithubHisham Muhammad
2014-02-03Update README fileHisham Muhammad
2014-01-30Update changelogHisham Muhammad
2014-01-30Merge pull request #10 from simpleigh/masterHisham Muhammad
2014-01-29Added additional column to monitor OOM killer score of each processLeigh Simpson
2014-01-29Merge pull request #6 from zed-0xff/patch-1Hisham Muhammad
2014-01-29Merge pull request #4 from robberos/masterHisham Muhammad
2014-01-21fix column shift on wrong megabytes formatzed_0xff
2014-01-17Possible to regenerate headers outside of srcdirRobert Rosengren
2014-01-16Fix order of calloc arguments.Hisham Muhammad
2014-01-16BUGFIX: Fix crash when adding meters and toggling detailed CPU time.Hisham Muhammad