]> diplodocus.org Git - nmh/shortlog
nmh
2013-01-21 David LevineReplaced hard-coded value with MAX_DELIMITER_SIZE in...
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-19 David LevineAdded a FILE * to the m_getfld_state struct so that...
2013-01-19 David LevineMoved all file static data in m_getfld.c into the
2013-01-19 David LevineAdded check of -pack to test-pop.
2013-01-19 David LevineFixed test-header to work on Cygwin, which has a BUFSIZ of
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2013-01-18 David LevineMinimized message files reads in m_getfld() when the...
2013-01-18 David LevineAdded test-msg-buffer-boundaries.
2013-01-17 David LevineMore cleanup of m_getfld(), changed some variable names.
2013-01-17 David LevineAdded check of header field body with more than 511
2013-01-17 David LevineCleaned up m_getfld() code a bit. The most notable...
2013-01-16 David LevineAdded check of a header with name that's 998 bytes...
2013-01-16 David LevineRemoved the for-loop that was used to get a header...
2013-01-15 David LevineRenamed a couple of m_getfld auxiliary functions.
2013-01-15 David LevineCleaned up m_getfld's read_more().
2013-01-15 David LevineIn m_getfld(), fixed the loop that handles the FLDPLUS...
2013-01-15 David Levinem_getfld() now supports interleaving calls with
2013-01-14 David LevineMoved test of empty header field from
2013-01-14 David LevineCleaned up a bit.
2013-01-14 David LevineAdded support for m_getfld() callers interleaving fseek...
2013-01-13 David LevineAdded bytes_read to m_getfld() buffer state. This...
2013-01-13 David LevineRemoved unused local char_read from forwsbr.c.
2013-01-13 David LevineAdded check of m_getfld() handling of fields with trailing
2013-01-12 David LevineRemoved "sleazy hack" of negative bufsz because commit
2013-01-12 David LevineCleaned up FLDPLUS handling in m_getfld(). As part...
2013-01-12 David LevineFixed addition to test-inc-scanout in
2013-01-12 David LevineVery minor cleanup to m_getfld() to remove an increment...
2013-01-11 David LevineStarted revising m_getfld() code to replace direct...
2013-01-10 David LevineAdded comments to and started cleaning up m_getfld.c.
2013-01-10 David LevineWhen read_more() loads more bytes, save some from the...
2013-01-04 David LevineBlock SIGPIPE before killing the child in sm_end()...
2013-01-04 David LevineRemoved discard() call in post(8). It was only used...
2012-12-27 David LevineCorrected fseek() emulation to fix test/bad-input/test...
2012-12-27 David LevineReplace use of ftell() in mhparse.c:get_content() by...
2012-12-26 David LevineRestored an explicit refill of the buffer in m_getfld...
2012-12-26 David LevineRemoved call to fpurge() and its platform-specific...
2012-12-25 David LevineReplaced all the stdio buffer access in m_getfld.c...
2012-12-25 David LevineFixed formatting of last change to scansbr.c.
2012-12-23 David LevineUpdated m_getfld() interface description.
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-12-22 David LevineChanged msg_style and msg_delim to be file static to...
2012-12-22 David LevineChanged type of name argument to m_getfld() from unsign...
2012-12-22 David LevineAdded m_getfld () interface description.
2012-12-12 David LevineRemoved a few #ifndef JLR/#endif pairs because they...
2012-12-12 David LevineRemoved some dead code, all inside #if 0's. I tried...
2012-12-11 Lyndon NerenbergImport a copy of Markus Schnalke's master's thesis...
2012-12-11 Ken HornsteinRemove the peeking into the stdio internals inside...
2012-12-10 David LevineAdded release notes for releases 1.4 and 1.3 to tail...
2012-12-07 Paul Foxmhshow: properly treat unknown multipart subtypes...
2012-12-06 David LevineAdded test of -nosequence to test-pick.
2012-12-06 Paul Foxpick: add -nosequence command line switch
2012-12-04 David LevineNote in dist, mh-profile, and repl man pages that the...
2012-12-03 David LevineFix to 25581a94c5113eb78b2baf7110408df96efc4418: always...
2012-12-03 Jerrad PierceAdded docs/contrib/vpick.
2012-12-02 David LevineCleaned up sendfiles(1) man page just a bit.
2012-12-02 Ralph CorderoyCorrected the last addition to man/nmh.man. Might...
2012-12-01 David LevineUpdated the TODO file.
2012-12-01 David LevineCopied atexit() code from fakesmtp.c to fakepop.c so...
2012-12-01 David LevineFixed formatting glitch in msh.man.
2012-12-01 Jerrad PierceAdded description of @folder format to nmh.man.
2012-11-29 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-11-29 Paul Foxshow: remove unused variable
2012-11-29 Paul Foxshow: remove unreachable code
2012-11-29 Paul Foxshow: remove MAXARGS limit when running any of the...
2012-11-29 Paul Foxforw: remove MAXARGS limit when running mhlproc
2012-11-29 Paul Foxburst: eliminate use of MAXARGS
2012-11-28 Ken HornsteinUpdate about changes to rmmproc support.
2012-11-27 Paul Foxapp_msgarg: de-obfuscate
2012-11-27 Paul FoxArtificial argv limits.
2012-11-26 Ken HornsteinSince pick now uses decode_rfc2047, we need to be sure...
2012-11-25 David LevineIn pick(1), attempt to decode each header field as...
2012-11-25 David LevineIn pick(1), attempt to decode each header field as...
2012-11-25 Ken HornsteinA new test for the POP support in inc. Very simple...
2012-11-25 Ken HornsteinAdd support for a -nosasl switch.
2012-11-24 David LevineFixed pick(1) to properly unfold multiple-line header...
2012-11-24 Bill WohlerThe big news for this update is nmh 1.5.
2012-11-24 Ken HornsteinFix the race condition with fakesmtp so it works withou...
2012-11-24 Ken HornsteinDocument changes to inc.
2012-11-24 Ken HornsteinDocument the -port switch to inc. Also, fix the -port...
2012-11-23 David LevineAdded test-slocal.
2012-11-23 David Levineslocal used to support two different formats for three of
2012-11-23 David LevineAdded Message-Id to messages in test suite.
2012-11-20 David LevineFixed a couple of signed-unsigned comparisons.
2012-11-19 Oliver KiddleYozo TODA: fix for mhshow-charset- directives in .mh_pr...
2012-11-19 Ken HornsteinMerge branch 'format-memory-rework'
2012-11-19 Ken HornsteinMake sure we strip off a newline from components we...
2012-11-19 Ken HornsteinConvert repl to the new world format API.
2012-11-19 Ken HornsteinSupport for the new world format API for comp and forw.
2012-11-19 Ken HornsteinWhoops, with the new world order we need to make sure...
2012-11-19 Ken HornsteinConvert scan() to the new world format API.
2012-11-19 Ken HornsteinChange fmt_findcasecmp() to fmt_findcasecomp(). The...
2012-11-19 Ken HornsteinChange API a bit.
2012-11-19 Ken HornsteinRemove unused variable.
2012-11-17 David LevineRemoved leading space from lines in mhbuild and rmm...
2012-11-17 Ken HornsteinFinished work on rcvdist to convert to new world format...
2012-11-17 Ken HornsteinMore (and hopefully for now) the final cleanup for...
2012-11-17 Ken HornsteinBasic support for the new world API; seems to work!
2012-11-17 Ken HornsteinAdd missing functions for manipulating component text.
2012-11-17 Ken HornsteinFix up documentation a bit.
next