]> diplodocus.org Git - nmh/history - uip/dropsbr.c
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / uip / dropsbr.c
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-09-03 Ralph Corderoydropsbr.c: Remove unused ntohl() macro, and its NTOHLSW...
2017-08-26 Ralph CorderoyAdd gcc's alloc_size function attribute.
2017-05-28 Ralph Corderoyh/mts.h: Replace char pointer mmdlm1 with macro MMDF_DELIM.
2017-05-28 Ralph Corderoysbr/mts.c: Delete mmdlm2; use same-valued mmdlm1 instead.
2017-05-25 Ralph CorderoyDon't cast lseek(2)'s offset to off_t when it's 0.
2017-05-25 Ralph CorderoyRemove support for ./.foo.map index for ./foo mailbox.
2017-05-24 Ralph Corderoyuip/inc.c: Delete POP3's -pack option for msh users.
2017-05-24 Ralph Corderoyuip/dropsbr.c: Delete unused mbx_write() and map_read().
2017-05-15 Ralph Corderoyh/prototypes.h: Give sbr/lock_file.c's prototypes their...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-05-01 Ralph Corderoydropsbr.c: Flip mbx_open()'s logic to simplify.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-20 Ralph Corderoyuip/dropsbr.c: Fix buffer overrun in mbx_copy().
2017-04-17 Ralph CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-22 Ralph CorderoyDon't need to cast to `char *' for free(3) these days.
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-11 David LevineAdded mh_xcalloc().
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-06 David LevineInstead of relying on errno to determine if locking...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2013-12-28 David LevineNull-terminate buffer in mbx_copy() in dropsbr.c. ...
2013-12-11 David LevineRemoved a bunch of unreachable break statements found by
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-10-28 Ken HornsteinFix up warnings reported by LLVM.
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-15 Ken HornsteinMostly complete now, but not yet functional.
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-04 Lyndon NerenbergEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2010-12-15 Scott Snyderpropagate and check return status of close() in slocal
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-04-05 Peter MaydellBug #20028 (Debian bug 399271): fix code assuming that...
2006-01-16 Oliver Kiddleremove remnants of code for MMDF
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-05-31 Dan HarklessApplied Alec Wolman <wolman@cs.washington.edu>'s dropsb...
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-03-28 Doug Morrisadded Todd Miller's packf patch
1999-04-30 Doug MorrisInitial revision