A little more with the API coding style.
[citadel.git] / libcitadel /
2009-10-25 Wilfried Göesgens* add doxygen config
2009-10-22 Wilfried Göesgens* add stdin for decoding tests
2009-10-15 Wilfried Göesgens* fix non-iconv-enabled build
2009-10-15 Wilfried Göesgens* add combined html/json escaper
2009-10-11 Wilfried Göesgens* remove unneded code
2009-10-11 Wilfried Göesgens* fix hashlist iterator
2009-10-09 Wilfried Göesgens* fix off by one in buffer size
2009-10-05 Wilfried Göesgens* fix dependencies solaris is a little pickier here.
2009-10-04 Wilfried Göesgens* fix VDIR build
2009-10-04 Wilfried Göesgens* run it several times, just to be shure.
2009-10-04 Wilfried Göesgens* add simple RFC822 / iconv decoding test
2009-10-04 Wilfried Göesgens* don't continue to read, if we don't have a valid FD
2009-10-03 Wilfried Göesgens* fix mixed line/blob test
2009-10-03 Wilfried Göesgens* rework stringbuffered reading on nonblocking files
2009-10-03 Wilfried Göesgens* start out a unit test for our buffered I/O; copy...
2009-10-01 Wilfried Göesgens* be a bit more picky about string ends in StrBufExtrac...
2009-09-22 Wilfried Göesgens* make some more functions NULL safe
2009-09-21 Wilfried Göesgens* fix StrBufReadBLOBBuffered; it didn't clean read...
2009-09-21 Wilfried Göesgens* add / correct documentation
2009-09-11 Art Cancro* Set the version numbers of everything to 7.66.
2009-09-10 Wilfried Göesgens* add StrBufSmash() so functions demanding a non-const...
2009-09-08 Art Cancro* This duplicates the code in msgbase.c that is causing...
2009-09-07 Wilfried Göesgens* define StrBufNOTNULL, we use it for the Next-Tokenize...
2009-09-07 Wilfried Göesgens* add more NextToken list-tests
2009-09-06 Wilfried Göesgens* upsi forgot debug code..
2009-09-06 Wilfried Göesgens* fix Next-tokenizer
2009-09-06 Wilfried Göesgens* fix it some, but not all.
2009-09-05 Wilfried Göesgens* start a unit-test-suite with cunit.sourceforge.net...
2009-09-05 Wilfried Göesgens* rework StrBufExtract_NextToken; not yet thoroughly...
2009-09-04 Wilfried Göesgens* fix the not yet before used StrBufRemove_token()
2009-09-01 Art Cancro* Version numbers of everything 7.63
2009-08-27 Wilfried Göesgens* fix IKEY macro.
2009-08-17 Wilfried Göesgens* don't forget to append chars while expanding buffers
2009-08-06 Art Cancro* Version number to 7.61 on all components
2009-08-03 Wilfried Göesgens* return an error string in our own error cases...
2009-07-23 Wilfried Göesgens* check more carefully the target buf-size, since we...
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
next