Removed some dead code, all inside #if 0's. I tried to not remove
[mmh] / uip / mhbuildsbr.c
2012-12-12 David LevineRemoved some dead code, all inside #if 0's. I tried...
2012-11-19 Oliver KiddleYozo TODA: fix for mhshow-charset- directives in .mh_pr...
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-06-14 Ken HornsteinMake the base64 encoder endian-agnostic, and remove...
2012-06-01 Ken HornsteinFix off-by-one error, noticed by Ralph Corderoy.
2012-05-31 Paul FoxImplement the following changes:
2012-03-03 David Levinemhbuild -check would always fail because it tried to...
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-14 David LevineFixed warnings from gcc -Wclobbered by adding volatile...
2012-01-11 Ken HornsteinCompletely remove the use of TIME_WITH_SYS_TIME (I...
2012-01-06 Ken HornsteinGarbage collect all of the builtin ftp client support.
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
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 Gillespie * h/mhparse.h: Move interfaces also used by mhbuildsbr...
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 ...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-02-21 David Levine* h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,
2006-02-18 David LevineAdded support for optional Content_Disposition header...
2006-01-31 David LevineAdded -nocontentid (and -contentid, for symmetry) switc...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
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...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
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