Changed how Message-ID RFC2822 field is generated
[citadel.git] / libcitadel / lib / mime_parser.c
2023-11-06 Art Cancrowebcit-ng: fixed the way HTTP uploads are fed into...
2023-11-06 Art Cancroconsidering nuclear weapons
2023-11-06 Art CancroLooks like I need to remove some optimization cancer...
2022-11-19 Art Cancrostriplt() is now string_trim()
2022-07-10 Art Cancroutf8ify_rfc822_string() is in libcitadel now
2022-05-30 Art Cancroremoved some debugs
2022-05-21 Art CancroCommitting all of my little comment syntax changes...
2016-04-13 Art CancroRemove previous commit, we actually have GuessMimeByFil...
2013-11-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2013-11-07 Wilfried Goesgensmore f*n places for d_nam<e>len
2012-10-21 Wilfried Goesgensmimeparser: replace st00pid uses of strcpy
2012-05-26 Wilfried Goesgensremove unneeded assignment.
2011-11-06 Wilfried GoesgensMimeparser: skip all empty lines between mimeparts...
2011-09-04 Art CancroAdded GPL declaration to source files in libcitadel
2011-01-15 Wilfried GoesgensMimeparser rewrite; fix bug detecting trailing MIME...
2010-12-17 Art CancroContent-transfer-encoding: ISO-8859-1 joins the 'no...
2010-12-12 Wilfried GoesgensMimeparser Bugfix
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Wilfried GoesgensMimeparser Bugfix:
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-09 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
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-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-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-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 GoesgensFirst Step: chop mimeparser into pieces.
2010-11-22 Wilfried Goesgensperformance improvements: replace memcmp
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* 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-09-26 Art CancroRounded buttons under IE using CSS3PIE (not working...
2010-09-01 Art CancroRemoved some $Id$ tags in libcitadel
2010-04-10 Wilfried Göesgens* mime_parser(), mime_decode(), the_mime_parser();...
2010-02-21 Wilfried Göesgens* post increment...
2010-01-14 Wilfried Göesgens* unititialized var...
2010-01-03 Wilfried Göesgens* allow mime header sub tokens to have blanks left...
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-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-04 Wilfried Göesgens* shutdown libcitadel and xdgmime properly
2009-02-26 Wilfried Göesgens* add .vcf to our static file extensions list, so we...
2009-02-21 Wilfried Göesgens* make shure we don't buffer underrun while searching...
2008-09-26 Art CancroUpdated the MIME Parser API to include Content-ID in
2008-08-31 Wilfried Göesgens* free the icon structure too, not just its members
2008-07-31 Wilfried Göesgens* close directory
2008-07-27 Wilfried Göesgens* add gzip + configure detection -> re-bootstrap!
2008-05-21 Art Cancro* Commented out the 'PrintFlat' and 'PrintFile' functions
2008-05-14 Art CancroMinor cleanup of comments
2008-05-13 Wilfried Göesgens* ignore content-length headers, since they tend to...
2008-04-26 Wilfried Göesgens* bugfix in the hash implementation; expanding the...
2008-02-23 Wilfried Göesgens* fixed several crash / invalid data cases in the hash...
2008-02-11 Wilfried Göesgens* add our hardcoded mimetypes first, and then fallback...
2008-02-09 Wilfried Göesgens* add xdgmime from freedesktop.org
2008-02-08 Wilfried Göesgens(no commit message)
2007-11-19 Art CancroRemoved the 'ascmonths' global declaration from libCitadel.
2007-11-09 Art CancroAdded the MIME parser to libcitadel.