summaryrefslogtreecommitdiffstats
path: root/Vector.c
AgeCommit message (Expand)Author
2024-04-05Use designated initializer moreChristian Göttsche
2023-12-26Fix code styleBenny Baumann
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2023-04-05set vector slots not containing entries to NULL.Lukas Beckmann
2023-04-05resize vector in Vector_set and Vector_splice.Lukas Beckmann
2023-04-05fix some assertions in Vector_isConsistent and Vector_splice.Lukas Beckmann
2022-05-10Fix heap buffer overflow in Vector_compactBenny Baumann
2022-05-05ProcessList: fix quadratic process removal when scanningCharlie Vieth
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2020-11-17Avoid calling Object_isA from inside Vector_isConsistentBenny Baumann
2020-11-17Hashtable updateChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Spacing after keywords (if)Benny Baumann
2020-11-02Assert Vector_get returns an objectChristian Göttsche
2020-10-27Drop duplicate and always true conditionChristian Göttsche
2020-10-26Hold only a const version of Settings in ProcessListChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Misc Vector updatesChristian Göttsche
2020-10-15Mark Vector parameter const for non-modifying functionsChristian Göttsche
2020-10-15Mark search parameter in Vector_indexOf constChristian Göttsche
2020-10-07Mark Object classes and Object class fields constChristian Göttsche
2020-10-07Replace copy loop by memmove in Vector_insertBenny Baumann
2020-10-07Use memmove for Vector_takeBenny Baumann
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-03Resolve DEBUG compilation issuesChristian Göttsche
2020-10-02minor typo in Vector.cckath
2020-09-29Drop redundant casts to the same typeChristian Göttsche
2020-09-12Clean up some code duplication in the header filesHugo Musso Gualandi
2020-09-03Axe automated header generation.Zev Weiss
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-02-05Optimize Vector_size on non-debug buildsHisham Muhammad
2016-02-02Check for failure in allocations.Hisham
2015-09-16Clean up some needless malloc casts, convert some mallocs to callocs, and fix...Michael McConville
2015-04-08This assert is no longer valid.Hisham Muhammad
2015-02-03Complete cursor-based movement of headers.Hisham Muhammad
2014-04-21shorten scope of variable.Hisham 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
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-11-18Mega-commit with features and tweaks for 1.0:Hisham Muhammad
2011-05-26Tempus fugit.Hisham Muhammad
2010-11-22Fix off-by-one in Vector (the probable cause for many user-reported crashes?)Hisham Muhammad
2010-06-17expand/collapse treeHisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad
2010-02-25warning fixesHisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2006-11-12Add debugging sanity checks.Hisham Muhammad