summaryrefslogtreecommitdiffstats
path: root/common/t-iobuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace use of variable-length-arrays.Werner Koch2017-01-021-2/+4
* common: Fix memory leaks.Justus Winter2016-06-281-1/+14
* common: Fix iobuf API of filter function for alignment.NIIBE Yutaka2016-01-121-2/+3
* iobuf: Reduce verbosity of test.Neal H. Walfield2015-09-021-0/+2
* iobuf: Fix test.Neal H. Walfield2015-09-021-9/+6
* doc: Remove C++ style comments and update HACKING.Werner Koch2015-08-201-9/+9
* common/iobuf.c: Buffered data should not be processed by new filters.Neal H. Walfield2015-08-201-3/+101
* common/t-iobuf.c: Add a test case for multiple EOFs.Neal H. Walfield2015-08-201-0/+93
* common/iobuf.c: Better respect boundary conditions in iobuf_read_line.Neal H. Walfield2015-08-201-0/+188