| 2013-01-19 |
David Levine | Fixed test-header to work on Cygwin, which has a BUFSIZ of |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
David Levine | Removed all traces of m_getfld() FLDEOF and BODYEOF... |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
David Levine | Minimized message files reads in m_getfld() when the... |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
David Levine | Added test-msg-buffer-boundaries. |
commit | commitdiff | tree | snapshot |
| 2013-01-17 |
David Levine | More cleanup of m_getfld(), changed some variable names. |
commit | commitdiff | tree | snapshot |
| 2013-01-17 |
David Levine | Added check of header field body with more than 511 |
commit | commitdiff | tree | snapshot |
| 2013-01-17 |
David Levine | Cleaned up m_getfld() code a bit. The most notable... |
commit | commitdiff | tree | snapshot |
| 2013-01-16 |
David Levine | Added check of a header with name that's 998 bytes... |
commit | commitdiff | tree | snapshot |
| 2013-01-16 |
David Levine | Removed the for-loop that was used to get a header... |
commit | commitdiff | tree | snapshot |
| 2013-01-15 |
David Levine | Renamed a couple of m_getfld auxiliary functions. |
commit | commitdiff | tree | snapshot |
| 2013-01-15 |
David Levine | Cleaned up m_getfld's read_more(). |
commit | commitdiff | tree | snapshot |
| 2013-01-15 |
David Levine | In m_getfld(), fixed the loop that handles the FLDPLUS... |
commit | commitdiff | tree | snapshot |
| 2013-01-15 |
David Levine | m_getfld() now supports interleaving calls with |
commit | commitdiff | tree | snapshot |
| 2013-01-14 |
David Levine | Moved test of empty header field from |
commit | commitdiff | tree | snapshot |
| 2013-01-14 |
David Levine | Cleaned up a bit. |
commit | commitdiff | tree | snapshot |
| 2013-01-14 |
David Levine | Added support for m_getfld() callers interleaving fseek... |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
David Levine | Added bytes_read to m_getfld() buffer state. This... |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
David Levine | Removed unused local char_read from forwsbr.c. |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
David Levine | Added check of m_getfld() handling of fields with trailing |
commit | commitdiff | tree | snapshot |
| 2013-01-12 |
David Levine | Removed "sleazy hack" of negative bufsz because commit |
commit | commitdiff | tree | snapshot |
| 2013-01-12 |
David Levine | Cleaned up FLDPLUS handling in m_getfld(). As part... |
commit | commitdiff | tree | snapshot |
| 2013-01-12 |
David Levine | Fixed addition to test-inc-scanout in |
commit | commitdiff | tree | snapshot |
| 2013-01-12 |
David Levine | Very minor cleanup to m_getfld() to remove an increment... |
commit | commitdiff | tree | snapshot |
| 2013-01-11 |
David Levine | Started revising m_getfld() code to replace direct... |
commit | commitdiff | tree | snapshot |
| 2013-01-10 |
David Levine | Added comments to and started cleaning up m_getfld.c. |
commit | commitdiff | tree | snapshot |
| 2013-01-10 |
David Levine | When read_more() loads more bytes, save some from the... |
commit | commitdiff | tree | snapshot |
| 2013-01-04 |
David Levine | Block SIGPIPE before killing the child in sm_end()... |
commit | commitdiff | tree | snapshot |
| 2013-01-04 |
David Levine | Removed discard() call in post(8). It was only used... |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
David Levine | Corrected fseek() emulation to fix test/bad-input/test... |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
David Levine | Replace use of ftell() in mhparse.c:get_content() by... |
commit | commitdiff | tree | snapshot |
| 2012-12-26 |
David Levine | Restored an explicit refill of the buffer in m_getfld... |
commit | commitdiff | tree | snapshot |
| 2012-12-26 |
David Levine | Removed call to fpurge() and its platform-specific... |
commit | commitdiff | tree | snapshot |
| 2012-12-25 |
David Levine | Replaced all the stdio buffer access in m_getfld.c... |
commit | commitdiff | tree | snapshot |
| 2012-12-25 |
David Levine | Fixed formatting of last change to scansbr.c. |
commit | commitdiff | tree | snapshot |
| 2012-12-23 |
David Levine | Updated m_getfld() interface description. |
commit | commitdiff | tree | snapshot |
| 2012-12-22 |
David Levine | Changed bufsz argument of m_getfld() to be in-out inste... |
commit | commitdiff | tree | snapshot |
| 2012-12-22 |
David Levine | Changed msg_style and msg_delim to be file static to... |
commit | commitdiff | tree | snapshot |
| 2012-12-22 |
David Levine | Changed type of name argument to m_getfld() from unsign... |
commit | commitdiff | tree | snapshot |
| 2012-12-22 |
David Levine | Added m_getfld () interface description. |
commit | commitdiff | tree | snapshot |
| 2012-12-12 |
David Levine | Removed a few #ifndef JLR/#endif pairs because they... |
commit | commitdiff | tree | snapshot |
| 2012-12-12 |
David Levine | Removed some dead code, all inside #if 0's. I tried... |
commit | commitdiff | tree | snapshot |
| 2012-12-11 |
Lyndon Nerenberg | Import a copy of Markus Schnalke's master's thesis... |
commit | commitdiff | tree | snapshot |
| 2012-12-11 |
Ken Hornstein | Remove the peeking into the stdio internals inside... |
commit | commitdiff | tree | snapshot |
| 2012-12-10 |
David Levine | Added release notes for releases 1.4 and 1.3 to tail... |
commit | commitdiff | tree | snapshot |
| 2012-12-07 |
Paul Fox | mhshow: properly treat unknown multipart subtypes... |
commit | commitdiff | tree | snapshot |
| 2012-12-06 |
David Levine | Added test of -nosequence to test-pick. |
commit | commitdiff | tree | snapshot |
| 2012-12-06 |
Paul Fox | pick: add -nosequence command line switch |
commit | commitdiff | tree | snapshot |
| 2012-12-04 |
David Levine | Note in dist, mh-profile, and repl man pages that the... |
commit | commitdiff | tree | snapshot |
| 2012-12-03 |
David Levine | Fix to 25581a94c5113eb78b2baf7110408df96efc4418: always... |
commit | commitdiff | tree | snapshot |
| 2012-12-03 |
Jerrad Pierce | Added docs/contrib/vpick. |
commit | commitdiff | tree | snapshot |
| 2012-12-02 |
David Levine | Cleaned up sendfiles(1) man page just a bit. |
commit | commitdiff | tree | snapshot |
| 2012-12-02 |
Ralph Corderoy | Corrected the last addition to man/nmh.man. Might... |
commit | commitdiff | tree | snapshot |
| 2012-12-01 |
David Levine | Updated the TODO file. |
commit | commitdiff | tree | snapshot |
| 2012-12-01 |
David Levine | Copied atexit() code from fakesmtp.c to fakepop.c so... |
commit | commitdiff | tree | snapshot |
| 2012-12-01 |
David Levine | Fixed formatting glitch in msh.man. |
commit | commitdiff | tree | snapshot |
| 2012-12-01 |
Jerrad Pierce | Added description of @folder format to nmh.man. |
commit | commitdiff | tree | snapshot |
| 2012-11-29 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
commit | commitdiff | tree | snapshot |
| 2012-11-29 |
Paul Fox | show: remove unused variable |
commit | commitdiff | tree | snapshot |
| 2012-11-29 |
Paul Fox | show: remove unreachable code |
commit | commitdiff | tree | snapshot |
| 2012-11-29 |
Paul Fox | show: remove MAXARGS limit when running any of the... |
commit | commitdiff | tree | snapshot |
| 2012-11-29 |
Paul Fox | forw: remove MAXARGS limit when running mhlproc |
commit | commitdiff | tree | snapshot |
| 2012-11-29 |
Paul Fox | burst: eliminate use of MAXARGS |
commit | commitdiff | tree | snapshot |
| 2012-11-28 |
Ken Hornstein | Update about changes to rmmproc support. |
commit | commitdiff | tree | snapshot |
| 2012-11-27 |
Paul Fox | app_msgarg: de-obfuscate |
commit | commitdiff | tree | snapshot |
| 2012-11-27 |
Paul Fox | Artificial argv limits. |
commit | commitdiff | tree | snapshot |
| 2012-11-26 |
Ken Hornstein | Since pick now uses decode_rfc2047, we need to be sure... |
commit | commitdiff | tree | snapshot |
| 2012-11-25 |
David Levine | In pick(1), attempt to decode each header field as... |
commit | commitdiff | tree | snapshot |
| 2012-11-25 |
David Levine | In pick(1), attempt to decode each header field as... |
commit | commitdiff | tree | snapshot |
| 2012-11-25 |
Ken Hornstein | A new test for the POP support in inc. Very simple... |
commit | commitdiff | tree | snapshot |
| 2012-11-25 |
Ken Hornstein | Add support for a -nosasl switch. |
commit | commitdiff | tree | snapshot |
| 2012-11-24 |
David Levine | Fixed pick(1) to properly unfold multiple-line header... |
commit | commitdiff | tree | snapshot |
| 2012-11-24 |
Bill Wohler | The big news for this update is nmh 1.5. |
commit | commitdiff | tree | snapshot |
| 2012-11-24 |
Ken Hornstein | Fix the race condition with fakesmtp so it works withou... |
commit | commitdiff | tree | snapshot |
| 2012-11-24 |
Ken Hornstein | Document changes to inc. |
commit | commitdiff | tree | snapshot |
| 2012-11-24 |
Ken Hornstein | Document the -port switch to inc. Also, fix the -port... |
commit | commitdiff | tree | snapshot |
| 2012-11-23 |
David Levine | Added test-slocal. |
commit | commitdiff | tree | snapshot |
| 2012-11-23 |
David Levine | slocal used to support two different formats for three of |
commit | commitdiff | tree | snapshot |
| 2012-11-23 |
David Levine | Added Message-Id to messages in test suite. |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
David Levine | Fixed a couple of signed-unsigned comparisons. |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Oliver Kiddle | Yozo TODA: fix for mhshow-charset- directives in .mh_pr... |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Ken Hornstein | Merge branch 'format-memory-rework' |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Ken Hornstein | Make sure we strip off a newline from components we... |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Ken Hornstein | Convert repl to the new world format API. |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Ken Hornstein | Support for the new world format API for comp and forw. |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Ken Hornstein | Whoops, with the new world order we need to make sure... |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Ken Hornstein | Convert scan() to the new world format API. |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Ken Hornstein | Change fmt_findcasecmp() to fmt_findcasecomp(). The... |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Ken Hornstein | Change API a bit. |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Ken Hornstein | Remove unused variable. |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
David Levine | Removed leading space from lines in mhbuild and rmm... |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
Ken Hornstein | Finished work on rcvdist to convert to new world format... |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
Ken Hornstein | More (and hopefully for now) the final cleanup for... |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
Ken Hornstein | Basic support for the new world API; seems to work! |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
Ken Hornstein | Add missing functions for manipulating component text. |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
Ken Hornstein | Fix up documentation a bit. |
commit | commitdiff | tree | snapshot |
| 2012-11-16 |
Ken Hornstein | Partial work for mhl; still more stuff to do. |
commit | commitdiff | tree | snapshot |
| 2012-11-16 |
Ken Hornstein | Fix missing argument to fmt_free(). |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Ken Hornstein | Beginnings of conversion of code to new format interface. |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Ken Hornstein | Update documentation to match code change. |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Ken Hornstein | Fix a few bugs: |
commit | commitdiff | tree | snapshot |
| next |