summaryrefslogtreecommitdiffstats
path: root/src/vector.c
AgeCommit message (Collapse)Author
2016-05-03vector: catch overflows of the alloc counterMatthias Schiffer
Better fail than go into an endless loop...
2016-05-03alloc: check multiplications for overflowsMatthias Schiffer
2016-02-22Update copyright yearsMatthias Schiffer
2015-03-22vector: never reduce allocated sizeMatthias Schiffer
2015-01-14Update copyright yearsMatthias Schiffer
2014-08-22Remove VECTOR_ALLOCMatthias Schiffer
It is done automatically now if the VECTOR is zeroed before.
2014-08-02Introduce and use alloc helpersMatthias Schiffer
These new helpers will terminate fastd on allocation failures and add some additional convenience (allow strdup with NULL; typesafe new(type) macros).
2014-05-28Still more documentationMatthias Schiffer
2014-05-27More documentationMatthias Schiffer
2014-05-27Lots and lots of documentationMatthias Schiffer
2014-04-25Reduce minimum vector allocationMatthias Schiffer
2014-04-19Add vector macrosMatthias Schiffer