* add new buffer class which handles concatenation of strings in dynamic buffers...
authorWilfried Göesgens <willi@citadel.org>
Wed, 9 Jul 2008 00:47:39 +0000 (00:47 +0000)
committerWilfried Göesgens <willi@citadel.org>
Wed, 9 Jul 2008 00:47:39 +0000 (00:47 +0000)
commitfbe839e9aa6b9e055c78d1922a06cc1be8d74675
tree356f4ffc282b5194eedfe99d7e55825bf79f1ed8
parentf320c7f2b583a6554dc50e08f566d4b956249135
* add new buffer class which handles concatenation of strings in dynamic buffers for itself.
* adopt our algorithms to these new structures
libcitadel/Makefile.in
libcitadel/debian/changelog
libcitadel/debian/files
libcitadel/lib/hash.c
libcitadel/lib/libcitadel.h
libcitadel/lib/stringbuf.c [new file with mode: 0644]