summaryrefslogtreecommitdiffstats
path: root/Vector.c
Commit message (Expand)AuthorAgeFilesLines
* ProcessList: fix quadratic process removal when scanningCharlie Vieth2022-05-051-7/+74
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* Avoid calling Object_isA from inside Vector_isConsistentBenny Baumann2020-11-171-6/+6
* Hashtable updateChristian Göttsche2020-11-171-3/+3
* Embracing branchesBenny Baumann2020-11-021-9/+23
* Spacing around operatorsBenny Baumann2020-11-021-6/+8
* Spacing after keywords (if)Benny Baumann2020-11-021-2/+2
* Assert Vector_get returns an objectChristian Göttsche2020-11-021-1/+2
* Drop duplicate and always true conditionChristian Göttsche2020-10-271-3/+1
* Hold only a const version of Settings in ProcessListChristian Göttsche2020-10-261-3/+3
* Make all required includes explicitBenny Baumann2020-10-181-1/+2
* Misc Vector updatesChristian Göttsche2020-10-161-8/+17
* Mark Vector parameter const for non-modifying functionsChristian Göttsche2020-10-151-5/+5
* Mark search parameter in Vector_indexOf constChristian Göttsche2020-10-151-3/+3
* Mark Object classes and Object class fields constChristian Göttsche2020-10-071-1/+1
* Replace copy loop by memmove in Vector_insertBenny Baumann2020-10-071-2/+2
* Use memmove for Vector_takeBenny Baumann2020-10-071-2/+3
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
* Resolve DEBUG compilation issuesChristian Göttsche2020-10-031-31/+15
* minor typo in Vector.cckath2020-10-021-2/+2
* Drop redundant casts to the same typeChristian Göttsche2020-09-291-1/+1
* Clean up some code duplication in the header filesHugo Musso Gualandi2020-09-121-2/+2
* Axe automated header generation.Zev Weiss2020-09-031-19/+0
* Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwe...Nathan Scott2020-08-261-0/+12
* Clean up existing whitespaceDaniel Flanagan2019-10-311-2/+2
* Optimize Vector_size on non-debug buildsHisham Muhammad2018-02-051-0/+8
* Check for failure in allocations.Hisham2016-02-021-3/+3
* Clean up some needless malloc casts, convert some mallocs to callocs, and fix...Michael McConville2015-09-161-1/+1
* This assert is no longer valid.Hisham Muhammad2015-04-081-1/+0
* Complete cursor-based movement of headers.Hisham Muhammad2015-02-031-0/+4
* shorten scope of variable.Hisham Muhammad2014-04-211-3/+1
* Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad2012-12-051-22/+17
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-22/+26
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-2/+0
* major header cleanupHisham Muhammad2011-12-261-5/+6
* Mega-commit with features and tweaks for 1.0:Hisham Muhammad2011-11-181-9/+84
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
* Fix off-by-one in Vector (the probable cause for many user-reported crashes?)Hisham Muhammad2010-11-221-2/+2
* expand/collapse treeHisham Muhammad2010-06-171-15/+0
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
* warning fixesHisham Muhammad2010-02-251-31/+31
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-2/+10
* Add debugging sanity checks.Hisham Muhammad2006-11-121-1/+12
* Yet another sanity check.Hisham Muhammad2006-11-081-0/+1
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-22/+17
* Updates for new version of the MakeHeader.py script.Hisham Muhammad2006-06-061-4/+2
* Rename TypedVector to Vector, matching dit.Hisham Muhammad2006-05-301-0/+257

© 2014-2024 Faster IT GmbH | imprint | privacy policy