Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-01-02 | Replace use of variable-length-arrays. | Werner Koch | 1 | -2/+4 |
2016-06-28 | common: Fix memory leaks. | Justus Winter | 1 | -1/+14 |
2016-01-12 | common: Fix iobuf API of filter function for alignment. | NIIBE Yutaka | 1 | -2/+3 |
2015-09-02 | iobuf: Reduce verbosity of test. | Neal H. Walfield | 1 | -0/+2 |
2015-09-02 | iobuf: Fix test. | Neal H. Walfield | 1 | -9/+6 |
2015-08-20 | doc: Remove C++ style comments and update HACKING. | Werner Koch | 1 | -9/+9 |
2015-08-20 | common/iobuf.c: Buffered data should not be processed by new filters. | Neal H. Walfield | 1 | -3/+101 |
2015-08-20 | common/t-iobuf.c: Add a test case for multiple EOFs. | Neal H. Walfield | 1 | -0/+93 |
2015-08-20 | common/iobuf.c: Better respect boundary conditions in iobuf_read_line. | Neal H. Walfield | 1 | -0/+188 |