Release version 999 generated by do-release.sh
[citadel.git] / libcitadel / lib / stringbuf.c
2023-11-03 Art CancroWar on old style continues.
2023-10-30 Art Cancrostringbuf.c: chipped away at style modernization
2023-06-10 Art Cancrowar on doxygen
2023-06-10 Art Cancroserv_rssclient.c: use array instead of linked list...
2023-01-06 Art CancroRename StrBufRFC2047encodeMessage() to StrBufQuotedPrin...
2022-11-09 Art Cancrowar on old style
2022-07-10 Art Cancroutf8ify_rfc822_string() is in libcitadel now
2022-05-23 Art CancroRewrote our local implementation of a Base64 encoder...
2022-05-20 Art Cancrocomment style
2022-05-18 Art CancroRemoved traces after realizing that I was hitting confi...
2021-02-27 Art CancroFixed a bug in StrBufReadBLOBBuffered() that would...
2018-10-02 Art CancroRemoved the chunked-io stuff from libcitadel. Nothing...
2017-02-01 Art CancroNew function StrBufDecodeQP() to decode a quoted-printa...
2015-11-19 Wilfried GoesgensFix off by one when cutting utf8-strings
2015-11-17 Wilfried GoesgensMake the swap buffer content function publically available.
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-07-24 Wilfried GoesgensFix swap of parameters when decoding base64; this could...
2015-02-16 Wilfried GoesgensFix utf8-non-encoding in xml-escape
2015-01-20 Wilfried GoesgensUse a Type for the stream pointers instead of void...
2015-01-20 Wilfried GoesgensAdd error handling to the stream functions
2015-01-20 Wilfried GoesgensIts the job of the stream lib to suppress chunks just...
2015-01-18 Wilfried GoesgensProperly detect stream pointers to avaid crashes on...
2015-01-18 Wilfried GoesgensHandle situation in where we have multiple buffers...
2015-01-06 Wilfried GoesgensGzip stream chunked encoding is working now.
2014-12-07 Wilfried Goesgenswork on decompressing
2014-11-30 Wilfried GoesgensStream Z-encoding seems to work now.
2014-02-04 Art CancroMerge branch 'master' into nntp
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...
next