aboutsummaryrefslogtreecommitdiffstats
path: root/common/iobuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* common/iobuf.c: Flush the pipeline in iobuf_temp_to_buffer.Neal H. Walfield2015-08-201-1/+13
* common/iobuf.c: Combine iobuf_open, iobuf_create and iobuf_openrw.Neal H. Walfield2015-08-201-86/+55
* common/iobuf.h: Remove iobuf_open_fd_or_name.Neal H. Walfield2015-08-201-17/+0
* common/iobuf.c: Rename iobuf_flush and make it a static function.Neal H. Walfield2015-08-201-16/+25
* common/iobuf.c: Don't abort freeing a pipeline if freeing a filter failsNeal H. Walfield2015-08-201-5/+13
* common/iobuf.c: Improve iobuf_peek.Neal H. Walfield2015-08-201-17/+33
* common/iobuf.c: When requested, fill the buffer even if it is not empty.Neal H. Walfield2015-08-201-46/+92
* common/iobuf.c: Better respect boundary conditions in iobuf_read_line.Neal H. Walfield2015-08-201-20/+41
* common/iobuf.c: Fix filter type for iobuf_temp_with_content.Neal H. Walfield2015-08-201-1/+1
* common/iobuf.c: Refactor code to not need the desc field.Neal H. Walfield2015-08-201-30/+29
* common/iobuf.h: Clarify semantics of nofast. Simplify implementation.Neal H. Walfield2015-08-201-4/+4
* common/iobuf.c: Remove dead code (directfp).Neal H. Walfield2015-08-201-64/+1
* common/iobuf.c: Remove dead code (opaque).Neal H. Walfield2015-08-201-2/+1
* common/iobuf.h: Replace further use of literals with symbolic constants.Neal H. Walfield2015-08-201-38/+31
* common/iobuf.c: Replace use of literals with symbolic constants.Neal H. Walfield2015-08-081-22/+38
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-2/+5
* avoid future chance of using uninitialized memoryDaniel Kahn Gillmor2014-12-221-1/+1
* gpg: Create exported secret files and revocs with mode 700.Werner Koch2014-06-301-7/+11
* common: Minor code cleanup for a legacy OS.Werner Koch2014-06-301-8/+7
* w32: Include winsock2.h to silence warnings.Werner Koch2014-03-071-0/+3
* gpg: Limit the nesting level of I/O filters.Werner Koch2013-10-041-0/+11
* gpg: Cache keybox searches.Werner Koch2013-01-081-2/+3
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-15/+15
* Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch2012-04-201-5/+15
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-28/+28
* estream support for iobuf and new memuf functions.Werner Koch2011-01-181-1/+126
* 2010-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-06-081-2/+4
* W32CE fix.Werner Koch2010-06-081-1/+6
* More changes for CE. gpgsm does now build and run a keylisting.Werner Koch2010-03-241-3/+8
* Merged jnlib into common.Werner Koch2010-03-101-2/+2
* Use macros for iobuf ioctls. Werner Koch2010-03-081-62/+37
* More cleanupsWerner Koch2010-03-081-100/+44
* Remove unused code.Werner Koch2010-03-081-132/+25
* First steps towards the W32CE portWerner Koch2010-03-021-0/+21
* 2009-12-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-12-081-1/+1
* Keep on hacking on g13. A simple --create and --mount does now work.Werner Koch2009-10-131-7/+7
* Some changes to suport g13.Werner Koch2009-09-301-4/+42
* Ported changes from 1.4.Werner Koch2009-04-011-15/+91
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-9/+21
* Avoid passing NULL to printf while debugging.Werner Koch2008-08-191-14/+22
* g10/Marcus Brinkmann2008-06-251-1/+1
* 2008-06-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-06-181-1/+1
* Fix a bug in the ambigious name detection.Werner Koch2008-03-201-8/+8
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* More W32 related changesWerner Koch2007-06-261-101/+143
* Fixed a problem in estream-printf.c.Werner Koch2007-06-251-26/+2
* First steps towards supporting W32.Werner Koch2007-06-061-64/+65
* Made some PIN pads work.Werner Koch2006-11-201-1/+1
* Fix for bug 537Werner Koch2006-10-021-43/+3
* Add missing file and other changes.Werner Koch2006-09-271-0/+30