summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove support for the GPG_AGENT_INFO envvar.Werner Koch2014-10-033-203/+78
* First changes for future use of NTBTLS.Werner Koch2014-10-023-34/+112
* common: Do not build maintainer modules in non-maintainer mode.Werner Koch2014-09-182-1/+9
* common: Remove superfluous statements.Werner Koch2014-09-182-12/+3
* gpg: Use algorithm id 22 for EdDSA.Werner Koch2014-09-121-2/+2
* dirmngr: Fix the ks_fetch command for the http scheme.Werner Koch2014-09-101-3/+8
* gpg: Fix export of NIST ECC keys.Werner Koch2014-09-021-72/+60
* Switch to the libgpg-error provided estream.Werner Koch2014-08-2620-7034/+69
* estream: Change license from GPL to LPGL.Werner Koch2014-08-174-24/+24
* common: Fix typo in header inclusion protection macro.Werner Koch2014-08-111-1/+1
* tests: Fix end-of-all-ticks test for Western locales.Werner Koch2014-07-031-0/+16
* estream: Fix minor glitch in "%.*s" format.Werner Koch2014-06-301-1/+3
* gpg: Create exported secret files and revocs with mode 700.Werner Koch2014-06-302-8/+12
* common: Minor code cleanup for a legacy OS.Werner Koch2014-06-301-8/+7
* dirmngr: Use the homedir based socket also under W32.Werner Koch2014-06-271-4/+0
* http: Print human readable GNUTLS status.Werner Koch2014-06-131-1/+27
* w32: Fix build problem with dirmngr.Werner Koch2014-06-101-1/+1
* gpg: Fix bug parsing a zero length user id.Werner Koch2014-06-021-2/+17
* http: Add callback to help logging of server certificates.Werner Koch2014-05-192-20/+38
* http: Allow overriding of the Host header.Werner Koch2014-05-162-23/+45
* w32: Make make_absfilename work with drive letters.Werner Koch2014-05-141-1/+3
* Make more use of *_NAME macros.Werner Koch2014-05-081-1/+1
* Make -jN work again.Werner Koch2014-05-071-1/+4
* gpg: Finish experimental support for Ed25519.Werner Koch2014-05-071-3/+6
* http: Add reference counting to the session object.Werner Koch2014-05-053-47/+100
* http: Add HTTP_FLAG_FORCE_TLS and http_get_tls_info.Werner Koch2014-05-023-43/+178
* common: Fix test for openpgp_oid_is_ed25519.Werner Koch2014-05-021-1/+6
* http: Revamp TLS API.Werner Koch2014-05-025-217/+739
* common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.Werner Koch2014-05-027-54/+37
* estream: Implement "samethread" mode keyword.Werner Koch2014-04-301-54/+107
* estream: Fix deadlock in es_fileno.Werner Koch2014-04-301-1/+1
* estream: Add debug code to the lock functions.Werner Koch2014-04-301-3/+39
* estream: Replace locking macros by functions.Werner Koch2014-04-301-148/+186
* estream: Migrate from Pth to nPth.Werner Koch2014-04-301-23/+22
* gpg: Pass --homedir to gpg-agent.Werner Koch2014-04-222-14/+46
* common: Add functions make_absfilename and make_absfilename_try.Werner Koch2014-04-223-2/+174
* common: Add function gnupg_getcwd.Werner Koch2014-04-222-0/+31
* common: Add z-base-32 encoder.Werner Koch2014-04-174-2/+235
* Two minor code cleanups and one NULL deref on error fix.Werner Koch2014-04-161-1/+1
* dirmngr: Fix compiler warning.Werner Koch2014-04-081-0/+2
* g10: EdDSA support.NIIBE Yutaka2014-04-081-1/+1
* Change some keyedit functions to allow printing to arbitrary streams.Werner Koch2014-03-272-35/+85
* agent: Cleanups to prepare implementation of Ed25519.Werner Koch2014-03-221-38/+103
* common: New function elapsed_time_string.Werner Koch2014-03-182-0/+41
* dirmngr: Make use of IPv4 and IPV6 more explicit.Werner Koch2014-03-142-6/+12
* gpg: Print the actual used keyserver address.Werner Koch2014-03-141-1/+1
* dirmngr: Default to a user socket name and enable autostart.Werner Koch2014-03-143-12/+67
* gpg: Add option --dirmngr-program.Werner Koch2014-03-121-0/+6
* http: Add a flag to the URL parser indicating a literal v6 address.Werner Koch2014-03-122-0/+3
* Use attribute __gnu_printf__ also in estream header files.Werner Koch2014-03-072-10/+18