]> diplodocus.org Git - nmh/history - sbr
Added temporary probes to see what file --mime and file -i do on
[nmh] / sbr /
2013-12-14 Pascal Stumpfrand()/srand() are not cryptographically secure PRNGs...
2013-12-05 Ken HornsteinGarbage collect "normalize".
2013-12-05 David LevineFixed m_getfld() bug introduced in commit
2013-12-04 Ken HornsteinFix another warning.
2013-12-04 Ken HornsteinFix a few warnings.
2013-12-04 Ken HornsteinFix cut & paste mistake.
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-12-04 Ken HornsteinWhoops, shouldn't use autoincrement with a macro; forgo...
2013-12-03 Ken HornsteinDon't put a space after the trailing semicolon for...
2013-12-03 Ken HornsteinUse pref_encoding() to select the default encoding...
2013-12-03 Ken HornsteinDo proper group handling, and fix a bug in the q-p...
2013-12-02 Ken HornsteinI think we're very close to get address encoding workin...
2013-12-02 Ken HornsteinSince our last caller of getlocaladdr() was removed...
2013-11-27 Ken HornsteinMore work, but still stuff to do.
2013-11-25 Ken HornsteinFix up a few warnings and problems.
2013-11-21 Ken HornsteinMore work on address portion of RFC 2047 encoder.
2013-11-14 Ken HornsteinA little bit closer to working for address headers.
2013-11-14 Ken HornsteinBreak out the unquote functionality to a separate function.
2013-11-14 Ken HornsteinActually check the output buffer length all of the...
2013-11-13 Ken HornsteinStart work on address header parsing.
2013-11-11 Ken HornsteinDocument things a bit more.
2013-11-10 Ken HornsteinA number of bug fixes:
2013-11-09 Ken HornsteinDon't increment the buffer pointer for the NUL string...
2013-11-08 Ken HornsteinA little closer, but still has problems.
2013-11-07 Ken HornsteinGetting closer to getting base64 header encoding working.
2013-10-31 Ken HornsteinBeginning stubs to support base64 header encoding.
2013-10-31 Ken HornsteinSwitch to the (correct) casting of char to unsigned...
2013-10-31 Ken HornsteinFix some space calculation/whitespace handling bugs.
2013-10-30 Ken HornsteinFix qpspecial() macro test, and do proper casts to...
2013-10-30 Ken HornsteinIt looks like simple quoted-printable encoding of heade...
2013-10-30 Ken HornsteinRemove unused argument.
2013-10-30 Ken HornsteinFix up a few miscalculations.
2013-10-29 Ken HornsteinA hopefully-functional quoted-printable encoder
2013-10-28 Ken HornsteinFix up warnings reported by LLVM.
2013-10-23 Ken HornsteinA little tiny bit closer to working.
2013-10-22 Ken HornsteinMinor comment update.
2013-10-21 Ken HornsteinStart of RFC 2047 encoding code. Not complete in the...
2013-10-15 Ken HornsteinRemove support for NOPUBLICSEQ.
2013-10-15 Ken HornsteinRemove unneeded stat() call; was a leftover from the...
2013-07-02 David LevineAdded unsigned char cast of char argument to isascii...
2013-07-01 Ken HornsteinReject email addresses which contain 8-bit characters.
2013-07-01 Ken HornsteinIf mbtowc() fails to handle a character, replace the...
2013-06-30 Lyndon NerenbergAdd compilation guard around lkopen_flock.
2013-05-04 David LevineReplaced raw hack to add the credentials profile entry...
2013-05-03 David LevineFixed failure reported by Valdis of post to retrieve...
2013-05-02 David LevineFixed problem with m_getfld() with long headers reported by
2013-05-01 David LevineRemoved remaining #includes of stdio.h and stdlib.h...
2013-04-29 David LevineRemoved some #includes of stdio.h, ctype.h, stdlib...
2013-04-29 David LevineRemoved some #includes of unistd.h and stdio.h because...
2013-04-27 David LevineRemoved #include of sys/param.h from sbr/makedir.c...
2013-04-21 David LevineReplaced calls to static getcpy() in mf.c with calls...
2013-04-21 David LevineAdded const to arguments of mf functions.
2013-04-21 David LevineAdded const to argument of getname().
2013-04-21 David LevineAdded const to argument of getcpy().
2013-04-19 Paul Foxm_convert: 'foo=n' and 'foo=+/-n' now select msgs with...
2013-04-16 David LevinePlugged memory leak in m_unknown().
2013-04-16 David LevineFixed problem in m_getfld() reported by Paul Fox. ...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-04-14 David LevineRemoved #include of sys/wait.h from sbr/pidstatus.c...
2013-04-14 David LevineA "credentials" mh-profile entry has been added. This...
2013-04-03 David LevineAdded port number to "Connecting to" message with ...
2013-03-31 David LevineMoved #include <sys/wait.h> to h/nmh.h.
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
2013-03-30 David LevineMoved #include <assert.h> to h/nmh.h.
2013-03-27 Ken HornsteinWarn the user if too many sequences exist during sequen...
2013-03-24 David LevineFinished replacing mh_strcasecmp() with strcasecmp...
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-24 Ken HornsteinChange folder_delmsgs() to save context and sequence...
2013-03-21 Ken HornsteinMake sure to mark the sequence file as closed in the...
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-21 Ken HornsteinDon't lock and write the sequence files until after...
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-03-15 Ken HornsteinTurns out the close function can be called with FILE...
2013-03-15 Ken HornsteinMostly complete now, but not yet functional.
2013-03-14 Ken HornsteinMore locking updates; still doesn't compile yet.
2013-03-14 Ken HornsteinStart of the changes for the new lock code. Does not...
2013-02-27 David LevineAdded nmh_strcasestr() because POSIX doesn't have strca...
2013-02-26 Ken HornsteinSupport RFC 2231 language tags in RFC 2047 header strings.
2013-02-26 David LevineAdded cpytrim() function. Unlike trimcpy(), it does...
2013-02-26 David LevineAdded const qualifier to arguments of concat() and...
2013-02-25 David LevineAdded find_str() and rfind_str() to sbr/utils.c
2013-02-25 David LevineAdded const qualifier to char * arguments of add()...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-20 Ken HornsteinBasic format tracing support; seems to work!
2013-02-20 Ken HornsteinSupport callbacks into the format engine. This is...
2013-02-20 David LevineIn m_getfld.c, cast the returns of valid characters to
2013-02-19 Ken Hornsteinfmttest is actually starting to get useful now. Some...
2013-02-16 Ken HornsteinRemove dead UUCP address parsing code. Sadly, this...
2013-02-12 Ken HornsteinRemove "installproc" since it is no longer used.
2013-02-12 Ken HornsteinFinal conversion to new argsplit() code.
2013-02-06 Ken HornsteinMore work to convert programs over to the use of argspl...
2013-02-06 Ken HornsteinMake sure these stdarg lists are properly terminated...
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
2013-02-05 David LevineChanged m_getfld() to use char instead of unsigned...
2013-02-05 Ken HornsteinStart of the signed/unsigned char cleanup.
2013-02-04 David LevineTweaked logic in brkstring.c and showfile.c to get...
2013-02-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
2013-02-01 Ken HornsteinMore code converted to use argsplit().
next