summaryrefslogtreecommitdiffhomepage
path: root/src/vector.c
AgeCommit message (Collapse)Author
2002-05-13Added a "tail" pointer to the vector to make insertions more efficient.Robert James Kaes
2002-04-18Replaced the explicit header includes with one call to tinyproxy.h. Also,Robert James Kaes
added the utils.h header and changed all the malloc, calloc, free, and strdup to the appropriate safe variety.
2002-04-09Cleaned up the include lines to be slightly more portable (I hope.)Robert James Kaes
2002-04-07Added the vector module which is a vector implementation. I use it in theRobert James Kaes
hashmap implementation.