summaryrefslogtreecommitdiffstats
path: root/EnvScreen.c
AgeCommit message (Expand)Author
2023-10-10Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into...Nathan Scott
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
2023-05-25Add missing copyright/file headersBenny Baumann
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-02-17Refactor to remove no-op callsBenny Baumann
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-11Make Infoscreens the correct heightDaniel Lange
2020-12-21EnvScreen: mark local class functions staticChristian Göttsche
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-02Spacing around operatorsBenny Baumann
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-07Mark Object instances constChristian Göttsche
2020-09-09Consolidate repeated macro definitions into one headerNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
2017-07-26Security review: make privilege dropping-restoring optional.Hisham Muhammad
2016-05-25Silence warnings about seteuid return value.Hisham
2016-02-02Check for failure in allocations.Hisham
2016-01-12refactor *Screen classes, add InfoScreen superclassHisham Muhammad
2016-01-06drop privileges before reading environmentMichael Klein
2015-12-03Add Platform_getProcessEnvMichael Klein
2015-12-02'e' displays environment of current processMichael Klein