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