aboutsummaryrefslogtreecommitdiffstats
path: root/common/iobuf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-03w32: Allow Unicode filenames for iobuf_cancel.Werner Koch1-1/+1
2022-06-03Remove remaining support for WindowsCEWerner Koch1-20/+4
2022-04-25common:iobuf: Exclude cases with IOBUF_INPUT_TEMP/IOBUF_OUTPUT_TEMP.NIIBE Yutaka1-4/+7
2022-03-08gpg: fix --enarmor with zero length source fileJussi Kivilinna1-8/+0
2022-03-08iobuf: add zerocopy optimization for iobuf_writeJussi Kivilinna1-6/+75
2022-03-08iobuf: add zerocopy optimization for iobuf_readJussi Kivilinna1-14/+98
2022-03-08Use iobuf buffer size for temporary buffer sizeJussi Kivilinna1-3/+4
2022-03-08common,w32: Support file names longer than MAX_PATH in iobuf.Werner Koch1-18/+4
2020-10-20Replace most calls to open by a new wrapper.Werner Koch1-15/+30
2020-08-21common: Strip trailing CR,LF from w32_strerror.Werner Koch1-1/+1
2020-08-19common: Fix iobuf.c.NIIBE Yutaka1-3/+3
2020-07-16common: Avoid undefined behavior of left shift operator.NIIBE Yutaka1-5/+11
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch1-0/+1
2019-09-10common: Allow a readlimit for iobuf_esopen.Werner Koch1-2/+35
2018-12-01common/iobuf: fix memory wiping in iobuf_copyJussi Kivilinna1-1/+6
2018-11-08common/iobuf: optimize iobuf_read_lineJussi Kivilinna1-5/+43
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-2/+2
2018-09-10common: Use iobuf_get_noeof to avoid undefined behaviors.NIIBE Yutaka1-3/+3
2018-01-24gpg: New maintainer option --debug-set-iobuf-size.Werner Koch1-3/+1
2018-01-24iobuf: Increase the size of the buffer. Add iobuf_set_buffer_size.Werner Koch1-35/+83
2017-03-30common: Avoid undefined behavior.Justus Winter1-1/+1
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-11-29gpg,sm: Merge the two versions of check_special_filename.Werner Koch1-33/+4
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor1-1/+1
2016-07-26common: Fix iobuf_peek corner case.Justus Winter1-3/+15
2016-06-30common: Fix memory leak.Justus Winter1-3/+2
2016-03-02gpg: Rename pop_filter to iobuf_pop_filter and export it.Neal H. Walfield1-11/+12
2016-02-23common: Reduce buffer size.Neal H. Walfield1-2/+2
2016-02-23common: Improve a function's documentation and comments.Neal H. Walfield1-10/+14
2016-02-23gpg: Use higher-level functions.Neal H. Walfield1-0/+3
2016-02-23common: Check for an error before reading.Neal H. Walfield1-0/+3
2016-02-23common: More accurately name function.Neal H. Walfield1-1/+1
2016-02-15common, g10: Fix indentation to silence GCC-6.NIIBE Yutaka1-5/+5
2016-02-14common: Fix comment.Neal H. Walfield1-1/+1
2016-01-12common: Fix iobuf API of filter function for alignment.NIIBE Yutaka1-20/+32
2016-01-06common: Avoid warnings about useless assignments.Werner Koch1-1/+0
2015-11-27Silence unused variable or parameter warnings.Werner Koch1-7/+10
2015-11-19common: Avoid undefined behavior.Justus Winter1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-11-05common: Add a function for copying data from one iobuf to another.Neal H. Walfield1-0/+35
2015-09-02iobuf: Add the IOBUF_INPUT_TEMP type to improve input temp handling.Neal H. Walfield1-17/+22
2015-09-02iobuf: Rename IOBUF_TEMP to IOBUF_OUTPUT_TEMP.Neal H. Walfield1-17/+25
2015-08-20common/iobuf.c: Make control flow more obvious.Neal H. Walfield1-73/+79
2015-08-20common/iobuf.c: Add some sanity checks to catch programmer bugs.Neal H. Walfield1-0/+42
2015-08-20common/iobuf.c:iobuf_write_temp: Elide redundant code.Neal H. Walfield1-4/+6
2015-08-20common/iobuf.c: Have iobuf_writestr use iobuf_write, not iobuf_writebyteNeal H. Walfield1-6/+1
2015-08-20common/iobuf: Improve documentation and code comments.Neal H. Walfield1-112/+80
2015-08-20common/iobuf.c: Adjust buffer size of filters in front of temp filters.Neal H. Walfield1-2/+15
2015-08-20common/iobuf.c: Buffered data should not be processed by new filters.Neal H. Walfield1-14/+15