* if we fail to compress, don't add gzip header and logwarn + backtrace
[citadel.git] / libcitadel /
2009-07-21 Wilfried Göesgens* calculate the compressed buffer more effective so...
2009-07-12 Wilfried Göesgens* abort token extraction if increasebuf won't let us...
2009-07-05 Wilfried Göesgens* add cURL read-callbackhook, so we can read HTTP answe...
2009-07-03 Art Cancro* Temporarily disabled the 'Drafts' functions. I like...
2009-06-23 Wilfried Göesgens* add a strbuf'ed version of stripslashes
2009-06-16 Wilfried Göesgens* add macro to use conststrs to access hashes
2009-06-16 Wilfried Göesgens* shorten len if we shorten the buf
2009-06-16 Wilfried Göesgens* clean up iconv decoding
2009-06-14 Wilfried Göesgens* fix typo in tools
2009-06-12 Wilfried Göesgens* don't touch the buffer if its empty.
2009-06-07 Wilfried Göesgens* fix another buggy buffer increase
2009-06-07 Wilfried Göesgens* move utf8 handling stuff into strbuf, so we can be...
2009-06-04 Wilfried Göesgens* shrink default buffer size from 4K to 64 bytes. Appli...
2009-05-31 Wilfried Göesgens* add function to shrink empty StrBufs so they don...
2009-05-31 Wilfried Göesgens* iron out some more hickups in the linebuffered reading
2009-05-29 Wilfried Göesgens* another bug in increasing buffers.
2009-05-28 Wilfried Göesgens* fix IncreaseBuf
2009-05-26 Wilfried Göesgens* add slash-stripper
2009-05-26 Wilfried Göesgens* redo linebuffered reading
2009-05-24 Wilfried Göesgens* make default strbuf size configurable
2009-05-22 Wilfried Göesgens* don't use memcpy on overlapping operations
2009-05-18 Wilfried Göesgens* add function to decode hex strings
2009-05-05 Wilfried Göesgens* fix build without iconv
2009-04-25 Wilfried Göesgens* add strbuf wrapper arround vcard parser
2009-04-21 Wilfried Göesgens* have select acting like it would accept \n000\n as...
2009-04-21 Art Cancro* Fixed striplt() to only remove leading and trailing...
2009-04-19 Wilfried Göesgens* implement buffered IO for blob-reading, so you can...
2009-04-19 Wilfried Göesgens* extract_key() now expects the caller to specify the '='
2009-04-18 Wilfried Göesgens* big profiling stuff:
2009-04-11 Wilfried Göesgens* add fast linebuffered function just cutting its buffe...
2009-04-11 Art Cancro* HashLittle() function
2009-04-06 Art Cancro* Development version is now 7.60
2009-04-02 Art Cancro* Set version number to 7.50 across the entire system...
2009-03-30 Art Cancro* THIS IS 7.44 (BETA RELEASE ONLY)
2009-03-17 Wilfried Göesgens* 7.43 in debian changelog...
2009-03-17 Art Cancro* THIS IS 7.43 (BETA VERSION)
2009-03-16 Wilfried Göesgens* foolproof the hex-decoder
2009-03-13 Wilfried Göesgens* suport lower case hex digits too
2009-03-12 Wilfried Göesgens* add function decode_hex() that interprets 2 chars...
2009-03-08 Wilfried Göesgens* adjust copyright holders
2009-03-04 Wilfried Göesgens* add libcitadel private header.
2009-03-04 Wilfried Göesgens* shutdown libcitadel and xdgmime properly
2009-03-01 Wilfried Göesgens* resync with pkg-citadel
2009-02-26 Wilfried Göesgens* add .vcf to our static file extensions list, so we...
2009-02-25 Wilfried Göesgens* fix memleaks
2009-02-24 Wilfried Göesgens* remove temporary debian file
2009-02-21 Wilfried Göesgens* make shure we don't buffer underrun while searching...
2009-02-20 Wilfried Göesgens+ add beta tag to debs
2009-02-20 Art Cancro* Set all version numbers to 7.41 for upcoming beta.
2009-02-16 Wilfried Göesgens* calculate terminator char while checking whether...
2009-02-15 Wilfried Göesgens+ add next token tokenizer
2009-02-14 Wilfried Göesgens* return whether we removed a pattern or not.
2009-02-12 Wilfried Göesgens* more bugs of the same way.
2009-02-12 Wilfried Göesgens* if we do a half baked static strbuf for extracting...
2009-02-11 Wilfried Göesgens* add fuction for ascii sanitation
2009-02-08 Wilfried Göesgens* fixup StrBufRemove_token
2009-02-07 Wilfried Göesgens* pad some zeroes before / after compressing so valgrin...
2009-01-26 Wilfried Göesgens+ add linebreak to html linebreak converting to StrEscA...
2009-01-26 Wilfried Göesgens* use memcpy instead of strcpy, as here we know how...
2009-01-26 Wilfried Göesgens* json doesn't need to escape singlequotes
2009-01-25 Wilfried Göesgens+ add C-to-Json serializer
2009-01-06 Matt+ New function: StrECMAEscAppend, does string escaping...
2008-12-31 Art CancroUpdated various copyright notices to 2009. Happy GNU...
2008-12-26 Wilfried Göesgens* fix iteration
2008-12-24 Wilfried Göesgens* adjust backward iterating
2008-12-20 Wilfried Göesgens* handle negative index condition
2008-12-20 Wilfried Göesgens* const this one too...
2008-12-20 Wilfried Göesgens* const mset pointer, as we don't need to write on it.
2008-12-17 MattRevert new appendsize check for StrBufAppendBufPlain
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* link libz if we detect it.
2008-12-13 Wilfried Göesgens* StrBufExtract_token wouldn't reset its target buffer...
2008-12-11 Wilfried Göesgens* more files to be removed...
2008-12-11 Wilfried Göesgens* don't distribute machine dependend stuff...
2008-12-07 Wilfried Göesgens* *grml* always tried to avoid this, but can't live...
2008-12-07 Wilfried Göesgens* Allow hashiterator to do bigger steps than 1 and...
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-26 Art CancroUpdated the MIME Parser API to include Content-ID in
2008-09-22 Art CancroSet vCard version to 2.1
2008-09-21 Wilfried Göesgens* inline does funny things in some situations.
2008-09-20 Art CancroFixed a bug in CtdlSetSeen() where if the target room
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-09-12 Art CancroVersion 7.38 of citadel and libcitadel
2008-09-09 Art CancroSet VERSION:3.0 to all vCards serialized by libcitadel
2008-09-08 Wilfried Göesgens* add wrapper to destruct nested hashes
next