aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpg: Limit the nesting level of I/O filters.Werner Koch2013-10-041-0/+11
* w32: Fix recent patch 9ff72e4.Werner Koch2013-08-011-1/+1
* w32: Add code to support a portable use of GnuPG.Werner Koch2013-08-013-60/+198
* common: Fix a build error when using adns.Werner Koch2013-08-011-4/+5
* common: Comment out unused code.Werner Koch2013-07-312-4/+2
* New debug functions log_printcanon and log_printsexp.Werner Koch2013-05-223-0/+104
* w32: Add icons and version information.Werner Koch2013-05-073-1/+34
* Make sure to call fflush if estream_t is backed with stdioDaiki Ueno2013-04-191-0/+1
* scd: move SCDaemon to libexecdir.NIIBE Yutaka2013-04-011-1/+1
* Merge branch 'master' into key-storage-workkey-storage-workWerner Koch2013-03-201-10/+0
|\
| * Require libgpg-error 1.11.Werner Koch2013-03-051-10/+0
| * common: Add func has_leading_keyword.Werner Koch2013-02-222-0/+25
* | Add code to allow for late memory cleanup.Werner Koch2013-03-202-0/+49
* | common: Add func has_leading_keyword.Werner Koch2013-02-212-0/+25
* | Merge branch 'master' into key-storage-workWerner Koch2013-02-124-3/+123
|\|
| * agent: Move a typedef to common and provide parse_pinentry_mode.Werner Koch2013-02-063-0/+121
| * Remove unused status codesWerner Koch2013-01-301-3/+0
| * gpg: Add status line PINENTRY_LAUNCHED.Werner Koch2013-01-301-0/+2
* | gpg: Cache keybox searches.Werner Koch2013-01-081-2/+3
* | Make log_clock easier to read.Werner Koch2013-01-081-1/+1
* | New function log_clock.Werner Koch2013-01-072-0/+29
|/
* common: Add meta option ignore-invalid-option.Werner Koch2012-12-182-6/+154
* utf8conv.c: Add hacks for Android.Werner Koch2012-12-131-14/+55
* ssh: Support ECDSA keys.Werner Koch2012-12-121-0/+28
* Do not use a broken ttyname.Werner Koch2012-11-203-6/+15
* Fix left over use of jnlib on some platformsWerner Koch2012-08-241-1/+1
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-0528-102/+102
* Add tweaks for the not anymore patented IDEA algorithm.Werner Koch2012-05-081-2/+0
* common: Remove generated files only during maintainer-clean.Werner Koch2012-05-081-1/+1
* remove doubled words in a commentJim Meyering2012-04-261-3/+3
* Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch2012-04-2053-288/+809
* Fix timegm regression test.Werner Koch2012-03-271-16/+14
* Print warning for arguments not considered an option.Werner Koch2012-03-272-1/+4
* agent: New function agent_print_status.Werner Koch2012-02-072-6/+24
* common: Replace macro based function calls by using DEFAULT_ERRSOURCE.Werner Koch2012-02-078-172/+136
* common: Add function print_assuan_status.Werner Koch2012-02-063-1/+61
* common: Add a global variable to for the default error source.Werner Koch2012-02-063-4/+29
* Port to npth.Marcus Brinkmann2012-01-258-87/+66
* estream: Fix unclean usage of realloc.Werner Koch2012-01-203-21/+38
* estream: Avoid printing leading zeroes by %p on 32 bit systems.Werner Koch2012-01-111-1/+1
* gpg: Make the double space in the middle of a fingerprint optional.Werner Koch2012-01-061-7/+10
* gpg: Allow use of a standard space separated fingerprint.Werner Koch2012-01-061-0/+40