| 2017-09-04 |
Ralph Corderoy | Replace FALSE and TRUE with C99's false and true. |
blob | commitdiff | raw |
| 2017-09-03 |
Ralph Corderoy | Replace boolean with bool everywhere. |
blob | commitdiff | raw | diff to current |
| 2017-09-03 |
Ralph Corderoy | mh.h: Always define NMH_UNUSED as a cast to void. |
blob | commitdiff | raw | diff to current |
| 2017-09-03 |
Ralph Corderoy | mh.h: Move the gcc-4.3-conditional macro definitions. |
blob | commitdiff | raw | diff to current |
| 2017-09-03 |
Ralph Corderoy | ap.c, dp.c: exit(3) with 0 or 1, not [0, MAX_EXIT]. |
blob | commitdiff | raw | diff to current |
| 2017-09-03 |
Ralph Corderoy | DEFAULT_PAGER: Move from nmh.h to mh.h. Former is... |
blob | commitdiff | raw | diff to current |
| 2017-08-29 |
David Levine | Restrict use of alloc_size function attribute to gcc... |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | Add ENDNULL macro for gcc's `sentinel' function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-27 |
Ralph Corderoy | Add gcc's pure function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-27 |
Ralph Corderoy | Add MAX_EXIT, value 120, to limit some more exit(3... |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Add gcc's nonnull function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Use C99's variable-argument preprocessor macros for... |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Add gcc's malloc function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Add gcc's const function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Add gcc's alloc_size function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | Teach gcc(1) that adios() and friends take printf formats. |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | m_getfld() and friends: Add commentary. |
blob | commitdiff | raw | diff to current |
| 2017-08-01 |
Ken Hornstein | Merge branch 'fix-post-bcc' |
blob | commitdiff | raw | diff to current |
| 2017-08-01 |
Ralph Corderoy | Move m_getfld's MS_* mbox-type macros to the only user. |
blob | commitdiff | raw | diff to current |
| 2017-05-28 |
Ralph Corderoy | h/mts.h: Replace char pointer mmdlm1 with macro MMDF_DELIM. |
blob | commitdiff | raw | diff to current |
| 2017-05-28 |
Ralph Corderoy | sbr/mts.c: Delete mmdlm2; use same-valued mmdlm1 instead. |
blob | commitdiff | raw | diff to current |
| 2017-05-25 |
Ralph Corderoy | uip/comp.c: Delete single-use NULLMP macro. |
blob | commitdiff | raw | diff to current |
| 2017-05-16 |
Ralph Corderoy | sbr/message_id.c: Move duplicate prototypes to new... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | h/utils.h: Move in PLURALS() macro from h/mh.h. |
blob | commitdiff | raw | diff to current |
| 2017-05-14 |
Ralph Corderoy | Use new PLURALS(n) macro instead of variety of tests. |
blob | commitdiff | raw | diff to current |
| 2017-05-13 |
Ralph Corderoy | Add FENDNULL(s): fends off NULL by giving an empty... |
blob | commitdiff | raw | diff to current |
| 2017-05-12 |
Ralph Corderoy | Use existing macros min() and max() more. |
blob | commitdiff | raw | diff to current |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
blob | commitdiff | raw | diff to current |
| 2017-04-28 |
Ralph Corderoy | sbr/folder_read.c: Don't malloc() once per message. |
blob | commitdiff | raw | diff to current |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Only allocate bvector storage for set... |
blob | commitdiff | raw | diff to current |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Change bvector_bits() to return first... |
blob | commitdiff | raw | diff to current |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Delete unused bvector_maxsize() and ivect... |
blob | commitdiff | raw | diff to current |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Replace Nbby with <limits.h>'s CHAR_BIT. |
blob | commitdiff | raw | diff to current |
| 2017-04-23 |
Ralph Corderoy | Remove unneeded incomplete, member-less `struct tag;'. |
blob | commitdiff | raw | diff to current |
| 2017-04-23 |
Ralph Corderoy | mh.h: Compact the reserved sequence bit-masks. |
blob | commitdiff | raw | diff to current |
| 2017-04-23 |
Ralph Corderoy | mh.h: Remove unused MODIFIED and DELETED macros. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | h/mh.h: Remove unused set_deleted() macro. |
blob | commitdiff | raw | diff to current |
| 2016-10-22 |
Ralph Corderoy | Check advertise()'s iob[] isn't too short with assert(3). |
blob | commitdiff | raw | diff to current |
| 2016-10-20 |
Ken Hornstein | Rototill credentials code so that we only prompt for... |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
Ralph Corderoy | Add LEN(s) definition. |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
Ralph Corderoy | Add stdbool.h plus fallback to h/nmh.h. |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Merge branch 'pop-tls' |
blob | commitdiff | raw | diff to current |
| 2016-09-11 |
Ken Hornstein | Add a "file-nopermcheck" credential entry. |
blob | commitdiff | raw | diff to current |
| 2016-09-06 |
Ken Hornstein | Merge branch 'xoauth' |
blob | commitdiff | raw | diff to current |
| 2016-07-08 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-06-26 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
blob | commitdiff | raw | diff to current |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
blob | commitdiff | raw | diff to current |
| 2016-03-25 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-24 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-18 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2015-02-23 |
David Levine | Merge remote-tracking branch 'origin/convertargs' |
blob | commitdiff | raw | diff to current |
| 2015-02-13 |
David Levine | Removed a few more msh (MS_MSH and mshproc) and vmh... |
blob | commitdiff | raw | diff to current |
| 2014-12-09 |
Eric Gillespie | Implement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and... |
blob | commitdiff | raw | diff to current |
| 2014-12-02 |
Ken Hornstein | Merge commit '8206fbf', due to my screwup of committing... |
blob | commitdiff | raw | diff to current |
| 2014-10-25 |
David Levine | Reworked charstring_buffer_copy() to not use strdup... |
blob | commitdiff | raw | diff to current |
| 2014-10-09 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2014-10-09 |
Lyndon Nerenberg | no-op to force check the buildbots. |
blob | commitdiff | raw | diff to current |
| 2014-09-02 |
David Levine | Doubled size of buffers used by m_getfld(), scan, and... |
blob | commitdiff | raw | diff to current |
| 2014-08-24 |
David Levine | Added charstring "class". |
blob | commitdiff | raw | diff to current |
| 2014-04-18 |
Ken Hornstein | Remove msh(1). |
blob | commitdiff | raw | diff to current |
| 2014-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
blob | commitdiff | raw | diff to current |
| 2014-03-01 |
David Levine | Removed a couple of unnecessary vector typedefs from... |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
blob | commitdiff | raw | diff to current |
| 2014-01-22 |
Ken Hornstein | Convert whatnow over to using the new Attach header. |
blob | commitdiff | raw | diff to current |
| 2014-01-22 |
David Levine | Added svector_find() function. |
blob | commitdiff | raw | diff to current |
| 2013-10-18 |
Ken Hornstein | Minor comment cleanup. |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | A "credentials" mh-profile entry has been added. This... |
blob | commitdiff | raw | diff to current |
| 2013-03-31 |
David Levine | Removed limit on maximum number of sequences in a folder. |
blob | commitdiff | raw | diff to current |
| 2013-03-27 |
Ken Hornstein | Change seqset_t to unsigned long to support more sequen... |
blob | commitdiff | raw | diff to current |
| 2013-03-21 |
Ken Hornstein | Merge branch 'newlock' |
blob | commitdiff | raw | diff to current |
| 2013-03-18 |
Ken Hornstein | Add code for (and convert world to) the new world lock... |
blob | commitdiff | raw | diff to current |
| 2013-03-14 |
Ken Hornstein | More locking updates; still doesn't compile yet. |
blob | commitdiff | raw | diff to current |
| 2013-03-14 |
Ken Hornstein | Start of the changes for the new lock code. Does not... |
blob | commitdiff | raw | diff to current |
| 2013-03-12 |
Ken Hornstein | Add support for RFC-2017, message/external-body content... |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
blob | commitdiff | raw | diff to current |
| 2013-02-12 |
Ken Hornstein | Remove "installproc" since it is no longer used. |
blob | commitdiff | raw | diff to current |
| 2013-02-01 |
Lyndon Nerenberg | Merge branch 'master' into savannah |
blob | commitdiff | raw | diff to current |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
blob | commitdiff | raw | diff to current |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
Ken Hornstein | Merge branch 'master' into format-test |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
David Levine | Removed the static m_getfld() state instance and replaced |
blob | commitdiff | raw | diff to current |
| 2013-01-18 |
David Levine | Removed all traces of m_getfld() FLDEOF and BODYEOF... |
blob | commitdiff | raw | diff to current |
| 2013-01-15 |
Ken Hornstein | Support the VISUAL and EDITOR environment variables... |
blob | commitdiff | raw | diff to current |
| 2013-01-10 |
Ken Hornstein | Convert all argument processing over to using X-Macros... |
blob | commitdiff | raw | diff to current |
| 2012-12-22 |
David Levine | Changed bufsz argument of m_getfld() to be in-out inste... |
blob | commitdiff | raw | diff to current |
| 2012-12-22 |
David Levine | Changed msg_style and msg_delim to be file static to... |
blob | commitdiff | raw | diff to current |
| 2012-07-21 |
David Levine | Added -messageid switch to send(1) and post(8). This... |
blob | commitdiff | raw | diff to current |
| 2012-06-07 |
David Levine | Removed faceproc support, deprecated in nmh 1.5. |
blob | commitdiff | raw | diff to current |
| 2012-03-16 |
Ken Hornstein | Make -attach Nmh-Attachment & -attachformat 1 the default. |
blob | commitdiff | raw | diff to current |
| 2012-03-07 |
David Levine | Removed all traces of rmfproc. It had been used by... |
blob | commitdiff | raw | diff to current |
| 2012-01-31 |
Ken Hornstein | Add support for calling an external format program... |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
David Levine | Added NMH_UNUSED macro for suppressing warnings about... |
blob | commitdiff | raw | diff to current |
| 2012-01-07 |
David Levine | Merge branch 'fileproc_mhlproc_to_post' |
blob | commitdiff | raw | diff to current |
| next |