BASE64: forcefully terminate it after deciphering it.
[citadel.git] / libcitadel / lib / stringbuf.c
2014-02-03 Wilfried GoesgensBASE64: forcefully terminate it after deciphering it.
2014-01-06 Wilfried GoesgensBASE64: add stream handler for base 64 decoding - make...
2014-01-02 Wilfried GoesgensSTRBUF: add wrapper to do source -> target buffer base...
2014-01-02 Wilfried GoesgensFileSendChunked(): add mode which operates without...
2013-12-07 Wilfried GoesgensSTRBUF: RFC2047-Encode Message - don't ommit linebreaks.
2013-12-07 Wilfried GoesgensSTRBUF: RFC2047-Encode Message - \r == 10
2013-11-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2013-11-01 Wilfried Goesgensadd functions to escape utf8 sequnces for xml streams
2013-10-27 Wilfried Goesgensadd StrBufRFC2047encodeMessage which does quoted printe...
2013-10-10 Wilfried Goesgenswe mustn't cut the string if we don't find a boundary.
2013-09-29 Wilfried Goesgensif the StrBuf or its parts are NULL, we can't do any...
2013-09-24 Wilfried Goesgensadd strbuff wrapper for base64 encoding
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-08-17 Wilfried GoesgensFDIO: don't set fd's to 0, -1 is better since its safe...
2013-08-15 Wilfried GoesgensFDIO: check for double freeing of an FDIO resource...
2013-07-11 Art CancroStrBufStripAllBut() now returns the LEFTMOST qualifying...
2013-02-17 Wilfried Goesgensread will return 0 if select wouldn't have been success...
2013-02-17 Wilfried GoesgensAdd new function to remove non-ascii characters from...
2012-10-21 Wilfried GoesgensSTRBUF: handle more OOM strbuf places.
2012-10-21 Wilfried GoesgensSTRBUF: fix sanity check when resetting the buffer...
2012-10-21 Wilfried GoesgensSTRBUF: evaluate fails to increase the buffer
2012-07-24 Wilfried GoesgensMacOSX compatibility: check whether memcpy is a macro...
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Wilfried GoesgensFDIO: make splice runtime optional
2012-06-13 Wilfried GoesgensAdd FileMoveChunked(); which can read and write with...
2012-06-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-11 Wilfried GoesgensUse right size value as input for splice.
2012-06-10 Wilfried GoesgensFileSendChunked(): replace sendfile by splice()
2012-06-10 Wilfried GoesgensStrBufExtract_tokenFromStr: add wrapper around StrBufEx...
2012-06-04 Wilfried Goesgensconfigure: check for splice() system call; sendfile...
2012-06-03 Wilfried Goesgensone more null-check
2012-05-31 Wilfried Goesgensadd some more NULL-pointer-checks; free allocated mem...
2012-05-26 Wilfried Goesgensadd some nullpointer checks.
2012-05-25 Wilfried GoesgensRemove unneeded code found by the clang static analyzer
2012-05-10 Wilfried GoesgensRemove duplicate include with wrong #ifs
2012-05-10 Wilfried GoesgensStringBuf: add URL-encoder that also encodes the @...
2012-03-22 Wilfried GoesgensFileRecvChunked(): implement non splice version for...
2012-03-22 Wilfried GoesgensStrBufStripSlashes() we want to _strip_ trailing slashe...
2012-03-11 Wilfried GoesgensImplement sending of files without splice() for elderly...
2011-10-18 Wilfried GoesgensRemove double include; fcnctl seems to be around in...
2011-10-17 Wilfried GoesgensAdd function to free the file upload facilities.
2011-10-16 Wilfried GoesgensFinalize Networker; native modern linux.
2011-10-08 Wilfried GoesgensAdd support for sending / reading to files; so far...
2011-09-16 Wilfried GoesgensAdd function to measure the length of the fifo buffer
2011-09-04 Art CancroAdded GPL declaration to source files in libcitadel
2011-09-01 Wilfried GoesgensFB->ReadWritePointer has to point to FB->Buf->Buf if...
2011-08-31 Wilfried GoesgensStrBufChunkSipLine(): compact buffer if we have a remai...
2011-08-20 Wilfried GoesgensQP-Encode questionmarks.
2011-08-20 Wilfried GoesgensWhen QP encoding, we need to convert blanks to underscores
2011-08-19 Wilfried Goesgensadd missing var definition *ups*
2011-08-19 Wilfried GoesgensFix detecting of UTF8 Sequences
2011-08-19 Wilfried Goesgensfix counting of UTF8-charwidth
2011-08-19 Wilfried Goesgensfix StrHtmlEcmaEscAppend, StrECMAEscAppend
2011-08-19 Wilfried GoesgensFix StrHtmlEcmaEscAppend() more edge cases in utf8...
2011-08-19 Wilfried Goesgens fix QP encoding
2011-08-19 Wilfried Goesgensfix QP encoding
2011-07-24 Wilfried GoesgensStrBufSipLine(): make input params const; fix several...
2011-07-07 Wilfried GoesgensFix documentation
2011-07-03 Wilfried GoesgensAdd ability to hex encode binary strings
2011-05-03 Wilfried GoesgensFix possible endless loop conditions
2011-01-30 Wilfried GoesgensMerge branch 'libevent' of ssh://git.citadel.org/appl...
2011-01-30 Wilfried GoesgensQP-Decoding: Ignore case of letter indicating _B_inary...
2010-12-27 Wilfried GoesgensLibevent Migration
2010-12-26 Wilfried GoesgensStrBuf_NextToken: if the source is empty, flush the...
2010-12-21 Wilfried Goesgenslibevent integration
2010-11-10 Wilfried Goesgensfix buffer overrun while converting charsets
2010-10-25 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-25 Wilfried Goesgens* add a way to pass the workbuffers into the RFC-822...
2010-10-04 Wilfried Goesgens* StrBufSanitizeEmailRecipientVector () fix another...
2010-09-13 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-12 Wilfried Goesgens* NewStrBufDupAppendFlush(): add way to feed in char...
2010-09-11 Wilfried Goesgens* NewStrBufDupAppendFlush(): if you have an IO/Buf...
2010-07-28 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector() fix bug cutting...
2010-07-25 Wilfried Göesgens* StrBufDecodeBase64(): init output buffer so in case...
2010-07-24 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector () fix null pointe...
2010-06-28 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector(): fix some NULL...
2010-06-01 Wilfried Göesgens* add StrBufSanitizeEmailRecipientVector(); it will...
2010-05-21 Wilfried Göesgens* ReAdjustEmptyBuf() wasn't quiet what it should be...
2010-05-21 Wilfried Göesgens* StrBufReadBLOBBuffered(): tell read to give us as...
2010-05-06 Wilfried Göesgens * StrBufPlain(): don't access pointers before we check...
2010-05-04 Wilfried Göesgens* StrBufReadBLOBBuffered(): fix abort condition; if...
2010-04-26 Wilfried Göesgens* StrBufTCP_read_buffered_line_fast(): silence warning...
2010-03-23 Wilfried Göesgens * StrBufPlain(): secure input arguments; don't strlen...
2010-03-16 Wilfried Göesgens* StrBufReplaceToken(): source and dest of move operati...
2010-03-16 Wilfried Göesgens* StrBufStripAllBut(): cut at the right border not...
2010-03-15 Wilfried Göesgens* we did that +1 two lines above to avaid infinite...
2010-03-14 Wilfried Göesgens* move the pointer one to the right, else we will loop...
2010-03-13 Wilfried Göesgens* add StrBufPook which blobs out a sub-part of the...
2010-03-09 Wilfried Göesgens* add function to replace a sub snippet of a string
2010-02-22 Wilfried Göesgens* first Trim the right end, so we don't need to move...
2010-02-21 Wilfried Göesgens* its a pointer, so compare it with NULL not 0
2010-02-21 Wilfried Göesgens* some doxygen grouping
2010-02-20 Wilfried Göesgens* const now the bugged code is gone.
2010-02-20 Wilfried Göesgens* found new bug in the RFC822 Decoder
2010-02-15 Wilfried Göesgens* return the number of chars we read; it doesn't have...
2010-02-14 Wilfried Göesgens* generaly NULL *Pos before re-caclulating it
2010-02-14 Wilfried Göesgens* fix the linebuffered reader; some cases (like having...
2010-01-10 Wilfried Göesgens* add function to append strings encoding them in hex...
2010-01-03 Wilfried Göesgens* some more input condition sanitizing
2009-12-20 Wilfried Göesgens* fix StrBufNum_tokens
next