aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-08Make more use of *_NAME macros.Werner Koch1-1/+1
2014-05-07Make -jN work again.Werner Koch1-1/+4
2014-05-07gpg: Finish experimental support for Ed25519.Werner Koch1-3/+6
2014-05-05http: Add reference counting to the session object.Werner Koch3-47/+100
2014-05-02http: Add HTTP_FLAG_FORCE_TLS and http_get_tls_info.Werner Koch3-43/+178
2014-05-02common: Fix test for openpgp_oid_is_ed25519.Werner Koch1-1/+6
2014-05-02http: Revamp TLS API.Werner Koch5-217/+739
2014-05-02common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.Werner Koch7-54/+37
2014-04-30estream: Implement "samethread" mode keyword.Werner Koch1-54/+107
2014-04-30estream: Fix deadlock in es_fileno.Werner Koch1-1/+1
2014-04-30estream: Add debug code to the lock functions.Werner Koch1-3/+39
2014-04-30estream: Replace locking macros by functions.Werner Koch1-148/+186
2014-04-30estream: Migrate from Pth to nPth.Werner Koch1-23/+22
2014-04-22gpg: Pass --homedir to gpg-agent.Werner Koch2-14/+46
2014-04-22common: Add functions make_absfilename and make_absfilename_try.Werner Koch3-2/+174
2014-04-22common: Add function gnupg_getcwd.Werner Koch2-0/+31
2014-04-17common: Add z-base-32 encoder.Werner Koch4-2/+235
2014-04-16Two minor code cleanups and one NULL deref on error fix.Werner Koch1-1/+1
2014-04-08dirmngr: Fix compiler warning.Werner Koch1-0/+2
2014-04-08g10: EdDSA support.NIIBE Yutaka1-1/+1
2014-03-27Change some keyedit functions to allow printing to arbitrary streams.Werner Koch2-35/+85
2014-03-22agent: Cleanups to prepare implementation of Ed25519.Werner Koch1-38/+103
2014-03-18common: New function elapsed_time_string.Werner Koch2-0/+41
2014-03-14dirmngr: Make use of IPv4 and IPV6 more explicit.Werner Koch2-6/+12
2014-03-14gpg: Print the actual used keyserver address.Werner Koch1-1/+1
2014-03-14dirmngr: Default to a user socket name and enable autostart.Werner Koch3-12/+67
2014-03-12gpg: Add option --dirmngr-program.Werner Koch1-0/+6
2014-03-12http: Add a flag to the URL parser indicating a literal v6 address.Werner Koch2-0/+3
2014-03-07Use attribute __gnu_printf__ also in estream header files.Werner Koch2-10/+18
2014-03-07Use attribute __gnu_printf__ with our estream-printf functions.Werner Koch1-2/+9
2014-03-07Silence several warnings when building under Windows.Werner Koch3-2/+9
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch14-4/+46
2014-03-07common: Fix build problem with Sun Studio compiler.Werner Koch1-4/+6
2014-03-07w32: Define WINVER only if needed.Werner Koch1-1/+3
2014-03-07w32: Remove unused code.Werner Koch1-98/+0
2014-03-07ssh: Add support for Putty.Werner Koch2-0/+58
2014-03-07Allow marking options as ignored.Werner Koch2-14/+31
2014-03-06common: Fix recent commit 55656208.Werner Koch1-3/+3
2014-02-26common: Replace all macros in strusage() returned strings.Werner Koch1-71/+5
2014-02-26common: New function map_static_macro_string.Werner Koch5-2/+281
2014-02-26common: New function get_membuf_shrink.Werner Koch2-0/+26
2014-02-26common: Require an installed libiconv.Werner Koch1-89/+4
2014-02-10tests: Avoid segv if dns cert lookup is not configured.Werner Koch1-4/+4
2014-02-05gpg: Change format for the key size in --list-key and --edit-key.Werner Koch1-4/+3
2014-01-31gpg: Use only OpenPGP cipher algo ids.Werner Koch1-3/+1
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2-9/+12
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch1-0/+62
2014-01-29include: Remove this directory.Werner Koch5-11/+536
2014-01-17Remove unused u64 type definitions.Werner Koch1-14/+0
2014-01-15Add secp256k1.NIIBE Yutaka1-0/+7