]> diplodocus.org Git - nmh/history - h
Replace getcpy() with mh_xstrdup() where the string isn't NULL.
[nmh] / h /
2016-10-16 Ralph CorderoyRewrite getcpy() using mh_x*() allocation functions.
2016-10-16 Ralph CorderoyAdd const specifier to mh_xstrdup()'s src parameter.
2016-10-16 Ralph CorderoyAdd mh_xstrdup() that exits on allocation failure.
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-10-16 Ralph CorderoyAdd macro NEW0(p) that callocs, and use it in simple...
2016-10-16 Ralph CorderoyPut parameter names in h/utils.h memory function protot...
2016-10-16 Ralph CorderoyAdd mh_xfree(), guarding free(3) from NULLs.
2016-10-16 Ralph CorderoyTweak mh_xcalloc(); print size on error, follow POSIX.
2016-10-16 Ralph CorderoyTweak mh_xrealloc(); print size on error, follow POSIX.
2016-10-16 Ralph CorderoyTweak mh_xmalloc(); print size in error, allocate...
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-10-06 David LevineMoved scan_input() from uip/post.c to sbr/utils.c.
2016-10-06 David LevineMerge branch 'welcome'
2016-10-02 Ken HornsteinFix some typos in the comments.
2016-10-01 David Levinemhfixmsg now replaces RFC 2047 encoding with RFC 2231...
2016-09-30 Eric GillespieFix typos and drop declaractions of 2 undefined functions.
2016-09-29 David LevineUpdated comments in h/prototypes.h.
2016-09-29 David LevineWelcome message enhancements:
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-09-28 David LevineAdded welcome message when nmh detects that its version...
2016-09-26 David LevineReworked BUGS section of nmh(7) man page, and added...
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-24 David LevineReplace profile-based hack to allow getname() to handle...
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-23 Ken HornsteinSwitch decodeBase64() second argument to an unsigned...
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-09-22 Ken HornsteinAlright, things compile now, but don't link yet; need...
2016-09-22 Ken HornsteinMerge branch 'pop-tls' of git.sv.gnu.org:/srv/git/nmh...
2016-09-22 Ken HornsteinChange things so we can take two file descriptors,...
2016-09-21 Ken HornsteinAdd support for a base64-decoding snoop callback.
2016-09-21 Ken HornsteinWe have OAauth working! But the tests don't work yet.
2016-09-21 Ken HornsteinShuffle some stuff around, change some prototypes,...
2016-09-20 Ken HornsteinMaybe ... it works? Sort of! Needs more testing,...
2016-09-19 Ken HornsteinMore work, but not there just yet.
2016-09-19 Ken HornsteinOkay, we're finally getting to implementation stage...
2016-09-18 Ken HornsteinI think I've written all of these functions; now we...
2016-09-16 Ken HornsteinStill closer, but not quite there yet.
2016-09-16 Ken HornsteinOkay, a bit closer.
2016-09-15 Ken HornsteinFleshed out some more, but we're not there just yet.
2016-09-14 Ken HornsteinA bit more code.
2016-09-13 Ken HornsteinSave this for now.
2016-09-13 Ken HornsteinMore functions documented.
2016-09-12 Ken HornsteinBeginnings of a new library API.
2016-09-11 Ken HornsteinAdd a "file-nopermcheck" credential entry.
2016-09-11 Ken HornsteinRemove the unused argument from mts_init() (as far...
2016-09-09 Ken HornsteinCloser, but not there yet.
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-08-21 Ken HornsteinVery close, but it doesn't passes the tests just yet.
2016-08-20 Ken HornsteinRetrieve appropriate profile entries and pass them...
2016-08-14 David LevineAttempt to decode base64-encoded strings in -snoop...
2016-08-14 David LevineAttempt to decode base64-encoded strings in -snoop...
2016-07-22 David LevineFixed comments describing decodeBase64().
2016-07-22 David LevineFixed comments describing decodeBase64().
2016-07-21 David LevineFactored out base64 decoding code into decodeBase64().
2016-07-21 David LevineFactored out base64 decoding code into decodeBase64().
2016-07-08 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-07-05 David LevineAdded context_find_prefix().
2016-07-04 David LevineAdded context_find_prefix().
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-06-12 David LevineAdded const to filename args of cpydata(). Then added...
2016-06-12 David LevineAdded const to arg of m_backup().
2016-06-12 David LevineAdded consts to adios(), advise(), and advertise()...
2016-06-12 David LevineAdded consts to adios(), advise(), and advertise()...
2016-06-12 David LevineAdded const to filename args of cpydata(). Then added...
2016-06-12 David LevineAdded const to arg of m_backup().
2016-06-12 David LevineAdded const to first arg of adios().
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-04-10 Eric Gillespiesupport multiple oauth users; mhlogin now requires...
2016-04-03 Eric GillespieRename and document functions that read from stdin.
2016-03-25 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-18 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-13 David LevineMerge branch 'master' into xoauth
2016-02-25 David LevineAdded -[no]crlflinebreaks switches to mhfixmsg(1).
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-14 David LevineRemoved #include of signal.h because it's in h/signals.h.
2015-02-13 David LevineRemoved a few more msh (MS_MSH and mshproc) and vmh...
2015-02-08 Paul Foxadd new message separator header to mhshow
2015-02-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-05 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-04 Paul Foximplement -prefer, for multipart/alternative preferences
2015-01-19 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-10 David LevineAdded multiply format function, requested by Norm.
2015-01-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-04 David LevineAdded mhical(1), to display, reply to, and cancel iCale...
2014-12-25 David LevineAdded const to char * arguments of uprf().
2014-12-25 David LevineAdded ct_str_type() and ct_str_subtype() functions...
2014-12-15 David LevineAdded -convertargs switch to repl(1), to pass arguments...
2014-12-09 Eric GillespieImplement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-11-23 David LevineUse Nmh-Attach for attach header field name, and accept...
2014-11-21 David LevineAdded support for multipart/related to MIME parser.
2014-11-15 David LevineMoved mhstore declarations from uip/mhn.c, uip/mhstore...
2014-10-28 David LevineRenamed getmymbox mh-format escape function to getmyadd...
2014-10-26 David LevineAdded getmymbox function escape.
2014-10-26 David LevineAdded free_fs(), corresponding to new_fs().
2014-10-25 David LevineReworked charstring_buffer_copy() to not use strdup...
2014-10-11 David LevineAdded mh_xcalloc().
next