summaryrefslogtreecommitdiffstats
path: root/ProcessList.c
AgeCommit message (Expand)Author
2020-08-26Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwe...Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2018-04-05Collapse current subtree pressing BackspaceHisham Muhammad
2018-02-04Fix: infinite loop in tree view on macOSWataru Ashihara
2017-09-14Make 'c' key work with threads as well.Hisham Muhammad
2017-09-04minor style tweakHisham Muhammad
2017-09-01Find roots when constructing process tree, fix #587wangqr
2016-02-29Release resource when using hwlocHisham
2016-02-18Pre-reset 'show' for process.Hisham Muhammad
2016-02-14Portable affinity using hwlocHisham
2015-08-20Merge pull request #43 from ErkiDerLoony/masterHisham Muhammad
2015-08-20Merge pull request #134 from jeffgarrett/pid-selectionHisham Muhammad
2015-08-19Rename String to StringUtils.David Hunt
2015-04-09Fixes to use platform-specific compare routines.Hisham Muhammad
2015-04-09Visual tweaks: change color when following, add Broken Gray theme.Hisham Muhammad
2015-04-02Merge branch 'master' into wipHisham Muhammad
2015-03-16Major advances in FreeBSD port.Hisham Muhammad
2015-03-16Get FreeBSD tree to compile again with latest changes.Hisham Muhammad
2015-03-15Move more Linux-specific code into Linux subdir.Hisham Muhammad
2015-02-20Fix allocation of processes. Closes #166.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2014-11-27Add ProcessList_delete to the variable interface.Hisham Muhammad
2014-11-24Builds on Linux again!Hisham Muhammad
2014-11-24Changes for supporting separate platform subdirectories.Hisham Muhammad
2014-11-19Refactored key handlers.Hisham Muhammad
2014-10-08Interpret command line PIDs as PIDs, not TIDsJeff Garrett
2014-05-04pass processlist flags to readOpenVZData (fixes build error)yar
2014-05-03Update values for fields whose columns may appear later. Fixes #80.Hisham Muhammad
2014-04-24Support pagefaults stats. Closes #45.Hisham Muhammad
2014-04-24Add sanity checks.Hisham Muhammad
2014-04-22xread may return -1.Hisham Muhammad
2014-04-21Restrict size of inputs on sscanf reads.Hisham Muhammad
2014-04-21check return of topoErrHisham Muhammad
2014-04-21shorten scope of variables.Hisham Muhammad
2014-04-21goto considered harmful and confuses cppcheck.Hisham Muhammad
2014-04-21Fix resource leak detected by cppcheckHisham Muhammad
2014-04-11Fix logic for skipping non-numeric directories.Hisham Muhammad
2014-04-11Fix tree view if userland threads are hidden.Edgar Kalkowski
2014-04-09Fix invalid access when highlighting basename of threads.Hisham Muhammad
2014-02-27New logic for highlighting basenames with spacesHisham Muhammad
2014-02-27alignment improvementsHisham Muhammad
2014-01-29Added additional column to monitor OOM killer score of each processLeigh Simpson
2014-01-16Fix order of calloc arguments.Hisham Muhammad
2013-12-18Make CPU meter optionally account guest time in its percentagesHisham Muhammad
2013-12-18Fixes in accounting of guest time when using virtualizationHisham Muhammad
2013-05-24Performance improvements due to conditional parsing of IO data depending on s...Hisham Muhammad
2013-04-29Performance improvementsHisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2012-11-10search and filter for the strace and lsof screens!Hisham Muhammad
2012-10-20Option to update process names on every refreshHisham Muhammad