aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-06-17agent: Print a warning for obsolete options.Werner Koch2-0/+17
2015-06-08Convey envvar INSIDE_EMACS to the pinentry.Werner Koch1-1/+3
2015-05-11common: Cope with AIX problem on number of open files.Werner Koch1-0/+10
2015-04-24common: Remove JNLIB from boiler plate (jnlib merge).Werner Koch31-220/+124
2015-04-24common: Rename log and gcc attribute macros (jnlib merge).Werner Koch10-82/+82
2015-04-24common: Remove two JNLIB_ macros (jnlib merge).Werner Koch6-13/+5
2015-04-24common: Remove libjnlib-config.h (jnlib merge).Werner Koch15-324/+197
2015-04-23gpg: Move all DNS access to Dirmngr.Werner Koch7-738/+2
2015-04-23common: Minor change of hex2str to allow for embedded nul.Werner Koch2-46/+57
2015-04-23common: removal of t-support.c from t_jnlib_src.NIIBE Yutaka1-1/+1
2015-04-21common: Make proper use of http proxy parameter.Werner Koch1-3/+48
2015-04-21gpg: Update sub-options of --keyserver-optionsWerner Koch1-1/+0
2015-04-13common: Do without nested fucntions to support non-gcc.Werner Koch1-52/+54
2015-04-10Remove obsolete directories from AM_CPPFLAGS.Werner Koch1-1/+1
2015-04-10common: Add new function gnupg_gmtime.Werner Koch2-8/+31
2015-04-10common: Add new function isodate_human_to_tmWerner Koch3-4/+114
2015-03-31gpg: Remove gratuitous extern qualifier from declaration.Neal H. Walfield1-1/+1
2015-03-25common: Add macro GNUPG_GCC_A_USED.Werner Koch1-0/+6
2015-03-23common:stringhelp.c: Replace use of jblib_malloc with xtrymalloc, etc.neal/dirmngr-ldapNeal H. Walfield1-26/+26