Integrated the DKIM signer into serv_smtpclient, but disabled it
[citadel.git] / libcitadel / lib / stringbuf.c
2008-12-15 Wilfried Göesgens* sanitize offset
2008-12-14 MattAs per dothebart's advice, revise StrBufIsNumber to...
2008-12-14 Mattsimple function to check if entire buffer is purely...
2008-12-13 Wilfried Göesgens* StrBufExtract_token wouldn't reset its target buffer...
2008-11-30 Wilfried Göesgens* zero-safe StrtoI/L
2008-11-29 Wilfried Göesgens* new StrBuf Method: cut it at a given position
2008-11-20 Wilfried Göesgens* make it const baby... not yet done.
2008-11-14 Wilfried Göesgens* another try to fix this off by one
2008-11-13 Wilfried Göesgens* add lowercase converter function
2008-11-09 Wilfried Göesgens* fix (ab) qp decode test
2008-11-05 Wilfried Göesgens* detect the QP-coding type 'B' and 'Q' case insensitive
2008-11-03 Wilfried Göesgens* if we decode a RFC 822 Message, output the charset...
2008-11-02 Wilfried Göesgens* reference free handler (Don't free payload ;-)
2008-10-14 Wilfried Göesgens* StrBufTrim; port of striplt to strbuf; since the...
2008-10-12 Wilfried Göesgens* reworked strbuf RFC822 decoder; its working source...
2008-10-05 Wilfried Göesgens* add autoheader for zlib and iconv detection
2008-09-14 Wilfried Göesgens* add define to easy make a hashkey from a stringbuffer
2008-09-12 Wilfried Göesgens* upsi. sequence readjusted.
2008-09-12 Wilfried Göesgens* move StrBufNum_tokens and StrBufPlain to more apropri...
2008-08-28 Wilfried Göesgens* move the pointer forward while selecting.
2008-08-27 Wilfried Göesgens* copy va_arg list as running the same vsnprintf over...
2008-08-26 Wilfried Göesgens* bugfix reallocation msgescputs
2008-08-25 Wilfried Göesgens* fix StrMsgEscAppend
2008-08-24 Wilfried Göesgens* redid sprintf wrapper logic
2008-08-20 Wilfried Göesgens* catch empty source string condition
2008-08-19 Wilfried Göesgens* fix some minor flaws
2008-08-19 Wilfried Göesgens* provide a strbuf version of the webcit escapers
2008-08-16 Wilfried Göesgens* New StrBufPeek function to replace a special char...
2008-08-09 Wilfried Göesgens* this one needs to be zeroed too
2008-08-08 Wilfried Göesgens* copy statistic inforations too...
2008-08-03 Wilfried Göesgens* add method to duplicate stringbuffer
2008-08-03 Wilfried Göesgens* add VALGRIND flag to debian debug flag to make valgri...
2008-08-02 Wilfried Göesgens* fix new wprintf backend to handle buffer increases
2008-07-28 Wilfried Göesgens* add wrapper to base64 decoding
2008-07-27 Wilfried Göesgens* add gzip + configure detection -> re-bootstrap!
2008-07-14 Wilfried Göesgens* fix buffer end situation
2008-07-13 Wilfried Göesgens* ignore null pointers to free.
2008-07-12 Wilfried Göesgens* some umlaut weirdness
2008-07-12 Wilfried Göesgens* missing encoding function added
2008-07-09 Wilfried Göesgens* sanitize loops
2008-07-09 Wilfried Göesgens* add new buffer class which handles concatenation...