diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-13 23:32:16 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-13 23:32:16 +0000 |
commit | d46cba8a0b4f48aadeb44fd6fd035b03c94e7416 (patch) | |
tree | 16175428535008ca376cec96b190e697cf392c70 /ChangeLog | |
parent | 16e96c79e83b7b6e71d50bd41e58fb0b9d787b5c (diff) | |
download | tinyproxy-d46cba8a0b4f48aadeb44fd6fd035b03c94e7416.tar.gz tinyproxy-d46cba8a0b4f48aadeb44fd6fd035b03c94e7416.zip |
Added a "tail" pointer to the vector to make insertions more efficient.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-05-13 Robert James Kaes <rjkaes@flarenet.com> + * src/vector.c: Added the "tail" pointer to make insertions more + efficient. + * src/hashmap.c (hashmap_insert): Fixed a potential SEGFAULT if the memory for the new hashmap entry could not be allocated. (hashmap_remove): Fixed a problem where an entry could have it's |