| 2014-01-20 |
Ken Hornstein | Remove the --disable-locale configure option and make... |
tree | commitdiff |
| 2014-01-19 |
Ken Hornstein | Change error message so "Unknown error 0" doesn't get... |
tree | commitdiff |
| 2014-01-18 |
Ken Hornstein | Explictly return the exit code, so we can portably... |
tree | commitdiff |
| 2014-01-14 |
David Levine | In cpstripped(), check for negative return value from... |
tree | commitdiff |
| 2014-01-07 |
Ken Hornstein | Prevent message status allocation code from overflowing... |
tree | commitdiff |
| 2014-01-05 |
Ken Hornstein | Whoops, I'm supposed to NUL-terminate the string, not... |
tree | commitdiff |
| 2014-01-04 |
Ken Hornstein | Support for sending color escape sequences retrieved... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Add support for %(hascolor), and a new function for... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Garbage collect some Autoconf cruft that has been aroun... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Also make sure outc() uses TPUTS_PUTC_ARG. |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Create an autoconf test to determine the argument of... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Sigh. Fix up missing conversion from clear->ti_clear. |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | I guess we can't include both termcap and terminfo... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | include curses.h so this (hopefully) now works on Solaris. |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Convert all of the terminal functions over to terminfo... |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Garbage collect unused code. |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Remove baudrate-handing code. |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Always emit an STR instruction for terminal escape... |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Fix problem with %(putlit) and %(zputlit) causing a... |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Drop support for different behavior on hardcopy termina... |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Move the termsbr code into the libmh library, where... |
tree | commitdiff |
| 2014-01-01 |
David Levine | Give up on fmt_compile.c for now. |
tree | commitdiff |
| 2014-01-01 |
David Levine | That didn't work. Try including termcap.h first, inste... |
tree | commitdiff |
| 2014-01-01 |
David Levine | Try including termcap.h before curses.h to see if that... |
tree | commitdiff |
| 2013-12-31 |
Ken Hornstein | It looks like some systems also need curses.h as well... |
tree | commitdiff |
| 2013-12-31 |
Ken Hornstein | Add support for outputing a few (limited) terminal... |
tree | commitdiff |
| 2013-12-31 |
Ken Hornstein | Make sure that branching instructions are traced even... |
tree | commitdiff |
| 2013-12-14 |
Pascal Stumpf | rand()/srand() are not cryptographically secure PRNGs... |
tree | commitdiff |
| 2013-12-05 |
Ken Hornstein | Garbage collect "normalize". |
tree | commitdiff |
| 2013-12-05 |
David Levine | Fixed m_getfld() bug introduced in commit |
tree | commitdiff |
| 2013-12-04 |
Ken Hornstein | Fix another warning. |
tree | commitdiff |
| 2013-12-04 |
Ken Hornstein | Fix a few warnings. |
tree | commitdiff |
| 2013-12-04 |
Ken Hornstein | Fix cut & paste mistake. |
tree | commitdiff |
| 2013-12-04 |
Ken Hornstein | Merge branch 'encode-rfc2047' |
tree | commitdiff |
| 2013-12-04 |
Ken Hornstein | Whoops, shouldn't use autoincrement with a macro; forgo... |
tree | commitdiff |
| 2013-12-03 |
Ken Hornstein | Don't put a space after the trailing semicolon for... |
tree | commitdiff |
| 2013-12-03 |
Ken Hornstein | Use pref_encoding() to select the default encoding... |
tree | commitdiff |
| 2013-12-03 |
Ken Hornstein | Do proper group handling, and fix a bug in the q-p... |
tree | commitdiff |
| 2013-12-02 |
Ken Hornstein | I think we're very close to get address encoding workin... |
tree | commitdiff |
| 2013-12-02 |
Ken Hornstein | Since our last caller of getlocaladdr() was removed... |
tree | commitdiff |
| 2013-11-27 |
Ken Hornstein | More work, but still stuff to do. |
tree | commitdiff |
| 2013-11-25 |
Ken Hornstein | Fix up a few warnings and problems. |
tree | commitdiff |
| 2013-11-21 |
Ken Hornstein | More work on address portion of RFC 2047 encoder. |
tree | commitdiff |
| 2013-11-14 |
Ken Hornstein | A little bit closer to working for address headers. |
tree | commitdiff |
| 2013-11-14 |
Ken Hornstein | Break out the unquote functionality to a separate function. |
tree | commitdiff |
| 2013-11-14 |
Ken Hornstein | Actually check the output buffer length all of the... |
tree | commitdiff |
| 2013-11-13 |
Ken Hornstein | Start work on address header parsing. |
tree | commitdiff |
| 2013-11-11 |
Ken Hornstein | Document things a bit more. |
tree | commitdiff |
| 2013-11-10 |
Ken Hornstein | A number of bug fixes: |
tree | commitdiff |
| 2013-11-09 |
Ken Hornstein | Don't increment the buffer pointer for the NUL string... |
tree | commitdiff |
| 2013-11-08 |
Ken Hornstein | A little closer, but still has problems. |
tree | commitdiff |
| 2013-11-07 |
Ken Hornstein | Getting closer to getting base64 header encoding working. |
tree | commitdiff |
| 2013-10-31 |
Ken Hornstein | Beginning stubs to support base64 header encoding. |
tree | commitdiff |
| 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 |
| next |