aboutsummaryrefslogtreecommitdiffstats
path: root/common/iobuf.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-08-20common/iobuf.c: Flush the pipeline in iobuf_temp_to_buffer.Neal H. Walfield1-1/+13
2015-08-20common/iobuf.c: Combine iobuf_open, iobuf_create and iobuf_openrw.Neal H. Walfield1-86/+55
2015-08-20common/iobuf.h: Remove iobuf_open_fd_or_name.Neal H. Walfield1-17/+0
2015-08-20common/iobuf.c: Rename iobuf_flush and make it a static function.Neal H. Walfield1-16/+25
2015-08-20common/iobuf.c: Don't abort freeing a pipeline if freeing a filter failsNeal H. Walfield1-5/+13
2015-08-20common/iobuf.c: Improve iobuf_peek.Neal H. Walfield1-17/+33
2015-08-20common/iobuf.c: When requested, fill the buffer even if it is not empty.Neal H. Walfield1-46/+92
2015-08-20common/iobuf.c: Better respect boundary conditions in iobuf_read_line.Neal H. Walfield1-20/+41
2015-08-20common/iobuf.c: Fix filter type for iobuf_temp_with_content.Neal H. Walfield1-1/+1
2015-08-20common/iobuf.c: Refactor code to not need the desc field.Neal H. Walfield1-30/+29
2015-08-20common/iobuf.h: Clarify semantics of nofast. Simplify implementation.Neal H. Walfield1-4/+4
2015-08-20common/iobuf.c: Remove dead code (directfp).Neal H. Walfield1-64/+1
2015-08-20common/iobuf.c: Remove dead code (opaque).Neal H. Walfield1-2/+1
2015-08-20common/iobuf.h: Replace further use of literals with symbolic constants.Neal H. Walfield1-38/+31
2015-08-08common/iobuf.c: Replace use of literals with symbolic constants.Neal H. Walfield1-22/+38
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-2/+5
2014-12-22avoid future chance of using uninitialized memoryDaniel Kahn Gillmor1-1/+1
2014-06-30gpg: Create exported secret files and revocs with mode 700.Werner Koch1-7/+11
2014-06-30common: Minor code cleanup for a legacy OS.Werner Koch1-8/+7
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch1-0/+3