Merge branch 'm_getfld2-meillo' into master
[mmh] / uip / mhparse.c
2016-04-22 Philipp TakacsMerge branch 'm_getfld2-meillo' into master
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
2016-03-25 m@mmmmarascio.xyzremove unnecessary casts
2016-03-17 m@mmmmarascio.xyzReplace mh_xmalloc() with mh_xcalloc()
2015-12-13 Philipp TakacsRevert "add free_field as standard for struct field"
2015-11-27 Philipp Takacsadd free_field as standard for struct field
2015-11-12 markus schnalkem_getfld2: ERR2 means a read error, thus name it IOERR2
2015-11-10 markus schnalkeNo error-checking for error-checking alloc functions
2015-11-10 markus schnalkeNo error-checking for error-checking alloc functions
2015-11-09 markus schnalkeConvert most of the tools from m_getfld() to m_getfld2()
2015-11-03 markus schnalkeRemove dead code: FLDEOF and BODYEOF are never set
2015-09-06 David LevineAdded mh_xcalloc().
2015-08-10 Philipp TakacsIgnore empty MIME parameter
2015-08-10 Philipp TakacsIgnore wrong encoding in multipart/*
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2015-04-10 markus schnalkeMinimize the include
2015-04-09 markus schnalkeFix FTBFS bug introduced by 600379c
2015-03-11 David LevineRemoved unnecessary #include of h/signals.h.
2015-02-14 markus schnalkeMerge branch 'master' of ssh://marmaro.de:443/var/git/mmh
2015-02-14 markus schnalkeRemove unnecessary headers
2015-01-16 Philipp TakacsReplace done with exit at uip
2012-04-30 markus schnalkeCode style: Fixed indent and comment style.
2012-04-14 markus schnalkeNo more mhshow-charset-* but instead automatic invocati...
2012-04-12 markus schnalkemhshow/mhstore: Removed support for retrieving message...
2012-04-11 markus schnalkeRemove caching of external MIME parts.
2012-04-11 markus schnalkeRemoved #ifdef lint.
2012-04-11 markus schnalkeRemoved RFC 1864 (Content-MD5) support. I.e. -check...
2012-03-27 markus schnalkeFixed two fd leaks in mhparse.c.
2012-03-26 markus schnalkeClean up process wait to use POSIX waitpid() interface.
2012-03-22 markus schnalkeHardcoded mhmail instead of mailproc.
2012-03-21 markus schnalkeOn today's systems fork() will hardly fail, thus remove...
2012-02-08 markus schnalkeMerged h/mts.h into h/prototypes.h.
2012-02-04 markus schnalkeRemoved the built-in FTP client.
2012-01-05 markus schnalkeExplicit checks for return values of strcmp().
2012-01-03 markus schnalkes/vfork/fork/
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-05 markus schnalkeRenamed r1bindex() to mhbasename(), to make its functio...
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2008-08-14 Eric GillespieThis is what happens with last-minute "safe" improvemen...
2008-08-14 Eric Gillespie * h/mhparse.h: Move interfaces also used by mhbuildsbr...
2008-08-13 Eric Gillespie * test/tests/mhshow/test-qp: Test various valid and...
2008-04-05 Peter MaydellBug #20028 (Debian bug 399271): fix code assuming that...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2007-04-10 Joel ReicherApplication of patch #5218: patch for bug #9742. Fixes...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-11-06 Peter MaydellDon't fclose() the file twice in error-exit paths from...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2003-09-21 Glenn BurkhardtApply bug fix reported to Debian (#136976) by Peter...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-03-14 Dan HarklessApplied Sullivan N. Beck <sbeck@cise.ufl.edu>'s mhshow...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-05-13 Dan HarklessAllow display of 8bit encoded messages. From Kimmo...
1999-04-30 Doug MorrisInitial revision