aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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