Rounded buttons under IE using CSS3PIE (not working yet)
[citadel.git] / libcitadel / lib / mime_parser.c
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.