Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: Fix iobuf API of filter function for alignment. | NIIBE Yutaka | 2016-01-12 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | * common/iobuf.h (IOBUFCTRL_DESC): Change the call semantics. * common/iobuf.c (iobuf_desc): Add the second argument DESC. (print_chain, iobuf_close, do_open, iobuf_sockopen, iobuf_ioctl) (iobuf_push_filter2, pop_filter, iobuf_write_temp): Change calls of iobuf_desc. (file_filter, file_es_filter, sock_filter, block_filter): Fill the description. * common/t-iobuf.c (every_other_filter, double_filter): Likewise. * g10/armor.c, g10/cipher.c, g10/compress-bz2.c, g10/compress.c, g10/decrypt-data.c, g10/encrypt.c, g10/mdfilter.c, g10/progress.c, g10/textfilter.c: Likewise. -- Newer GCC warns against possible alignment difference of pointers. This change can silence those warnings. Signed-off-by: NIIBE Yutaka <[email protected]> | ||||
* | iobuf: Reduce verbosity of test. | Neal H. Walfield | 2015-09-02 | 1 | -0/+2 |
| | | | | | | | * common/t-iobuf.c (main): Reduce verbosity. -- Signed-off-by: Neal H. Walfield <[email protected]>. | ||||
* | iobuf: Fix test. | Neal H. Walfield | 2015-09-02 | 1 | -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]>. | ||||
* | 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/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]>. | ||||
* | common/t-iobuf.c: Add a test case for multiple EOFs. | Neal H. Walfield | 2015-08-20 | 1 | -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]>. | ||||
* | common/iobuf.c: Better respect boundary conditions in iobuf_read_line. | Neal H. Walfield | 2015-08-20 | 1 | -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]>. |