summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2006-12-01Tag release 0.6.5 in revision history.0.6.5Hisham Muhammad
2006-11-29Fix gcc warning.Hisham Muhammad
2006-11-20Report change suggested by Bo LiuHisham Muhammad
2006-11-20Changes suggested by Bo LiuHisham Muhammad
2006-11-16Add information about the status columnHisham Muhammad
(which I always forget) in the help page
2006-11-14Getting ready for 0.6.5...Hisham Muhammad
2006-11-13Minor tweak.Hisham Muhammad
2006-11-13Sanity cleanup.Hisham Muhammad
2006-11-13Add latest changes to the logHisham Muhammad
2006-11-13Fix for missing libraries message, as reported by Jon 780Hisham Muhammad
2006-11-12Bugfix: collect orphaned items during tree generationHisham Muhammad
at the end of the tree. Add debugging sanity checks.
2006-11-12Add debugging sanity checks.Hisham Muhammad
2006-11-09Don't double-free comm when it's an existingProcessHisham Muhammad
2006-11-08Ok, second take on fixing the handling of comm.-Hisham Muhammad
2006-11-08Oops.Hisham Muhammad
2006-11-08Avoid double free of prototype's comm.Hisham Muhammad
2006-11-08Fix asserts, don't use freed memory.Hisham Muhammad
2006-11-08Add missing header.Hisham Muhammad
2006-11-08Yet another sanity check.Hisham Muhammad
2006-11-08Add an additional debug mode for Hardened GCC.Hisham Muhammad
2006-11-08Assign creation of the allocation log file to a separate #define.Hisham Muhammad
2006-11-08Add lots of debugging asserts and try to clean up behavior of lists in general.Hisham Muhammad
Make dumping of proc data controlled by a separate debug define.
2006-11-08Add consistency checks.Hisham Muhammad
2006-11-08Initialize variable.Hisham Muhammad
2006-10-26Handle situation instead of assuming it would never happen,Hisham Muhammad
as it was seen out in the field and tested here.
2006-10-04Prepare for next releaseHisham Muhammad
2006-10-04Allocate per-processor values in a contiguous chunk of memoryHisham Muhammad
2006-10-04Add changelog entry for Philipp Richter's contributionHisham Muhammad
2006-10-04Contribution by Philipp Richter: Display IO-Wait, IRQ and Soft-IRQ values in ↵Hisham Muhammad
status bar (minor modifications: default to false, add help)
2006-08-30changelog entry for Marc's bugfixHisham Muhammad
2006-08-30A fix for long uptimes, sent my Marc CahalanHisham Muhammad
2006-08-24Fix bug 1538463.Hisham Muhammad
2006-08-04--sort-key flag in the command-line, overriding theHisham Muhammad
saved setting in .htoprc for the session. (thanks to Rodolfo Borges)
2006-07-23No longer untag processes after sending a signalHisham Muhammad
(useful for when SIGTERM fails and one wants to try again with SIGKILL).
2006-07-23Horizontally scroll in larger increments when on theHisham Muhammad
Linux console because of slow update of unaccelerated fb
2006-07-12Share name strings from UsersListHisham Muhammad
2006-07-12Perform RichString operations by hand.Hisham Muhammad
Avoid unnecessary operations when processing entries on ProcessList.
2006-07-12Make checks for headers and libraries actually halt configure.Hisham Muhammad
2006-07-12Bringing extra files up-to-dateHisham Muhammad
2006-07-11Minor update to the README file.Hisham Muhammad
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
2006-07-11Standardize on sourceforge address for htop information.Hisham Muhammad
2006-07-01Bring TODO file back from the deadHisham Muhammad
2006-06-06Updates for new version of the MakeHeader.py script.Hisham Muhammad
2006-06-06More information in debug output.Hisham Muhammad
2006-06-06Regenerated all headers.Hisham Muhammad
2006-06-06New version of MakeHeader. Does not use 'private' comment annotation,Hisham Muhammad
using the 'static' storage class instead. Automatically generates 'extern' declarations in headers for non-static data.
2006-06-06These were merged into LoadAverageMeter.[ch]Hisham Muhammad
2006-06-05Use long long types to avoid overflowHisham Muhammad
2006-06-05Disable old hack that's interfering with real debugging.Hisham Muhammad