[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
David Levine |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.5-branchpoint-434-g524ff0f |
Date: |
Tue, 29 Jan 2013 03:40:27 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via 524ff0f3996577fbdc0754f3a97d2c375e4c9d7e (commit)
via f52aa1ce52a53ead867f840f18c834871925de6c (commit)
via 702ad1773b7b0064920e0fc723eec4a744f87e7c (commit)
from 0bfb53a23531bea3aaeadcd1a6f6c372eef96612 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 524ff0f3996577fbdc0754f3a97d2c375e4c9d7e
Author: David Levine <address@hidden>
Date: Mon Jan 28 21:38:39 2013 -0600
Changed m_getfld() buffer size to 4096 from 8192, to benefit
scan(1). We could consider using a larger buffer size when
readying message bodies. But I expect any benefit would be
overshadowed by the way parse_mime() currently reads MIME
messages: it reopens the file for each part.
commit f52aa1ce52a53ead867f840f18c834871925de6c
Author: David Levine <address@hidden>
Date: Mon Jan 28 21:20:22 2013 -0600
Added m_getfld_track_filepos() for callers to indicate that they
may interleave fseek*/ftell* calls with m_getfld() calls. This
eliminates the need for m_getfld() to call fseek() when called
by inc(1) and scan(1).
commit 702ad1773b7b0064920e0fc723eec4a744f87e7c
Author: David Levine <address@hidden>
Date: Mon Jan 28 19:12:17 2013 -0600
Added scan_reset_m_getfld_state(), for msh only. It needs to
call that so that it can support more than one operation on its
mailbox.
-----------------------------------------------------------------------
Summary of changes:
h/prototypes.h | 2 +
sbr/m_getfld.c | 35 ++++++++++++++-----
test/inc/test-inc-scanout | 60 ++-----------------------------
test/mhshow/test-msg-buffer-boundaries | 55 +----------------------------
uip/mhbuildsbr.c | 1 +
uip/mhparse.c | 1 +
uip/msh.c | 1 +
uip/scansbr.c | 5 +++
uip/sendsbr.c | 1 +
9 files changed, 43 insertions(+), 118 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.5-branchpoint-434-g524ff0f,
David Levine <=