summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-04-24Preparing release 1.0.3.1.0.3Hisham Muhammad
2014-04-24More sanity checks.Hisham Muhammad
2014-04-24Improve function prototype, helping analysis.Hisham Muhammad
2014-04-24Add corresponding .h file.Hisham Muhammad
2014-04-24Fix out-of-bounds write.Hisham Muhammad
2014-04-24Make static analyzers happy.Hisham Muhammad
2014-04-24Oops, fix use of memset.Hisham Muhammad
2014-04-24Fix array limit.Hisham Muhammad
2014-04-24Support pagefaults stats. Closes #45.Hisham Muhammad
2014-04-24Fix resource leak.Hisham Muhammad
2014-04-24change swap to M for consistency. Closes #63.Hisham Muhammad
2014-04-24Update changelog items.Hisham Muhammad
2014-04-24Boost field buffer size - crashes when trying to draw very deep UTF-8 treesHisham Muhammad
2014-04-24Better consistency in coloring. Closes #66.Hisham Muhammad
2014-04-24Make blue text more readable. Closes #55.Hisham Muhammad
2014-04-24Both IO_PRIO and IO_RATE had the same column heading. Closes #61.Hisham Muhammad
2014-04-24Report as an exit function.Hisham Muhammad
2014-04-24Report this as an exit function.Hisham Muhammad
2014-04-24Let's see if this assert makes static analyzers happier.Hisham Muhammad
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