aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* http: Add flag to force use of TOR (part 1)Werner Koch2015-09-183-1/+22
* iobuf: Reduce verbosity of test.Neal H. Walfield2015-09-021-0/+2
* iobuf: Add the IOBUF_INPUT_TEMP type to improve input temp handling.Neal H. Walfield2015-09-022-20/+29
* iobuf: Rename IOBUF_TEMP to IOBUF_OUTPUT_TEMP.Neal H. Walfield2015-09-022-29/+38
* iobuf: Use a first-class enum.Neal H. Walfield2015-09-021-2/+2
* iobuf: Fix test.Neal H. Walfield2015-09-021-9/+6
* common: Assume an utf-8 locale on iconv errors.Werner Koch2015-09-011-6/+4
* common: Fix regression in building argpase.c standalone.Werner Koch2015-09-011-0/+7
* gpg: Print a new FAILURE status after most commands.Werner Koch2015-08-251-2/+3
* doc: Remove C++ style comments and update HACKING.Werner Koch2015-08-201-9/+9
* common/iobuf.c: Make control flow more obvious.Neal H. Walfield2015-08-201-73/+79
* common/iobuf.c: Add some sanity checks to catch programmer bugs.Neal H. Walfield2015-08-201-0/+42
* common/iobuf.c:iobuf_write_temp: Elide redundant code.Neal H. Walfield2015-08-201-4/+6
* common/iobuf.c: Have iobuf_writestr use iobuf_write, not iobuf_writebyteNeal H. Walfield2015-08-201-6/+1
* common/iobuf: Improve documentation and code comments.Neal H. Walfield2015-08-202-149/+530
* common/iobuf.c: Adjust buffer size of filters in front of temp filters.Neal H. Walfield2015-08-201-2/+15
* common/iobuf.c: Buffered data should not be processed by new filters.Neal H. Walfield2015-08-202-17/+116
* 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-202-19/+0
* common/iobuf.c: Rename iobuf_flush and make it a static function.Neal H. Walfield2015-08-202-17/+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/t-iobuf.c: Add a test case for multiple EOFs.Neal H. Walfield2015-08-201-0/+93
* common/iobuf.c: Better respect boundary conditions in iobuf_read_line.Neal H. Walfield2015-08-204-21/+234
* common/iobuf.c: Fix filter type for iobuf_temp_with_content.Neal H. Walfield2015-08-201-1/+1
* common/iobuf.h: Remove unimplemented prototypes.Neal H. Walfield2015-08-201-3/+0
* common/iobuf.c: Refactor code to not need the desc field.Neal H. Walfield2015-08-202-31/+29
* common/iobuf.h: Clarify semantics of nofast. Simplify implementation.Neal H. Walfield2015-08-202-5/+9
* common/iobuf.c: Remove dead code (directfp).Neal H. Walfield2015-08-202-65/+1
* common/iobuf.c: Remove dead code (opaque).Neal H. Walfield2015-08-202-5/+1
* common/iobuf.h: Replace further use of literals with symbolic constants.Neal H. Walfield2015-08-202-40/+44
* Inform a user about inquire length limit.Ben Kibbey2015-08-151-1/+3
* common/iobuf.c: Replace use of literals with symbolic constants.Neal H. Walfield2015-08-081-22/+38
* common: Change alias for Curve25519 to "cv25519".Werner Koch2015-08-071-1/+1
* Curve25519 support.NIIBE Yutaka2015-08-062-0/+22
* common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka2015-08-062-5/+5
* common,w32: Avoid unused var warning about msgcache.Werner Koch2015-07-281-6/+16
* w32: Try more places to find an installed Pinentry.Werner Koch2015-07-281-8/+33
* Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch2015-07-268-66/+76
* Avoid a leading double slash in make_filename.Werner Koch2015-07-221-2/+14
* g10: Use canonical name for curve.NIIBE Yutaka2015-07-081-3/+3
* common: Implement i18n_localegettext.Werner Koch2015-07-011-4/+104
* Pass DBUS_SESSION_BUS_ADDRESS for gnome3Daniel Kahn Gillmor2015-06-301-0/+2
* Flag the L_() function with attribute format_arg.Werner Koch2015-06-302-1/+19
* agent: Use different translation func for Pinentry strings.Werner Koch2015-06-302-0/+18
* common: Improve fucntion parse_debug_flag.Werner Koch2015-06-231-2/+13
* common: Add function parse_debug_flagWerner Koch2015-06-222-0/+89
* common: Add function strtokenize.Werner Koch2015-06-223-0/+212