]> diplodocus.org Git - nmh/history - sbr/folder_read.c
mhlsbr.c: Don't strchr(3) non-string NUL-less buffer.
[nmh] / sbr / folder_read.c
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-04-28 Ralph Corderoysbr/folder_read.c: Don't malloc() once per message.
2017-04-28 Ralph Corderoysbr/vector.c: Only allocate bvector storage for set...
2017-04-26 Ralph Corderoysbr/folder_read.c: Don't clear newly created bvectors.
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.
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-06 David LevineDon't ignore return value of lkfopendata(), most notably of
2014-01-07 Ken HornsteinPrevent message status allocation code from overflowing...
2013-10-15 Ken HornsteinRemove unneeded stat() call; was a leftover from the...
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-05 Ken HornsteinBring in all of the mh-e support that is actually used...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-05-18 Oliver Kiddlefix a bug affecting AFS where nmh was setting the READO...
2005-02-23 Oliver Kiddlefix Debian bug #202667: crash when a message's filename...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision