]> git.mikk.net Git - liburl/shortlog
liburl
2010-04-02 chris mikkelsonUpdate copyright notice and place under ISC-style license.
2010-04-02 chris mikkelsonCompile with -fPIC for platforms which need it (FreeBSD...
2010-03-15 chris mikkelsonUpdated boundary regexp and regexp quoting to accomodat...
2010-03-14 Chris MikkelsonPlug a couple memory leaks.
2010-03-13 chris mikkelsonAllow URL hostnames with "-" characters...
2010-03-13 chris mikkelsonText URL regexp correction.
2010-03-13 chris mikkelsonIncrease DFA workspace to previously-used (erroneous...
2010-03-13 chris mikkelsonGuard against null/nulled result pointer in re_stream_e...
2010-03-13 chris mikkelsonUse non-generic pointer type in text_finish.
2010-03-13 chris mikkelsonFix logic error in content-transfer-encoding parsing.
2010-03-13 chris mikkelsonFix usage of pcre_copy_substring -- return value of...
2010-03-13 chris mikkelsonRemoved dead/obsolete code from base64.c.
2010-03-13 chris mikkelsonFix usage of pcre_dfa_exec and pcre_copy_substring.
2010-03-13 chris mikkelsonInitialize "hdralloc" field of message_state structure.
2010-03-13 chris mikkelsonRemoved obsolete decoders.h
2010-03-12 chris mikkelsonRewrite base64 processing loop, and handle errors.
2010-03-12 chris mikkelsonConvert variables which may hold a -1 error return...
2010-03-11 chris mikkelsonMake module initiation cascade to modules which may...
2010-03-11 chris mikkelsonURL extraction fixes -- Add more robust text/plain...
2010-03-11 chris mikkelsonMerged text module initialization, updated regexps.
2010-03-11 chris mikkelsonMerged html.c into text.c -- almost all code overlapped.
2010-03-11 chris mikkelsonAdded callbacks with data to msgproc structure, and...
2010-03-11 chris mikkelsonFix bounds-checking error in quoted-printable decoding...
2010-03-11 chris mikkelson(re)initialize sre->result in re_stream_start().
2010-03-11 chris mikkelsonMostly complete and working msgproc_message module.
2010-03-11 chris mikkelsonPreliminary implementation of message/rfc822 and multip...
2010-03-11 chris mikkelsonFix stack-garbage bug in quoted-printable decoder.
2010-03-11 chris mikkelsonSet default 'next module' for multipart module.
2010-03-10 chris mikkelsonConverted quoted-printable decoder to msgproc API.
2010-03-10 chris mikkelsonFix free(NULL) condition.
2010-03-10 chris mikkelsonRemove debug prints, etc.
2010-03-10 chris mikkelsonAdded dependencies to 'tags' target.
2010-03-09 chris mikkelsonMore robust test of "end of parts" boundary -- compile...
2010-03-09 chris mikkelsonConvert multipart splitting to use stream regexps....
2010-03-09 chris mikkelsonAdded 'tags' target
2010-03-09 chris mikkelsonMake multipart module's next module type a module param...
2010-03-09 chris mikkelsonAdd multipart.o to library target.
2010-03-09 chris mikkelsonAdded MSGPROC_TEST module type for testing purposes...
2010-02-28 chris mikkelsonCorrect recursion in msgproc_finish, and add recursion...
2010-02-28 chris mikkelsonCheck that module methods are supplied before attemptin...
2010-02-28 chris mikkelsonAdded Makefile.
2010-02-28 chris mikkelsongitignore file added.
2010-02-28 chris mikkelsonFixed type mismatches, missing includes, etc.
2009-02-05 chris mikkelsonUse correct element names for linkage. Should just...
2009-02-05 chris mikkelsonAdded code to split multipart media into parts. At...
2009-01-29 chris mikkelsonRecursively call msgproc_finish on downstream msgprocs...
2009-01-27 chris mikkelsonImplemented new module (msgproc_module) and module...
2009-01-26 chris mikkelsonCorrected return codes of regexp result functions.
2009-01-26 chris mikkelsoncallback needs arguments...
2009-01-26 chris mikkelsonMoved html and text parsers into separate files, and...
2009-01-26 chris mikkelsonBeginnings of a URL extraction library for e-mail messages.