]> code.citadel.org Git - citadel.git/history - libcitadel/lib
Allow the token 'dotgoto?' to bypass wiki hyperlink rewriting, so that we can post...
[citadel.git] / libcitadel / lib /
2011-06-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-06-29 Wilfried GoesgensFix K-Escaper; we wouldn't copy the whole UTF-8 sequenc...
2011-05-30 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-25 Art CancroReinstated the use of EUID/UUID in blog posts; however...
2011-05-23 Art CancroRevert "Generate UUID in blog posts to be used in perma...
2011-05-23 Art CancroRevert "Change to blog euid storage; note new definitio...
2011-05-20 Art CancroChange to blog euid storage; note new definition in...
2011-05-20 Art CancroGenerate UUID in blog posts to be used in permalinks
2011-05-14 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-14 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-03 Wilfried GoesgensFix possible endless loop conditions
2011-05-03 Wilfried GoesgensFix possible endless loop conditions
2011-04-07 Art CancroAdded GPL declaration to source files in libcitadel
2011-04-07 Art CancroAdded GPL declaration to source files in libcitadel
2011-04-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-04-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-04-06 Art Cancrogenerate_uuid() now generates more or less DCE-complian...
2011-04-06 Art Cancrogenerate_uuid() now generates more or less DCE-complian...
2011-02-21 Wilfried Goesgensfixing html2ascii
2011-02-21 Wilfried Goesgensfixing html2ascii
2011-01-30 Wilfried GoesgensQP-Decoding: Ignore case of letter indicating _B_inary...
2011-01-30 Wilfried GoesgensQP-Decoding: Ignore case of letter indicating _B_inary...
2011-01-17 Art CancroRemoved logging stuff from libcitadel
2011-01-17 Art CancroRemoved logging stuff from libcitadel
2011-01-15 Wilfried GoesgensMimeparser rewrite; fix bug detecting trailing MIME...
2011-01-15 Wilfried GoesgensMimeparser rewrite; fix bug detecting trailing MIME...
2010-12-22 Art CancroRevert "libevent integration"
2010-12-22 Art CancroRevert "libevent integration"
2010-12-21 Wilfried Goesgenslibevent integration
2010-12-21 Wilfried Goesgenslibevent integration
2010-12-17 Art CancroContent-transfer-encoding: ISO-8859-1 joins the 'no...
2010-12-17 Art CancroContent-transfer-encoding: ISO-8859-1 joins the 'no...
2010-12-12 Wilfried GoesgensMimeparser Bugfix
2010-12-12 Wilfried GoesgensMimeparser Bugfix
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Wilfried GoesgensMimeparser Bugfix:
2010-12-10 Wilfried GoesgensMimeparser Bugfix:
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Wilfried GoesgensMimeparser bugfix; if we continue we must flush the...
2010-12-10 Wilfried GoesgensMimeparser bugfix; if we continue we must flush the...
2010-12-09 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-09 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-09 Wilfried GoesgensMore tiny bugfixes on the mimeparser
2010-12-09 Wilfried GoesgensMore tiny bugfixes on the mimeparser
2010-12-08 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-08 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-07 Wilfried GoesgensPerformance: use memchr to find the next '-' and then...
2010-12-07 Wilfried GoesgensPerformance: use memchr to find the next '-' and then...
2010-12-07 Wilfried GoesgensBe more conservative about when not to apply binary...
2010-12-07 Wilfried GoesgensBe more conservative about when not to apply binary...
2010-12-07 Art CancroRewrote stripallbut() again, tested extensively
2010-12-07 Art CancroRewrote stripallbut() again, tested extensively
2010-12-05 Wilfried GoesgensIn the name of test-coverage: #if 0 the parts we don...
2010-12-05 Wilfried GoesgensIn the name of test-coverage: #if 0 the parts we don...
2010-12-05 Wilfried GoesgensDon't put a static buffer into content_encoding; its...
2010-12-05 Wilfried GoesgensDon't put a static buffer into content_encoding; its...
2010-11-28 Wilfried GoesgensMime-parser rework: parse the mime headers of the curre...
2010-11-28 Wilfried GoesgensMime-parser rework: parse the mime headers of the curre...
2010-11-27 Wilfried GoesgensMore hickups found due to the mimetester; pre push.
2010-11-27 Wilfried GoesgensMore hickups found due to the mimetester; pre push.
2010-11-27 Wilfried Goesgensfix crash: we want to do is_digit() on *char* not on...
2010-11-27 Wilfried Goesgensfix crash: we want to do is_digit() on *char* not on...
2010-11-27 Wilfried GoesgensFirst Step: chop mimeparser into pieces.
2010-11-27 Wilfried GoesgensFirst Step: chop mimeparser into pieces.
2010-11-27 Wilfried Goesgens* rewrite stripallbut() to return the length
2010-11-27 Wilfried Goesgens* rewrite stripallbut() to return the length
2010-11-22 Wilfried Goesgensperformance improvements: replace memcmp
2010-11-22 Wilfried Goesgensperformance improvements: replace memcmp
2010-11-10 Wilfried Goesgensfix buffer overrun while converting charsets
2010-11-10 Wilfried Goesgensfix buffer overrun while converting charsets
2010-10-30 Wilfried Goesgensadd string representations of the RoomNetCfg as RoomNet...
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 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-26 Wilfried Goesgens* make it const, not written anyways
2010-10-26 Wilfried Goesgens* make it const, not written anyways
2010-10-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-25 Wilfried Goesgens* we already checked for '=' before, remove.
2010-10-25 Wilfried Goesgens* we already checked for '=' before, remove.
2010-10-25 Wilfried Goesgens* use a lookup table to convert hex to char (like we...
2010-10-25 Wilfried Goesgens* use a lookup table to convert hex to char (like we...
2010-10-25 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-25 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-25 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
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 way to pass the workbuffers into the RFC-822...
2010-10-25 Wilfried Goesgens* need to revalidate start in any case to be exact.
2010-10-25 Wilfried Goesgens* need to revalidate start in any case to be exact.
2010-10-25 Wilfried Goesgens* add a permutation to the hashlist one can store msets in
2010-10-25 Wilfried Goesgens* add a permutation to the hashlist one can store msets in
2010-10-04 Wilfried Goesgens* StrBufSanitizeEmailRecipientVector () fix another...
2010-10-04 Wilfried Goesgens* StrBufSanitizeEmailRecipientVector () fix another...
2010-09-26 Art CancroRounded buttons under IE using CSS3PIE (not working...
2010-09-26 Art CancroRounded buttons under IE using CSS3PIE (not working...
next