FreeBSD Compatibility (as proposed by acardenas)
[citadel.git] / libcitadel / lib / libcitadel.h
2011-12-29 Wilfried GoesgensFreeBSD Compatibility (as proposed by acardenas)
2011-11-13 Art CancroVersion number to 8.02 for upcoming release
2011-10-18 Art CancroInternal version number to 8.01 for imminent release
2011-10-18 Art CancroThe definition of ThreadIdHash() has been moved from...
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 Wilfried GoesgensStrBufSipLine(): make input params const; fix several...
2011-09-04 Art CancroReinstated the use of EUID/UUID in blog posts; however...
2011-09-04 Art CancroRevert "Change to blog euid storage; note new definitio...
2011-09-04 Art CancroRemoved logging stuff from libcitadel
2011-08-31 Wilfried GoesgensAdd function to do some revalidations on hashlists...
2011-08-28 Art CancroSet all version numbers to 8.00 -- FEATURE FREEZE FOR...
2011-07-24 Wilfried GoesgensStrBufSipLine(): make input params const; fix several...
2011-07-19 Art CancroConvenience function CtdlLogResult()
2011-07-03 Wilfried Goesgensmerge in euid generation from master
2011-07-03 Wilfried GoesgensAdd ability to hex encode binary strings
2011-05-03 Wilfried GoesgensFix possible endless loop conditions
2011-04-19 Wilfried GoesgensInclude ourselves??
2011-04-01 Wilfried GoesgensSwitch handling to have a pointer to the target address
2011-04-01 Wilfried Goesgensmove URL parsing / struct over into libcitadel
2010-12-27 Wilfried GoesgensHashlist: add function to flush the contents of a hashlist.
2010-12-21 Wilfried Goesgenslibevent integration
2010-11-27 Wilfried GoesgensFirst Step: chop mimeparser into pieces.
2010-11-27 Wilfried Goesgens* rewrite stripallbut() to return the length
2010-11-22 Wilfried Goesgensperformance improvements: replace memcmp
2010-10-30 Wilfried Goesgensadd string representations of the RoomNetCfg as RoomNet...
2010-10-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-26 Wilfried Goesgens* make it const, not written anyways
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-25 Wilfried Goesgens* add a permutation to the hashlist one can store msets in
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-09-10 Art CancroAll components in git master to version 7.89 in order...
2010-09-04 Art CancroVIEW_DRAFTS=9, VIEW=BLOG=10
2010-09-03 Art CancroUncomment 'not yet implemented' next to BLOG_VIEW in...
2010-09-01 Art Cancrooops, missed one
2010-08-09 Wilfried Göesgens* switch the roomviews from defines to enum (of same...
2010-08-05 Wilfried Göesgens* finish off ROOMPIC hard coded callback, thanks the_mg...
2010-07-31 Wilfried Göesgens * add defines for IGNET parts
2010-07-31 Wilfried Göesgens* move GNET-pop3 enum to libcitadel
2010-07-28 Art Cancro* All components of both stable and trunk noted as...
2010-07-20 Art Cancro* internal version number 781 in trunk, so we can do...
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
2010-06-01 Wilfried Göesgens* add StrBufSanitizeEmailRecipientVector(); it will...
2010-05-03 Art Cancro* Eliminate generic_free_handler() since it is not...
2010-04-29 Wilfried Göesgens* Make memreadlinelen() const
2010-04-24 Wilfried Göesgens* offer a split version of GetNextHashPos(): GetHashPos...
2010-04-10 Wilfried Göesgens* mime_parser(), mime_decode(), the_mime_parser();...
2010-03-19 Art Cancro* libcitadel internal version number is now 7.80
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-28 Wilfried Göesgens* add const string evaluator
2010-02-28 Wilfried Göesgens* add defines for the autopurger tokens
2010-02-27 Wilfried Göesgens* macro to get a string out of a define / enum
2010-02-26 Wilfried Göesgens* add user accesslevel enum
2010-02-22 Wilfried Göesgens* make it const baby!
2010-02-21 Wilfried Göesgens* some doxygen grouping
2010-01-31 Art Cancro* define VIEW_BLOG (not yet implemented but I need...
2010-01-10 Wilfried Göesgens* add function to append strings encoding them in hex...
2010-01-03 Wilfried Göesgens* allow mime header sub tokens to have blanks left...
2009-12-21 Wilfried Göesgens* apply the release stuff to head too from r8127
2009-12-03 Dave West Rename function as per dothebart's recomendation.
2009-12-03 Dave WestFor peer review.
2009-10-15 Wilfried Göesgens* add combined html/json escaper
2009-10-11 Wilfried Göesgens* fix hashlist iterator
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-07 Wilfried Göesgens* define StrBufNOTNULL, we use it for the Next-Tokenize...
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-06 Art Cancro* Version number to 7.61 on all components
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-14 Wilfried Göesgens* fix typo in tools
2009-06-07 Wilfried Göesgens* move utf8 handling stuff into strbuf, so we can be...
2009-05-31 Wilfried Göesgens* add function to shrink empty StrBufs so they don...
2009-05-26 Wilfried Göesgens* add slash-stripper
2009-05-24 Wilfried Göesgens* make default strbuf size configurable
2009-05-18 Wilfried Göesgens* add function to decode hex strings
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-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 Art Cancro* THIS IS 7.43 (BETA VERSION)
2009-03-16 Wilfried Göesgens* foolproof the hex-decoder
2009-03-12 Wilfried Göesgens* add function decode_hex() that interprets 2 chars...
2009-03-04 Wilfried Göesgens* shutdown libcitadel and xdgmime properly
next