summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use attribute __gnu_printf__ with our estream-printf functions.Werner Koch2014-03-071-2/+9
* Silence several warnings when building under Windows.Werner Koch2014-03-073-2/+9
* w32: Include winsock2.h to silence warnings.Werner Koch2014-03-0714-4/+46
* common: Fix build problem with Sun Studio compiler.Werner Koch2014-03-071-4/+6
* w32: Define WINVER only if needed.Werner Koch2014-03-071-1/+3
* w32: Remove unused code.Werner Koch2014-03-071-98/+0
* ssh: Add support for Putty.Werner Koch2014-03-072-0/+58
* Allow marking options as ignored.Werner Koch2014-03-072-14/+31
* common: Fix recent commit 55656208.Werner Koch2014-03-061-3/+3
* common: Replace all macros in strusage() returned strings.Werner Koch2014-02-261-71/+5
* common: New function map_static_macro_string.Werner Koch2014-02-265-2/+281
* common: New function get_membuf_shrink.Werner Koch2014-02-262-0/+26
* common: Require an installed libiconv.Werner Koch2014-02-261-89/+4
* tests: Avoid segv if dns cert lookup is not configured.Werner Koch2014-02-101-4/+4
* gpg: Change format for the key size in --list-key and --edit-key.Werner Koch2014-02-051-4/+3
* gpg: Use only OpenPGP cipher algo ids.Werner Koch2014-01-311-3/+1
* gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2014-01-302-9/+12
* gpg: Remove cipher.h and put algo ids into a common file.Werner Koch2014-01-291-0/+62
* include: Remove this directory.Werner Koch2014-01-295-11/+536
* Remove unused u64 type definitions.Werner Koch2014-01-171-14/+0
* Add secp256k1.NIIBE Yutaka2014-01-151-0/+7
* w32: Add macro for the registry key.Werner Koch2014-01-082-2/+2
* gpg: Change OID of Ed25519 and add Brainpool oids.Werner Koch2013-12-051-6/+27
* common: Add put_membuf_printf.Werner Koch2013-11-292-0/+26
* Make use of the *_NAME etc macros.Werner Koch2013-11-186-16/+18
* Add strusage macro replacement feature.Werner Koch2013-11-181-32/+71
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-153-1/+131