aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-iobuf.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-02iobuf: Reduce verbosity of test.Neal H. Walfield1-0/+2
* common/t-iobuf.c (main): Reduce verbosity. -- Signed-off-by: Neal H. Walfield <[email protected]>.
2015-09-02iobuf: Fix test.Neal H. Walfield1-9/+6
* common/t-iobuf.c (content_filter): If there is nothing to read, don't forget to set *LEN to 0. (main): Fix checks. -- Signed-off-by: Neal H. Walfield <[email protected]>.
2015-08-20doc: Remove C++ style comments and update HACKING.Werner Koch1-9/+9
--
2015-08-20common/iobuf.c: Buffered data should not be processed by new filters.Neal H. Walfield1-3/+101
* common/iobuf.c (iobuf_push_filter2): If the pipeline is an output or temp pipeline, the new filter shouldn't assume ownership of the old head's internal buffer: the data was written before the filter was added. * common/t-iobuf.c (double_filter): New function. (main): Add test cases for the above bug. -- Signed-off-by: Neal H. Walfield <[email protected]>.
2015-08-20common/t-iobuf.c: Add a test case for multiple EOFs.Neal H. Walfield1-0/+93
common/t-iobuf.c (main): Add a test case for multiple EOFs in an INPUT pipeline. -- Signed-off-by: Neal H. Walfield <[email protected]>.
2015-08-20common/iobuf.c: Better respect boundary conditions in iobuf_read_line.Neal H. Walfield1-0/+188
* common/iobuf.c (iobuf_read_line): Be more careful with boundary conditions. * common/iobuf.h: Include <gpg-error.h>. * common/t-iobuf.c: New file. * common/Makefile.am (module_tests): Add t-iobuf. (t_mbox_util_LDADD): New variable. -- Signed-off-by: Neal H. Walfield <[email protected]>.