summaryrefslogtreecommitdiffstats
path: root/Process.h
AgeCommit message (Expand)Author
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Refactor generating starttime string into Process classChristian Göttsche
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-09Mark process argument of Process_isThread constChristian Göttsche
2020-10-07Mark Object instances constChristian Göttsche
2020-10-07Mark Object classes and Object class fields constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-05Merge branch '0000/int-sizes/00' of https://github.com/mfwitten/htop into mfw...Nathan Scott
2020-09-29Process.{h,c}: Use integer types that are more portableMichael Witten
2020-09-29Sort headers/includesBenny Baumann
2020-09-29Drop redundant declarationsChristian Göttsche
2020-09-24Drop dead process fieldsChristian Göttsche
2020-09-18Use strict function prototypesChristian Göttsche
2020-09-12Clean up some code duplication in the header filesHugo Musso Gualandi
2020-09-03Remove superfluous 'extern's from function declarations.Zev Weiss
2020-09-03Axe automated header generation.Zev Weiss
2020-08-25Avoid discarding const qualifiersChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-866'Nathan Scott
2020-08-20Resolve compiler warnings and errors relating to the Arg unionNathan Scott
2020-08-19Merge branch 'hishamhm-pull-869'Nathan Scott
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
2018-12-30Deal with larger numbers in colorNumber and outputRateadrien1018
2018-12-15Remove unnecessary HAVE_SYS_SYSMACROS_H checkWataru Ashihara
2018-04-05Collapse current subtree pressing BackspaceHisham Muhammad
2018-02-26Updates to generated header filesHisham Muhammad
2018-02-18Replace size_t with int/void* unionHisham Muhammad
2018-02-04Add support for Linux TASK_IDLEVladimir Panteleev
2017-09-14Make 'c' key work with threads as well.Hisham Muhammad
2016-05-30Silence cast warning.Hisham
2016-02-02Reuse comm object if possible, avoid useless repetitions of free+strdup.Hisham
2015-12-14Extend buffer for reading lines from /proc.Hisham Muhammad
2015-09-10Remove duplicate declaration.Jardel Weyrich
2015-08-20Make column width calculation dynamic.Hisham Muhammad
2015-05-20added missing defines for androidsherpya
2015-04-02Merge branch 'master' into wipHisham Muhammad
2015-03-31Fixes to subclassing Process.Hisham Muhammad
2015-03-23Tempus fugit.Hisham Muhammad
2015-03-21Tempus fugit.Hisham Muhammad
2015-03-16Major advances in FreeBSD port.Hisham Muhammad
2015-03-16Isolate portable and Linux-specific process fields.Hisham Muhammad
2015-03-15Move more Linux-specific code into Linux subdir.Hisham Muhammad
2015-02-23Merge fixesHisham Muhammad
2015-02-23Fix allocation of processes. Closes #166.Hisham Muhammad
2015-02-20Fix allocation of processes. Closes #166.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2014-11-27Move "get max pid" code into platform specific area.Hisham Muhammad
2014-11-24Changes for supporting separate platform subdirectories.Hisham Muhammad
2014-04-25Compare with long, for 64-bit systemsHisham Muhammad
2014-04-24Support pagefaults stats. Closes #45.Hisham Muhammad
2014-04-09Support for very large numbers, now tested on a 64-bit machine.Hisham Muhammad