| 2017-09-04 |
Ralph Corderoy | print_intro(): Change parameter brief from int to bool. |
blob | commitdiff | raw |
| 2017-09-02 |
Ralph Corderoy | Move base64.c's prototypes from prototypes.h to new... |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | Move read_line.c's prototypes from prototypes.h to... |
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-28 |
Ralph Corderoy | Move terminal.c's prototypes from prototypes.h to new... |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | Create mhmisc.h with mhmisc.c's global-function prototypes. |
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 die(fmt, ...). Equivalent to adios(NULL, fmt,... |
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 | Add gcc's const function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Add more NORETURN and CHECK_PRINTF function attributes. |
blob | commitdiff | raw | diff to current |
| 2017-08-22 |
Ralph Corderoy | Convert some Boolean variables to the bool type. |
blob | commitdiff | raw | diff to current |
| 2017-08-10 |
Ralph Corderoy | m_getfld() et al: Add wrapper without FILE *iob parameter. |
blob | commitdiff | raw | diff to current |
| 2017-08-10 |
Ralph Corderoy | m_getfld.c: Make m_getfld_state_init() public. |
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-05-16 |
Ralph Corderoy | sbr/unquote.c: Move prototype from h/prototypes.h to... |
blob | commitdiff | raw | diff to current |
| 2017-05-16 |
Ralph Corderoy | sbr/mime_type.c: Move prototype from h/prototypes.h... |
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-16 |
Ralph Corderoy | sbr/makedir.c: Move prototype from h/prototypes.h to... |
blob | commitdiff | raw | diff to current |
| 2017-05-16 |
Ralph Corderoy | sbr/m_popen.c: Move prototypes from h/prototypes.h... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/m_maildir.c: Move prototypes from h/prototypes... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/m_rand.c: Move prototype from h/prototypes.h to... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | h/prototypes.h: Give sbr/lock_file.c's prototypes their... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/utils.c: Delete unused upcase() function. |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | h/prototypes.h: Remove duplicate prototype for pwd(). |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | h/utils.h: Move in nmh_init() prototype from h/prototyp... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Move remaining prototypes from h/protot... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | h/prototypes.h: Remove scan_reset_m_getfld_state()... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | Use `void' in prototypes for functions with no parameters. |
blob | commitdiff | raw | diff to current |
| 2017-05-14 |
Ralph Corderoy | Replace calls to unputenv() with unsetenv(3). |
blob | commitdiff | raw | diff to current |
| 2017-05-14 |
Ralph Corderoy | Replace calls to m_putenv() with setenv(3). |
blob | commitdiff | raw | diff to current |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
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-17 |
Ralph Corderoy | Add inform() to provide an equivalent to advise(NULL... |
blob | commitdiff | raw | diff to current |
| 2016-11-12 |
Ralph Corderoy | Replace copy(s, d) with POSIX-1.2008's stpcpy(d, s). |
blob | commitdiff | raw | diff to current |
| 2016-10-30 |
Ralph Corderoy | Remove sbr/peekc.c containing unused peekc(). |
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-16 |
Ralph Corderoy | Rewrite getcpy() using mh_x*() allocation functions. |
blob | commitdiff | raw | diff to current |
| 2016-10-06 |
David Levine | Merge branch 'welcome' |
blob | commitdiff | raw | diff to current |
| 2016-09-29 |
David Levine | Updated comments in h/prototypes.h. |
blob | commitdiff | raw | diff to current |
| 2016-09-29 |
David Levine | Instead of relying on invo_name to decide whether to... |
blob | commitdiff | raw | diff to current |
| 2016-09-26 |
David Levine | Reworked BUGS section of nmh(7) man page, and added... |
blob | commitdiff | raw | diff to current |
| 2016-09-25 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Merge branch 'pop-tls' |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Switch decodeBase64() second argument to an unsigned... |
blob | commitdiff | raw | diff to current |
| 2016-09-20 |
Ken Hornstein | Maybe ... it works? Sort of! Needs more testing,... |
blob | commitdiff | raw | diff to current |
| 2016-09-19 |
Ken Hornstein | More work, but not there just yet. |
blob | commitdiff | raw | diff to current |
| 2016-09-06 |
Ken Hornstein | Merge branch 'xoauth' |
blob | commitdiff | raw | diff to current |
| 2016-08-21 |
Ken Hornstein | Very close, but it doesn't passes the tests just yet. |
blob | commitdiff | raw | diff to current |
| 2016-08-14 |
David Levine | Attempt to decode base64-encoded strings in -snoop... |
blob | commitdiff | raw | diff to current |
| 2016-08-14 |
David Levine | Attempt to decode base64-encoded strings in -snoop... |
blob | commitdiff | raw | diff to current |
| 2016-07-22 |
David Levine | Fixed comments describing decodeBase64(). |
blob | commitdiff | raw | diff to current |
| 2016-07-22 |
David Levine | Fixed comments describing decodeBase64(). |
blob | commitdiff | raw | diff to current |
| 2016-07-21 |
David Levine | Factored out base64 decoding code into decodeBase64(). |
blob | commitdiff | raw | diff to current |
| 2016-07-21 |
David Levine | Factored out base64 decoding code into decodeBase64(). |
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-07-05 |
David Levine | Added context_find_prefix(). |
blob | commitdiff | raw | diff to current |
| 2016-07-04 |
David Levine | Added context_find_prefix(). |
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-06-12 |
David Levine | Added const to filename args of cpydata(). Then added... |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | Added const to arg of m_backup(). |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | Added consts to adios(), advise(), and advertise()... |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | Added consts to adios(), advise(), and advertise()... |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | Added const to filename args of cpydata(). Then added... |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | Added const to arg of m_backup(). |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | Added const to first arg of adios(). |
blob | commitdiff | raw | diff to current |
| 2016-04-03 |
Eric Gillespie | Rename and document functions that read from stdin. |
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-01-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2014-12-25 |
David Levine | Added const to char * arguments of uprf(). |
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-09-15 |
David Levine | If a component has trailing whitespace, e.g., body... |
blob | commitdiff | raw | diff to current |
| 2014-08-04 |
David Levine | Removed m_eomsbr() from m_getfld.c, and its scan_eom_ac... |
blob | commitdiff | raw | diff to current |
| 2014-05-26 |
David Levine | Added context_find_by_type(), helper function to search... |
blob | commitdiff | raw | diff to current |
| 2014-05-08 |
David Levine | Moved norm_charmap() declaration from h/prototypes... |
blob | commitdiff | raw | diff to current |
| 2014-05-07 |
Ken Hornstein | Document these functions a bit better. |
blob | commitdiff | raw | diff to current |
| 2014-04-10 |
David Levine | Merge remote-tracking branch 'origin/fix-locking' |
blob | commitdiff | raw | diff to current |
| 2014-04-09 |
Ken Hornstein | Merge branch 'mhshow-fixup' |
blob | commitdiff | raw | diff to current |
| 2014-04-06 |
David Levine | Instead of relying on errno to determine if locking... |
blob | commitdiff | raw | diff to current |
| 2014-04-06 |
David Levine | Don't ignore return value of lkfopendata(), most notably of |
blob | commitdiff | raw | diff to current |
| 2014-04-03 |
Ken Hornstein | Moving closer to fixing mhshow completely. Includes... |
blob | commitdiff | raw | diff to current |
| 2014-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
blob | commitdiff | raw | diff to current |
| 2014-03-03 |
Ken Hornstein | Convert unqp() to decode_qp(), and make it a public... |
blob | commitdiff | raw | diff to current |
| 2014-02-08 |
David Levine | Moved upcase(), update_attr(), content_charset(), and |
blob | commitdiff | raw | diff to current |
| 2014-02-04 |
David Levine | Use rename(2), not link(2), in m_mktemps() if mkstemps... |
blob | commitdiff | raw | diff to current |
| 2014-02-02 |
David Levine | Added m_mktemps(), which creates a temporary file with... |
blob | commitdiff | raw | diff to current |
| 2014-02-01 |
Ken Hornstein | Merge branch 'base64-text-fixup' |
blob | commitdiff | raw | diff to current |
| 2014-01-31 |
Ken Hornstein | Fix base64 to handle text parts properly; currently... |
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-25 |
David Levine | Replaced boilerplate at beginning of each nmh program... |
blob | commitdiff | raw | diff to current |
| 2014-01-24 |
Ken Hornstein | Move uip/attach.c to sbr/mime_type.c; it was used by... |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
blob | commitdiff | raw | diff to current |
| 2014-01-22 |
David Levine | Expose get_temp_dir(). |
blob | commitdiff | raw | diff to current |
| 2014-01-18 |
Ken Hornstein | Beginning of work to run mhbuild always. A bit more... |
blob | commitdiff | raw | diff to current |
| 2014-01-07 |
David Levine | Replaced hidden make_mime_composition_file_entry()... |
blob | commitdiff | raw | diff to current |
| next |