| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
tree | commitdiff |
| 2013-01-30 |
Ken Hornstein | More changes to use argsplit() for helper programs. |
tree | commitdiff |
| 2013-01-29 |
Ken Hornstein | The start of the use of argsplit() to process command... |
tree | commitdiff |
| 2013-01-29 |
David Levine | Changed m_getfld() buffer size to 4096 from 8192, to... |
tree | commitdiff |
| 2013-01-29 |
David Levine | Added m_getfld_track_filepos() for callers to indicate... |
tree | commitdiff |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
tree | commitdiff |
| 2013-01-26 |
David Levine | Reworked the new documentation in m_getfld.c. |
tree | commitdiff |
| 2013-01-24 |
Ken Hornstein | Fix the format engine so it properly keeps track of... |
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-22 |
David Levine | Reworked enter_getfld() and Peek(). |
tree | commitdiff |
| 2013-01-21 |
Ken Hornstein | Merge branch 'master' into format-test |
tree | commitdiff |
| 2013-01-21 |
David Levine | Plugged small memory leak in m_unknown(). |
tree | commitdiff |
| 2013-01-21 |
David Levine | Replaced hard-coded value with MAX_DELIMITER_SIZE in... |
tree | commitdiff |
| 2013-01-21 |
David Levine | Removed the static m_getfld() state instance and replaced |
tree | commitdiff |
| 2013-01-21 |
Ken Hornstein | Fix memory leak in arglist code |
tree | commitdiff |
| 2013-01-19 |
David Levine | Added a FILE * to the m_getfld_state struct so that... |
tree | commitdiff |
| 2013-01-19 |
David Levine | Moved all file static data in m_getfld.c into the |
tree | commitdiff |
| 2013-01-18 |
Ken Hornstein | Beginning of implementation of new argsplit() function... |
tree | commitdiff |
| 2013-01-18 |
David Levine | Removed all traces of m_getfld() FLDEOF and BODYEOF... |
tree | commitdiff |
| 2013-01-18 |
David Levine | Minimized message files reads in m_getfld() when the... |
tree | commitdiff |
| 2013-01-17 |
David Levine | More cleanup of m_getfld(), changed some variable names. |
tree | commitdiff |
| 2013-01-17 |
David Levine | Cleaned up m_getfld() code a bit. The most notable... |
tree | commitdiff |
| 2013-01-16 |
David Levine | Added check of a header with name that's 998 bytes... |
tree | commitdiff |
| 2013-01-16 |
David Levine | Removed the for-loop that was used to get a header... |
tree | commitdiff |
| 2013-01-16 |
David Levine | Check that a character array isn't empty before looking... |
tree | commitdiff |
| 2013-01-15 |
Ken Hornstein | Support the VISUAL and EDITOR environment variables... |
tree | commitdiff |
| 2013-01-15 |
David Levine | Renamed a couple of m_getfld auxiliary functions. |
tree | commitdiff |
| 2013-01-15 |
David Levine | Cleaned up m_getfld's read_more(). |
tree | commitdiff |
| 2013-01-15 |
David Levine | In m_getfld(), fixed the loop that handles the FLDPLUS... |
tree | commitdiff |
| 2013-01-15 |
David Levine | m_getfld() now supports interleaving calls with |
tree | commitdiff |
| 2013-01-14 |
David Levine | Cleaned up a bit. |
tree | commitdiff |
| 2013-01-14 |
David Levine | Added support for m_getfld() callers interleaving fseek... |
tree | commitdiff |
| 2013-01-13 |
David Levine | Added bytes_read to m_getfld() buffer state. This... |
tree | commitdiff |
| 2013-01-12 |
David Levine | Removed "sleazy hack" of negative bufsz because commit |
tree | commitdiff |
| 2013-01-12 |
David Levine | Cleaned up FLDPLUS handling in m_getfld(). As part... |
tree | commitdiff |
| 2013-01-12 |
David Levine | Very minor cleanup to m_getfld() to remove an increment... |
tree | commitdiff |
| 2013-01-11 |
David Levine | Started revising m_getfld() code to replace direct... |
tree | commitdiff |
| 2013-01-10 |
Ken Hornstein | Convert all argument processing over to using X-Macros... |
tree | commitdiff |
| 2013-01-10 |
David Levine | Added comments to and started cleaning up m_getfld.c. |
tree | commitdiff |
| 2013-01-10 |
David Levine | When read_more() loads more bytes, save some from the... |
tree | commitdiff |
| 2013-01-07 |
Ken Hornstein | Fix bug where a "cur" sequence that was outside the... |
tree | commitdiff |
| 2013-01-06 |
David Levine | Removed support for #ifdef LBL. It was broken anyways, |
tree | commitdiff |
| 2013-01-04 |
David Levine | In cpstripped() and cptrimmed(), if a multibyte charact... |
tree | commitdiff |
| 2013-01-03 |
David Levine | Fixed decoding of header fields when they contain a... |
tree | commitdiff |
| 2012-12-27 |
David Levine | Corrected fseek() emulation to fix test/bad-input/test... |
tree | commitdiff |
| 2012-12-27 |
David Levine | Replace use of ftell() in mhparse.c:get_content() by... |
tree | commitdiff |
| 2012-12-26 |
David Levine | Restored an explicit refill of the buffer in m_getfld... |
tree | commitdiff |
| 2012-12-26 |
David Levine | Removed call to fpurge() and its platform-specific... |
tree | commitdiff |
| 2012-12-25 |
David Levine | Replaced all the stdio buffer access in m_getfld.c... |
tree | commitdiff |
| 2012-12-23 |
David Levine | Updated m_getfld() interface description. |
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-12-22 |
David Levine | Added m_getfld () interface description. |
tree | commitdiff |
| 2012-12-12 |
David Levine | Removed a few #ifndef JLR/#endif pairs because they... |
tree | commitdiff |
| 2012-12-12 |
David Levine | Removed some dead code, all inside #if 0's. I tried... |
tree | commitdiff |
| 2012-11-29 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
tree | commitdiff |
| 2012-11-27 |
Paul Fox | app_msgarg: de-obfuscate |
tree | commitdiff |
| 2012-11-27 |
Paul Fox | Artificial argv limits. |
tree | commitdiff |
| 2012-11-20 |
David Levine | Fixed a couple of signed-unsigned comparisons. |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Merge branch 'format-memory-rework' |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Whoops, with the new world order we need to make sure... |
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 | Add missing functions for manipulating component text. |
tree | commitdiff |
| 2012-11-15 |
Ken Hornstein | Fix a few bugs: |
tree | commitdiff |
| 2012-11-15 |
Ken Hornstein | Add some comments to explain how format loop support... |
tree | commitdiff |
| 2012-11-15 |
Ken Hornstein | Add refcounting to struct comp. |
tree | commitdiff |
| 2012-11-15 |
Ken Hornstein | Beginnings of the changes to fmt_compile for memory... |
tree | commitdiff |
| 2012-11-13 |
Ken Hornstein | Change %(putlit) and %(zputlit) to take TF_EXPR instead... |
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-15 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
tree | commitdiff |
| 2012-10-15 |
Lyndon Nerenberg | Allow $PAGER to override the compiled-in default pager... |
tree | commitdiff |
| 2012-10-14 |
Ralph Corderoy | Fixed "mark -sequence cur -delete all" to work for... |
tree | commitdiff |
| 2012-08-18 |
David Levine | Cleaned up message_id(). |
tree | commitdiff |
| 2012-07-22 |
David Levine | Tidied up for loop in message_id(). |
tree | commitdiff |
| 2012-07-22 |
David Levine | With -messageid random, make the part after the @ more... |
tree | commitdiff |
| 2012-07-21 |
David Levine | Added -messageid switch to send(1) and post(8). This... |
tree | commitdiff |
| 2012-07-15 |
David Levine | Removed debugging statement and added comments to the... |
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-06-29 |
David Levine | Simplified getm() a bit, removing a goto. |
tree | commitdiff |
| 2012-06-29 |
David Levine | Fixed ismymbox() to look at Local-Mailbox as well as |
tree | commitdiff |
| 2012-06-20 |
David Levine | Refinement to e30560d793ff5bc704dadc2eab9d31100ad4636b... |
tree | commitdiff |
| 2012-06-19 |
David Levine | Changed permissions from 0755 to 0644 on a few .c files. |
tree | commitdiff |
| 2012-06-09 |
David Levine | Added warning to all nmh programs for multiple profile... |
tree | commitdiff |
| 2012-06-07 |
David Levine | Removed faceproc support, deprecated in nmh 1.5. |
tree | commitdiff |
| 2012-05-26 |
Ken Hornstein | Support for handling multibyte encodings in cpstripped... |
tree | commitdiff |
| 2012-05-12 |
David Levine | SIGNATURE/Local-Mailbox are not used by post, but just... |
tree | commitdiff |
| 2012-05-10 |
David Levine | Wrap local part (username) of address with double quote... |
tree | commitdiff |
| 2012-05-07 |
David Levine | Fixed some more problems caught by gcc -ansi -pedantic. |
tree | commitdiff |
| 2012-05-07 |
Tom Lane | Fixed places in the code relying the C99-ism of declara... |
tree | commitdiff |
| 2012-05-06 |
David Levine | Added check for EPERM when checking errno after a faile... |
tree | commitdiff |
| 2012-04-15 |
David Levine | Added declaration of __srget() on Cygwin. Used point... |
tree | commitdiff |
| 2012-04-12 |
David Levine | Undid wrapping of setjmp() and sigsetjmp() of |
tree | commitdiff |
| 2012-03-27 |
David Levine | Removed hostable relics from h/mts.h and sbr/mts.c. |
tree | commitdiff |
| 2012-03-24 |
David Levine | Ensure that escape_display_name() can't overrun a buffer. |
tree | commitdiff |
| next |