aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* agent: Print a warning for obsolete options.Werner Koch2015-06-172-0/+17
* Convey envvar INSIDE_EMACS to the pinentry.Werner Koch2015-06-081-1/+3
* common: Cope with AIX problem on number of open files.Werner Koch2015-05-111-0/+10
* common: Remove JNLIB from boiler plate (jnlib merge).Werner Koch2015-04-2431-220/+124
* common: Rename log and gcc attribute macros (jnlib merge).Werner Koch2015-04-2410-82/+82
* common: Remove two JNLIB_ macros (jnlib merge).Werner Koch2015-04-246-13/+5
* common: Remove libjnlib-config.h (jnlib merge).Werner Koch2015-04-2415-324/+197
* gpg: Move all DNS access to Dirmngr.Werner Koch2015-04-237-738/+2
* common: Minor change of hex2str to allow for embedded nul.Werner Koch2015-04-232-46/+57
* common: removal of t-support.c from t_jnlib_src.NIIBE Yutaka2015-04-231-1/+1