* shrink default buffer size from 4K to 64 bytes. Applications that know they need...
authorWilfried Göesgens <willi@citadel.org>
Thu, 4 Jun 2009 20:42:31 +0000 (20:42 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 4 Jun 2009 20:42:31 +0000 (20:42 +0000)
commitd904fa6ae9df4c50e189d52996eca7206c5dfa33
tree5c82135687da3aec6a07cf81a26932906f9307a7
parent016d4c328531362f6af77193507daec7e3c70de3
* shrink default buffer size from 4K to 64 bytes. Applications that know they need a bigger size should use NewStrBufPlain(NULL, <wanted size>) so we don't get to much reallocs.
libcitadel/debian/rules
libcitadel/lib/stringbuf.c