aboutsummaryrefslogtreecommitdiffstats
path: root/common/iobuf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-18common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka1-4/+5
2023-07-14gpg: Use gnupg_fd_t for iobuf_get_fd and is_secured_file.NIIBE Yutaka1-3/+3
2023-07-11common: Change iobuf_fdopen argument type to gnupg_fd_t.NIIBE Yutaka1-3/+2
2023-07-11common: Add gnupg_check_special_filename.NIIBE Yutaka1-36/+4
2023-07-05gpg: Use gnupg_fd_t for encrypt_crypt and gpg_verify.NIIBE Yutaka1-2/+1
2023-07-04common,w32: Add missing GetLastError->errno mapping.Werner Koch1-3/+4
2023-06-30common:iobuf: Avoid losing bits of HANDLE on Windows 64-bit.NIIBE Yutaka1-19/+20
2023-06-13gpg: Make progress work for large files on Windows.Werner Koch1-51/+10
2023-06-09gpg: Print status line and proper diagnostics for write errors.Werner Koch1-3/+6
2023-05-24common,w32: Set a proper error code when creating an output file.Werner Koch1-2/+10
2023-05-24gpg: Report BEGIN_* status before examining the input.NIIBE Yutaka1-0/+120
2023-05-23common,w32: Set a proper error code when creating an output file.Werner Koch1-2/+10
2023-01-19gpg: Detect already compressed data also when using a pipe.Werner Koch1-2/+100
2023-01-18common: Replace all assert by log_assert.Werner Koch1-31/+31
2022-10-14common: Don't use FD2INT for POSIX-only code.NIIBE Yutaka1-1/+1
2022-09-29gpg: Fix assertion failure due to errors in encrypt_filter.Werner Koch1-4/+4
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