aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-iobuf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-02Replace use of variable-length-arrays.Werner Koch1-2/+4
2016-06-28common: Fix memory leaks.Justus Winter1-1/+14
2016-01-12common: Fix iobuf API of filter function for alignment.NIIBE Yutaka1-2/+3
2015-09-02iobuf: Reduce verbosity of test.Neal H. Walfield1-0/+2
2015-09-02iobuf: Fix test.Neal H. Walfield1-9/+6
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
2015-08-20common/t-iobuf.c: Add a test case for multiple EOFs.Neal H. Walfield1-0/+93
2015-08-20common/iobuf.c: Better respect boundary conditions in iobuf_read_line.Neal H. Walfield1-0/+188