aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-18http: Add flag to force use of TOR (part 1)Werner Koch3-1/+22
2015-09-02iobuf: Reduce verbosity of test.Neal H. Walfield1-0/+2
2015-09-02iobuf: Add the IOBUF_INPUT_TEMP type to improve input temp handling.Neal H. Walfield2-20/+29
2015-09-02iobuf: Rename IOBUF_TEMP to IOBUF_OUTPUT_TEMP.Neal H. Walfield2-29/+38
2015-09-02iobuf: Use a first-class enum.Neal H. Walfield1-2/+2
2015-09-02iobuf: Fix test.Neal H. Walfield1-9/+6
2015-09-01common: Assume an utf-8 locale on iconv errors.Werner Koch1-6/+4
2015-09-01common: Fix regression in building argpase.c standalone.Werner Koch1-0/+7
2015-08-25gpg: Print a new FAILURE status after most commands.Werner Koch1-2/+3
2015-08-20doc: Remove C++ style comments and update HACKING.Werner Koch1-9/+9
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. Walfield2-149/+530
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. Walfield2-17/+116
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. Walfield2-19/+0
2015-08-20common/iobuf.c: Rename iobuf_flush and make it a static function.Neal H. Walfield2-17/+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/t-iobuf.c: Add a test case for multiple EOFs.Neal H. Walfield1-0/+93
2015-08-20common/iobuf.c: Better respect boundary conditions in iobuf_read_line.Neal H. Walfield4-21/+234
2015-08-20common/iobuf.c: Fix filter type for iobuf_temp_with_content.Neal H. Walfield1-1/+1
2015-08-20common/iobuf.h: Remove unimplemented prototypes.Neal H. Walfield1-3/+0
2015-08-20common/iobuf.c: Refactor code to not need the desc field.Neal H. Walfield2-31/+29
2015-08-20common/iobuf.h: Clarify semantics of nofast. Simplify implementation.Neal H. Walfield2-5/+9
2015-08-20common/iobuf.c: Remove dead code (directfp).Neal H. Walfield2-65/+1
2015-08-20common/iobuf.c: Remove dead code (opaque).Neal H. Walfield2-5/+1
2015-08-20common/iobuf.h: Replace further use of literals with symbolic constants.Neal H. Walfield2-40/+44
2015-08-15Inform a user about inquire length limit.Ben Kibbey1-1/+3
2015-08-08common/iobuf.c: Replace use of literals with symbolic constants.Neal H. Walfield1-22/+38
2015-08-07common: Change alias for Curve25519 to "cv25519".Werner Koch1-1/+1
2015-08-06Curve25519 support.NIIBE Yutaka2-0/+22
2015-08-06common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka2-5/+5
2015-07-28common,w32: Avoid unused var warning about msgcache.Werner Koch1-6/+16
2015-07-28w32: Try more places to find an installed Pinentry.Werner Koch1-8/+33
2015-07-26Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch8-66/+76
2015-07-22Avoid a leading double slash in make_filename.Werner Koch1-2/+14
2015-07-08g10: Use canonical name for curve.NIIBE Yutaka1-3/+3
2015-07-01common: Implement i18n_localegettext.Werner Koch1-4/+104
2015-06-30Pass DBUS_SESSION_BUS_ADDRESS for gnome3Daniel Kahn Gillmor1-0/+2
2015-06-30Flag the L_() function with attribute format_arg.Werner Koch2-1/+19
2015-06-30agent: Use different translation func for Pinentry strings.Werner Koch2-0/+18
2015-06-23common: Improve fucntion parse_debug_flag.Werner Koch1-2/+13
2015-06-22common: Add function parse_debug_flagWerner Koch2-0/+89
2015-06-22common: Add function strtokenize.Werner Koch3-0/+212