aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* common: Make proper use of http proxy parameter.Werner Koch2015-04-211-3/+48
* gpg: Update sub-options of --keyserver-optionsWerner Koch2015-04-211-1/+0
* common: Do without nested fucntions to support non-gcc.Werner Koch2015-04-131-52/+54
* Remove obsolete directories from AM_CPPFLAGS.Werner Koch2015-04-101-1/+1
* common: Add new function gnupg_gmtime.Werner Koch2015-04-102-8/+31
* common: Add new function isodate_human_to_tmWerner Koch2015-04-103-4/+114
* gpg: Remove gratuitous extern qualifier from declaration.Neal H. Walfield2015-03-311-1/+1
* common: Add macro GNUPG_GCC_A_USED.Werner Koch2015-03-251-0/+6
* common:stringhelp.c: Replace use of jblib_malloc with xtrymalloc, etc.neal/dirmngr-ldapNeal H. Walfield2015-03-231-26/+26
* Improve spelling and grammar of some comments.Neal H. Walfield2015-03-231-1/+1
* Improve documenation of http_parse_uri.Neal H. Walfield2015-03-231-3/+4
* Import _gpgme_parse_timestamp from gpgme as parse_timestamp.Neal H. Walfield2015-03-232-0/+103
* Add new function uri_query_lookup.Neal H. Walfield2015-03-232-0/+18
* Add new function strlist_find.Neal H. Walfield2015-03-232-0/+17
* common: Add new helper function, strsplit.Neal H. Walfield2015-03-233-1/+98
* common: Add function is_valid_mailbox_mem.Werner Koch2015-03-202-26/+82
* common: Fix syntax error when building with gnutlsWerner Koch2015-03-201-1/+1
* hkps: Fix host name verification when using pools.Werner Koch2015-03-191-2/+4
* Define replacement error codes from libgpg-error 1.19.Werner Koch2015-03-191-1/+83