index
:
gnupg2
master
gnupg2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
iobuf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Avoid undefined behavior.
Justus Winter
2017-03-30
1
-1
/
+1
*
Clean up word replication.
Yuri Chornoivan
2017-02-21
1
-1
/
+1
*
gpg,sm: Merge the two versions of check_special_filename.
Werner Koch
2016-11-29
1
-33
/
+4
*
Change all http://www.gnu.org in license notices to https://
Werner Koch
2016-11-05
1
-1
/
+1
*
More cleanup of "allow to".
Daniel Kahn Gillmor
2016-08-03
1
-1
/
+1
*
common: Fix iobuf_peek corner case.
Justus Winter
2016-07-26
1
-3
/
+15
*
common: Fix memory leak.
Justus Winter
2016-06-30
1
-3
/
+2
*
gpg: Rename pop_filter to iobuf_pop_filter and export it.
Neal H. Walfield
2016-03-02
1
-11
/
+12
*
common: Reduce buffer size.
Neal H. Walfield
2016-02-23
1
-2
/
+2
*
common: Improve a function's documentation and comments.
Neal H. Walfield
2016-02-23
1
-10
/
+14
*
gpg: Use higher-level functions.
Neal H. Walfield
2016-02-23
1
-0
/
+3
*
common: Check for an error before reading.
Neal H. Walfield
2016-02-23
1
-0
/
+3
*
common: More accurately name function.
Neal H. Walfield
2016-02-23
1
-1
/
+1
*
common, g10: Fix indentation to silence GCC-6.
NIIBE Yutaka
2016-02-15
1
-5
/
+5
*
common: Fix comment.
Neal H. Walfield
2016-02-14
1
-1
/
+1
*
common: Fix iobuf API of filter function for alignment.
NIIBE Yutaka
2016-01-12
1
-20
/
+32
*
common: Avoid warnings about useless assignments.
Werner Koch
2016-01-06
1
-1
/
+0
*
Silence unused variable or parameter warnings.
Werner Koch
2015-11-27
1
-7
/
+10
*
common: Avoid undefined behavior.
Justus Winter
2015-11-19
1
-1
/
+1
*
Fix typos found using codespell.
Justus Winter
2015-11-17
1
-1
/
+1
*
common: Add a function for copying data from one iobuf to another.
Neal H. Walfield
2015-11-05
1
-0
/
+35
*
iobuf: Add the IOBUF_INPUT_TEMP type to improve input temp handling.
Neal H. Walfield
2015-09-02
1
-17
/
+22
*
iobuf: Rename IOBUF_TEMP to IOBUF_OUTPUT_TEMP.
Neal H. Walfield
2015-09-02
1
-17
/
+25
*
common/iobuf.c: Make control flow more obvious.
Neal H. Walfield
2015-08-20
1
-73
/
+79
*
common/iobuf.c: Add some sanity checks to catch programmer bugs.
Neal H. Walfield
2015-08-20
1
-0
/
+42
*
common/iobuf.c:iobuf_write_temp: Elide redundant code.
Neal H. Walfield
2015-08-20
1
-4
/
+6
*
common/iobuf.c: Have iobuf_writestr use iobuf_write, not iobuf_writebyte
Neal H. Walfield
2015-08-20
1
-6
/
+1
*
common/iobuf: Improve documentation and code comments.
Neal H. Walfield
2015-08-20
1
-112
/
+80
*
common/iobuf.c: Adjust buffer size of filters in front of temp filters.
Neal H. Walfield
2015-08-20
1
-2
/
+15
*
common/iobuf.c: Buffered data should not be processed by new filters.
Neal H. Walfield
2015-08-20
1
-14
/
+15
*
common/iobuf.c: Flush the pipeline in iobuf_temp_to_buffer.
Neal H. Walfield
2015-08-20
1
-1
/
+13
*
common/iobuf.c: Combine iobuf_open, iobuf_create and iobuf_openrw.
Neal H. Walfield
2015-08-20
1
-86
/
+55
*
common/iobuf.h: Remove iobuf_open_fd_or_name.
Neal H. Walfield
2015-08-20
1
-17
/
+0
*
common/iobuf.c: Rename iobuf_flush and make it a static function.
Neal H. Walfield
2015-08-20
1
-16
/
+25
*
common/iobuf.c: Don't abort freeing a pipeline if freeing a filter fails
Neal H. Walfield
2015-08-20
1
-5
/
+13
*
common/iobuf.c: Improve iobuf_peek.
Neal H. Walfield
2015-08-20
1
-17
/
+33
*
common/iobuf.c: When requested, fill the buffer even if it is not empty.
Neal H. Walfield
2015-08-20
1
-46
/
+92
*
common/iobuf.c: Better respect boundary conditions in iobuf_read_line.
Neal H. Walfield
2015-08-20
1
-20
/
+41
*
common/iobuf.c: Fix filter type for iobuf_temp_with_content.
Neal H. Walfield
2015-08-20
1
-1
/
+1
*
common/iobuf.c: Refactor code to not need the desc field.
Neal H. Walfield
2015-08-20
1
-30
/
+29
*
common/iobuf.h: Clarify semantics of nofast. Simplify implementation.
Neal H. Walfield
2015-08-20
1
-4
/
+4
*
common/iobuf.c: Remove dead code (directfp).
Neal H. Walfield
2015-08-20
1
-64
/
+1
*
common/iobuf.c: Remove dead code (opaque).
Neal H. Walfield
2015-08-20
1
-2
/
+1
*
common/iobuf.h: Replace further use of literals with symbolic constants.
Neal H. Walfield
2015-08-20
1
-38
/
+31
*
common/iobuf.c: Replace use of literals with symbolic constants.
Neal H. Walfield
2015-08-08
1
-22
/
+38
*
Use inline functions to convert buffer data to scalars.
Werner Koch
2015-02-11
1
-2
/
+5
*
avoid future chance of using uninitialized memory
Daniel Kahn Gillmor
2014-12-22
1
-1
/
+1
*
gpg: Create exported secret files and revocs with mode 700.
Werner Koch
2014-06-30
1
-7
/
+11
*
common: Minor code cleanup for a legacy OS.
Werner Koch
2014-06-30
1
-8
/
+7
*
w32: Include winsock2.h to silence warnings.
Werner Koch
2014-03-07
1
-0
/
+3
[next]