| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
tree | commitdiff |
| 2013-02-20 |
Ken Hornstein | Basic format tracing support; seems to work! |
tree | commitdiff |
| 2013-02-20 |
Ken Hornstein | Support callbacks into the format engine. This is... |
tree | commitdiff |
| 2013-02-19 |
Ken Hornstein | fmttest is actually starting to get useful now. Some... |
tree | commitdiff |
| 2013-02-16 |
Ken Hornstein | Remove dead UUCP address parsing code. Sadly, this... |
tree | commitdiff |
| 2013-02-12 |
Ken Hornstein | Remove "installproc" since it is no longer used. |
tree | commitdiff |
| 2013-02-12 |
Ken Hornstein | Final conversion to new argsplit() code. |
tree | commitdiff |
| 2013-02-11 |
David Levine | Multipart parts might have content before the first... |
tree | commitdiff |
| 2013-02-08 |
Ken Hornstein | Create a central prototype for free_content(). |
tree | commitdiff |
| 2013-02-07 |
Ken Hornstein | More conversion to argsplit(). |
tree | commitdiff |
| 2013-02-07 |
David Levine | When debugging is enabled, replace the ctype functions... |
tree | commitdiff |
| 2013-02-06 |
Ken Hornstein | FINALLY clean up our signed/unsigned character warning... |
tree | commitdiff |
| 2013-02-05 |
David Levine | Changed m_getfld() to use char instead of unsigned... |
tree | commitdiff |
| 2013-02-01 |
Lyndon Nerenberg | Merge branch 'master' into savannah |
tree | commitdiff |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
tree | commitdiff |
| 2013-01-29 |
Ken Hornstein | The start of the use of argsplit() to process command... |
tree | commitdiff |
| 2013-01-29 |
David Levine | Added m_getfld_track_filepos() for callers to indicate... |
tree | commitdiff |
| 2013-01-29 |
David Levine | Added scan_reset_m_getfld_state(), for msh only. It... |
tree | commitdiff |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
tree | commitdiff |
| 2013-01-24 |
David Levine | Added functions for inc, msh, rcvtty, and scan to access |
tree | commitdiff |
| 2013-01-23 |
David Levine | Changed m_getfld() to automatically allocate a new... |
tree | commitdiff |
| 2013-01-21 |
Ken Hornstein | Merge branch 'master' into format-test |
tree | commitdiff |
| 2013-01-21 |
David Levine | Removed the static m_getfld() state instance and replaced |
tree | commitdiff |
| 2013-01-18 |
David Levine | Removed all traces of m_getfld() FLDEOF and BODYEOF... |
tree | commitdiff |
| 2013-01-15 |
Ken Hornstein | Support the VISUAL and EDITOR environment variables... |
tree | commitdiff |
| 2013-01-15 |
Ken Hornstein | Remove the --with-pager configure option and replace... |
tree | commitdiff |
| 2013-01-10 |
Ken Hornstein | Convert the MIME content cache switches over to the... |
tree | commitdiff |
| 2013-01-10 |
David Levine | Added explicit third initializer to some swit struct... |
tree | commitdiff |
| 2013-01-10 |
Ken Hornstein | Convert all argument processing over to using X-Macros... |
tree | commitdiff |
| 2013-01-06 |
David Levine | Removed support for #ifdef LBL. It was broken anyways, |
tree | commitdiff |
| 2012-12-22 |
David Levine | Changed bufsz argument of m_getfld() to be in-out inste... |
tree | commitdiff |
| 2012-12-22 |
David Levine | Changed msg_style and msg_delim to be file static to... |
tree | commitdiff |
| 2012-12-22 |
David Levine | Changed type of name argument to m_getfld() from unsign... |
tree | commitdiff |
| 2012-11-19 |
Oliver Kiddle | Yozo TODA: fix for mhshow-charset- directives in .mh_pr... |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Merge branch 'format-memory-rework' |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Change fmt_findcasecmp() to fmt_findcasecomp(). The... |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Change API a bit. |
tree | commitdiff |
| 2012-11-17 |
Ken Hornstein | Fix up documentation a bit. |
tree | commitdiff |
| 2012-11-15 |
Ken Hornstein | Update documentation to match code change. |
tree | commitdiff |
| 2012-11-15 |
Ken Hornstein | Add refcounting to struct comp. |
tree | commitdiff |
| 2012-11-15 |
Ken Hornstein | Update with new functions and comments describing them. |
tree | commitdiff |
| 2012-11-05 |
David Levine | Added format support for zputlit function escape. ... |
tree | commitdiff |
| 2012-11-03 |
David Levine | Added argument to fmt_scan() to specify the buffer... |
tree | commitdiff |
| 2012-10-16 |
Lyndon Nerenberg | Slightly reformat the FINDCOMP macro to quell a clang... |
tree | commitdiff |
| 2012-10-15 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
tree | commitdiff |
| 2012-10-15 |
David Levine | Removed unused function seek_home(). |
tree | commitdiff |
| 2012-07-21 |
David Levine | Added -messageid switch to send(1) and post(8). This... |
tree | commitdiff |
| 2012-07-12 |
David Levine | Added -mts switch to post, send, and whom. Replaced... |
tree | commitdiff |
| 2012-07-10 |
David Levine | Renamed "sendmail" mts method to "sendmail/smtp", allow... |
tree | commitdiff |
| 2012-07-09 |
David Levine | spost(8) has been merged into post(8). Its functionali... |
tree | commitdiff |
| 2012-07-01 |
David Levine | Removed unused #ifdef NRTC and reference to its content... |
tree | commitdiff |
| 2012-06-25 |
David Levine | Removed unused UUCPDIR and UUCPFIL #defines. |
tree | commitdiff |
| 2012-06-14 |
Ken Hornstein | Make the base64 encoder endian-agnostic, and remove... |
tree | commitdiff |
| 2012-06-07 |
David Levine | Removed faceproc support, deprecated in nmh 1.5. |
tree | commitdiff |
| 2012-05-10 |
David Levine | Wrap local part (username) of address with double quote... |
tree | commitdiff |
| 2012-04-20 |
Ken Hornstein | Implment -noatfile in a different way; it turns out... |
tree | commitdiff |
| 2012-04-12 |
David Levine | Undid wrapping of setjmp() and sigsetjmp() of |
tree | commitdiff |
| 2012-04-06 |
Ken Hornstein | Add support for -fmtproc and -nofmtproc switches to... |
tree | commitdiff |
| 2012-03-27 |
David Levine | Removed hostable relics from h/mts.h and sbr/mts.c. |
tree | commitdiff |
| 2012-03-27 |
David Levine | Removed the hostable option from mts.conf because it... |
tree | commitdiff |
| 2012-03-24 |
David Levine | Ensure that escape_display_name() can't overrun a buffer. |
tree | commitdiff |
| 2012-03-24 |
Ken Hornstein | Revert commit 255d4c646c0d7aa6b049052fef47fa083b1b1506... |
tree | commitdiff |
| 2012-03-23 |
David Levine | Added function escape_display_name() to double quote... |
tree | commitdiff |
| 2012-03-21 |
Ken Hornstein | Support for readline command history, editing, and... |
tree | commitdiff |
| 2012-03-20 |
Ken Hornstein | Basic work to add arguments to formatproc calls. |
tree | commitdiff |
| 2012-03-16 |
Ken Hornstein | Make -attach Nmh-Attachment & -attachformat 1 the default. |
tree | commitdiff |
| 2012-03-15 |
Ken Hornstein | Clean up prototypes. |
tree | commitdiff |
| 2012-03-13 |
Ken Hornstein | Create proper prototypes for formataddr() and concataddr(). |
tree | commitdiff |
| 2012-03-12 |
Ken Hornstein | SMTPMTS has been the default for over a decade, so... |
tree | commitdiff |
| 2012-03-07 |
David Levine | Removed all traces of rmfproc. It had been used by... |
tree | commitdiff |
| 2012-03-05 |
Ken Hornstein | Change this to use "uint32_t" for a 32-bit type, otherw... |
tree | commitdiff |
| 2012-02-29 |
Ken Hornstein | Part of the patch from bug #4301; clean up our prototyp... |
tree | commitdiff |
| 2012-02-26 |
Ken Hornstein | Finally, some support for mh-format when using forw... |
tree | commitdiff |
| 2012-02-17 |
Ken Hornstein | Sigh. Looks like we need a function after all; create... |
tree | commitdiff |
| 2012-02-04 |
Ken Hornstein | Change LocalName() to take an argument (about whether... |
tree | commitdiff |
| 2012-02-03 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
tree | commitdiff |
| 2012-02-03 |
Ken Hornstein | Convert from the poorly-named and confusing adrsprintf... |
tree | commitdiff |
| 2012-01-31 |
Ken Hornstein | Add support for calling an external format program... |
tree | commitdiff |
| 2012-01-20 |
Ken Hornstein | Convert the build system over to the use of Automake. |
tree | commitdiff |
| 2012-01-17 |
David Levine | Well the wrap of vfork() calls didn't work: its semant... |
tree | commitdiff |
| 2012-01-17 |
David Levine | Wrapped setjmp(), sigsetjmp(), and vfork() calls to... |
tree | commitdiff |
| 2012-01-16 |
David Levine | Fixed build on Cygwin by adding configure check for... |
tree | commitdiff |
| 2012-01-13 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
tree | commitdiff |
| 2012-01-13 |
David Levine | Added NMH_UNUSED macro for suppressing warnings about... |
tree | commitdiff |
| 2012-01-13 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
tree | commitdiff |
| 2012-01-13 |
Ken Hornstein | Create two new mh-format functions: %(putlit) and ... |
tree | commitdiff |
| 2012-01-09 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
tree | commitdiff |
| 2012-01-09 |
Ken Hornstein | Remove OS-specific defines. As part of it, remove... |
tree | commitdiff |
| 2012-01-09 |
Ken Hornstein | We are making POSIX signal support a requirement; remov... |
tree | commitdiff |
| 2012-01-09 |
Ken Hornstein | Switch from using RETSIGTYPE via autoconf to void,... |
tree | commitdiff |
| 2012-01-08 |
David Levine | Removed unused bcmp, bcopy, bcpy, and bzero #defines. |
tree | commitdiff |
| 2012-01-08 |
David Levine | Wrapped #include of config.h with #ifdef HAVE_CONFIG_H... |
tree | commitdiff |
| 2012-01-07 |
David Levine | Merge branch 'fileproc_mhlproc_to_post' |
tree | commitdiff |
| 2012-01-06 |
Ken Hornstein | Move definition of LINK to mh header file, and garbage... |
tree | commitdiff |
| 2012-01-06 |
Ken Hornstein | Garbage collect all of the builtin ftp client support. |
tree | commitdiff |
| 2012-01-06 |
Ken Hornstein | Garbage-collect RPATHS support. |
tree | commitdiff |
| 2012-01-04 |
Lyndon Nerenberg | Remove overrides for 'broken' stat macros. |
tree | commitdiff |
| 2012-01-04 |
Lyndon Nerenberg | Nuke directory processing conditionals; use dirent.h. |
tree | commitdiff |
| 2012-01-04 |
Lyndon Nerenberg | Clean up process wait to use POSIX waitpid() interface. |
tree | commitdiff |
| 2012-01-04 |
Lyndon Nerenberg | Import non-Posix <arpa/ftp.h> for uip/ftpsbr.c. |
tree | commitdiff |
| next |