| 2013-10-31 |
Ken Hornstein | Switch to the (correct) casting of char to unsigned... |
tree | commitdiff |
| 2013-10-31 |
Ken Hornstein | Fix some space calculation/whitespace handling bugs. |
tree | commitdiff |
| 2013-10-30 |
Ken Hornstein | Fix qpspecial() macro test, and do proper casts to... |
tree | commitdiff |
| 2013-10-30 |
Ken Hornstein | It looks like simple quoted-printable encoding of heade... |
tree | commitdiff |
| 2013-10-30 |
Ken Hornstein | Remove unused argument. |
tree | commitdiff |
| 2013-10-30 |
Ken Hornstein | Fix up a few miscalculations. |
tree | commitdiff |
| 2013-10-29 |
Ken Hornstein | A hopefully-functional quoted-printable encoder |
tree | commitdiff |
| 2013-10-28 |
Ken Hornstein | Fix up warnings reported by LLVM. |
tree | commitdiff |
| 2013-10-23 |
Ken Hornstein | A little tiny bit closer to working. |
tree | commitdiff |
| 2013-10-22 |
Ken Hornstein | Minor comment update. |
tree | commitdiff |
| 2013-10-21 |
Ken Hornstein | Start of RFC 2047 encoding code. Not complete in the... |
tree | commitdiff |
| 2013-10-15 |
Ken Hornstein | Remove support for NOPUBLICSEQ. |
tree | commitdiff |
| 2013-10-15 |
Ken Hornstein | Remove unneeded stat() call; was a leftover from the... |
tree | commitdiff |
| 2013-07-02 |
David Levine | Added unsigned char cast of char argument to isascii... |
tree | commitdiff |
| 2013-07-01 |
Ken Hornstein | Reject email addresses which contain 8-bit characters. |
tree | commitdiff |
| 2013-07-01 |
Ken Hornstein | If mbtowc() fails to handle a character, replace the... |
tree | commitdiff |
| 2013-06-30 |
Lyndon Nerenberg | Add compilation guard around lkopen_flock. |
tree | commitdiff |
| 2013-05-04 |
David Levine | Replaced raw hack to add the credentials profile entry... |
tree | commitdiff |
| 2013-05-03 |
David Levine | Fixed failure reported by Valdis of post to retrieve... |
tree | commitdiff |
| 2013-05-02 |
David Levine | Fixed problem with m_getfld() with long headers reported by |
tree | commitdiff |
| 2013-05-01 |
David Levine | Removed remaining #includes of stdio.h and stdlib.h... |
tree | commitdiff |
| 2013-04-29 |
David Levine | Removed some #includes of stdio.h, ctype.h, stdlib... |
tree | commitdiff |
| 2013-04-29 |
David Levine | Removed some #includes of unistd.h and stdio.h because... |
tree | commitdiff |
| 2013-04-27 |
David Levine | Removed #include of sys/param.h from sbr/makedir.c... |
tree | commitdiff |
| 2013-04-21 |
David Levine | Replaced calls to static getcpy() in mf.c with calls... |
tree | commitdiff |
| 2013-04-21 |
David Levine | Added const to arguments of mf functions. |
tree | commitdiff |
| 2013-04-21 |
David Levine | Added const to argument of getname(). |
tree | commitdiff |
| 2013-04-21 |
David Levine | Added const to argument of getcpy(). |
tree | commitdiff |
| 2013-04-19 |
Paul Fox | m_convert: 'foo=n' and 'foo=+/-n' now select msgs with... |
tree | commitdiff |
| 2013-04-16 |
David Levine | Plugged memory leak in m_unknown(). |
tree | commitdiff |
| 2013-04-16 |
David Levine | Fixed problem in m_getfld() reported by Paul Fox. ... |
tree | commitdiff |
| 2013-04-14 |
David Levine | Moved #include of signal.h to h/signals.h. And it... |
tree | commitdiff |
| 2013-04-14 |
David Levine | Moved #include of errno.h to h/nmh.h. |
tree | commitdiff |
| 2013-04-14 |
David Levine | Removed #include of sys/wait.h from sbr/pidstatus.c... |
tree | commitdiff |
| 2013-04-14 |
David Levine | A "credentials" mh-profile entry has been added. This... |
tree | commitdiff |
| 2013-04-03 |
David Levine | Added port number to "Connecting to" message with ... |
tree | commitdiff |
| 2013-03-31 |
David Levine | Moved #include <sys/wait.h> to h/nmh.h. |
tree | commitdiff |
| 2013-03-31 |
David Levine | Removed limit on maximum number of sequences in a folder. |
tree | commitdiff |
| 2013-03-30 |
David Levine | Moved #include <assert.h> to h/nmh.h. |
tree | commitdiff |
| 2013-03-27 |
Ken Hornstein | Warn the user if too many sequences exist during sequen... |
tree | commitdiff |
| 2013-03-24 |
David Levine | Finished replacing mh_strcasecmp() with strcasecmp... |
tree | commitdiff |
| 2013-03-24 |
David Levine | More replacements of mh_strcasecmp() with strcasecmp(). |
tree | commitdiff |
| 2013-03-24 |
David Levine | More replacements of mh_strcasecmp() with strcasecmp(). |
tree | commitdiff |
| 2013-03-24 |
Ken Hornstein | Change folder_delmsgs() to save context and sequence... |
tree | commitdiff |
| 2013-03-21 |
Ken Hornstein | Make sure to mark the sequence file as closed in the... |
tree | commitdiff |
| 2013-03-21 |
Ken Hornstein | Merge branch 'newlock' |
tree | commitdiff |
| 2013-03-21 |
Ken Hornstein | Don't lock and write the sequence files until after... |
tree | commitdiff |
| 2013-03-18 |
Ken Hornstein | Add code for (and convert world to) the new world lock... |
tree | commitdiff |
| 2013-03-15 |
Ken Hornstein | Turns out the close function can be called with FILE... |
tree | commitdiff |
| 2013-03-15 |
Ken Hornstein | Mostly complete now, but not yet functional. |
tree | commitdiff |
| 2013-03-14 |
Ken Hornstein | More locking updates; still doesn't compile yet. |
tree | commitdiff |
| 2013-03-14 |
Ken Hornstein | Start of the changes for the new lock code. Does not... |
tree | commitdiff |
| 2013-02-27 |
David Levine | Added nmh_strcasestr() because POSIX doesn't have strca... |
tree | commitdiff |
| 2013-02-26 |
Ken Hornstein | Support RFC 2231 language tags in RFC 2047 header strings. |
tree | commitdiff |
| 2013-02-26 |
David Levine | Added cpytrim() function. Unlike trimcpy(), it does... |
tree | commitdiff |
| 2013-02-26 |
David Levine | Added const qualifier to arguments of concat() and... |
tree | commitdiff |
| 2013-02-25 |
David Levine | Added find_str() and rfind_str() to sbr/utils.c |
tree | commitdiff |
| 2013-02-25 |
David Levine | Added const qualifier to char * arguments of add()... |
tree | commitdiff |
| 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-20 |
David Levine | In m_getfld.c, cast the returns of valid characters to |
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-06 |
Ken Hornstein | More work to convert programs over to the use of argspl... |
tree | commitdiff |
| 2013-02-06 |
Ken Hornstein | Make sure these stdarg lists are properly terminated... |
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-05 |
Ken Hornstein | Start of the signed/unsigned char cleanup. |
tree | commitdiff |
| 2013-02-04 |
David Levine | Tweaked logic in brkstring.c and showfile.c to get... |
tree | commitdiff |
| 2013-02-01 |
Ken Hornstein | Finally switch over from vfork() to fork() completely. |
tree | commitdiff |
| 2013-02-01 |
Ken Hornstein | More code converted to use argsplit(). |
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-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 |
| next |