]> diplodocus.org Git - nmh/history - sbr
Ensure getline() is in scope on FreeBSD.
[nmh] / sbr /
2014-06-16 David LevineReordered #includes of sbr/terminal.c to allow compilat...
2014-06-11 Ken HornsteinAlways default the username to the local username,...
2014-05-30 David LevineClarified description in comments of context_find_by_ty...
2014-05-26 David LevineAdded context_find_by_type(), helper function to search...
2014-05-22 David LevineOn platforms with no MIMETYPEPROC, declare the content...
2014-05-14 Paul Foxadd $(kibi) function, as complement to %(kilo)
2014-05-14 Paul Foxrename %(units) to %(kilo)
2014-05-08 David LevineMoved norm_charmap() declaration from h/prototypes...
2014-05-07 Paul Foxadd "%(units)" function, to express numbers with SI...
2014-05-05 David LevineFixed typo in comment in sbr/readconfig.c.
2014-04-18 Ken HornsteinRemove support for a "*" in alias files (which would...
2014-04-18 Ken HornsteinRemove msh(1).
2014-04-16 David LevineReworked retrieval of username and password with SMTP...
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-09 Ken HornsteinMerge branch 'mhshow-fixup'
2014-04-09 Ken HornsteinNow only display text and inline content by default.
2014-04-09 David Levinelkopen_dot() would block forever if another process...
2014-04-06 David LevineInstead of relying on errno to determine if locking...
2014-04-06 David LevineDon't ignore return value of lkfopendata(), most notably of
2014-04-03 Ken HornsteinMoving closer to fixing mhshow completely. Includes...
2014-03-15 David LevineCompare character with EOF using signed comparison...
2014-03-07 David LevineFixed a few very minor issues that cppcheck noticed.
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-03 Ken HornsteinConvert unqp() to decode_qp(), and make it a public...
2014-02-25 David LevineFixed m_getfld() to not return EOF indicator, so that...
2014-02-24 Ken HornsteinFix up error reporting for the hook code.
2014-02-22 Ken HornsteinIt compiles now! And actually sort of works, but still...
2014-02-20 David LevineCast argument to isspace() to unsigned char instead...
2014-02-12 Ken HornsteinMove contains8bit() to a common file, and make it a...
2014-02-09 David LevineRemoved potential buffer overflow from ruserpass()...
2014-02-08 David LevineMoved upcase(), update_attr(), content_charset(), and
2014-02-04 Ken HornsteinMore fixes (and tests) for the base64 encoder.
2014-02-04 Ken HornsteinFix encoder so at least one case of LF -> CR LF convers...
2014-02-04 David LevineReordered a bit of code in signal handler. Noted in...
2014-02-04 David LevineUse rename(2), not link(2), in m_mktemps() if mkstemps...
2014-02-02 David LevineRemoved some unused code that forked /bin/mkdir to...
2014-02-02 David LevineRemoved all unnecessary setuid/setgid calls. Using...
2014-02-02 David LevineAdded m_mktemps(), which creates a temporary file with...
2014-02-01 Ken HornsteinMerge branch 'base64-text-fixup'
2014-01-31 Ken HornsteinFix base64 to handle text parts properly; currently...
2014-01-26 David LevineNo longer look at TMP environment variable for temporar...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineAdded unregister_for_removal(0) calls to the couple...
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-25 David LevineReplaced use of mkstemp() with m_mktemp() in lock_file.c.
2014-01-24 Ken HornsteinMove uip/attach.c to sbr/mime_type.c; it was used by...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 David LevineAdded svector_find() function.
2014-01-22 David LevineExpose get_temp_dir().
2014-01-20 Ken HornsteinCompletely deprecate support for MM_CHARSET.
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2014-01-19 Ken HornsteinChange error message so "Unknown error 0" doesn't get...
2014-01-18 Ken HornsteinExplictly return the exit code, so we can portably...
2014-01-14 David LevineIn cpstripped(), check for negative return value from...
2014-01-07 Ken HornsteinPrevent message status allocation code from overflowing...
2014-01-05 Ken HornsteinWhoops, I'm supposed to NUL-terminate the string, not...
2014-01-04 Ken HornsteinSupport for sending color escape sequences retrieved...
2014-01-03 Ken HornsteinAdd support for %(hascolor), and a new function for...
2014-01-03 Ken HornsteinGarbage collect some Autoconf cruft that has been aroun...
2014-01-03 Ken HornsteinAlso make sure outc() uses TPUTS_PUTC_ARG.
2014-01-03 Ken HornsteinCreate an autoconf test to determine the argument of...
2014-01-03 Ken HornsteinSigh. Fix up missing conversion from clear->ti_clear.
2014-01-03 Ken HornsteinI guess we can't include both termcap and terminfo...
2014-01-03 Ken Hornsteininclude curses.h so this (hopefully) now works on Solaris.
2014-01-03 Ken HornsteinConvert all of the terminal functions over to terminfo...
2014-01-02 Ken HornsteinGarbage collect unused code.
2014-01-02 Ken HornsteinRemove baudrate-handing code.
2014-01-02 Ken HornsteinAlways emit an STR instruction for terminal escape...
2014-01-02 Ken HornsteinFix problem with %(putlit) and %(zputlit) causing a...
2014-01-02 Ken HornsteinDrop support for different behavior on hardcopy termina...
2014-01-02 Ken HornsteinMove the termsbr code into the libmh library, where...
2014-01-01 David LevineGive up on fmt_compile.c for now.
2014-01-01 David LevineThat didn't work. Try including termcap.h first, inste...
2014-01-01 David LevineTry including termcap.h before curses.h to see if that...
2013-12-31 Ken HornsteinIt looks like some systems also need curses.h as well...
2013-12-31 Ken HornsteinAdd support for outputing a few (limited) terminal...
2013-12-31 Ken HornsteinMake sure that branching instructions are traced even...
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.
next