summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: Add kludge for "make distcheck" in a release build.Werner Koch2017-03-011-1/+1
* gpg: Allow creating keys using an existing ECC key.Werner Koch2017-03-012-50/+21
* w32: Make pipes really pollable.Werner Koch2017-02-282-2/+15
* Clarify text of LGPLv2+/GPLv2+ licensed files.Werner Koch2017-02-2425-50/+50
* gpg: Emit new status DECRYPTION_KEYWerner Koch2017-02-231-0/+1
* Clean up word replication.Yuri Chornoivan2017-02-2113-16/+16
* common: New function log_logv_with_prefix.Werner Koch2017-02-202-11/+27
* common: Rename remaining symbols in ksba-io-support.Werner Koch2017-02-162-20/+26
* common: Remove gpgsm dependencies from ksba-io-support.Werner Koch2017-02-162-35/+104
* common: Change license of ksba-io-support.cWerner Koch2017-02-161-6/+17
* sm,common: Move ksba reader and writer support to common/.Werner Koch2017-02-163-1/+736
* common: Avoid warning about implicit declaration of gnupg_fd_valid.Daniel Kahn Gillmor2017-02-081-0/+1
* gpg,common: Make sure that all fd given are valid.Justus Winter2017-02-083-0/+15
* Update copyright notices for 2017.Werner Koch2017-01-232-3/+3
* Fix format string errors and some missing error case initialization.Werner Koch2017-01-231-1/+1
* common: Fix buffer copy code again.Werner Koch2017-01-191-20/+14
* gpg: Allow to freeze faked system time.Damien Goutte-Gattat2017-01-191-1/+1
* common: Clarify use of vars in buffer copy code.Werner Koch2017-01-191-16/+26
* common: Fix flushing copy buffers.Justus Winter2017-01-181-7/+19
* common: Remove unused function tty_print_string.Werner Koch2017-01-172-83/+46
* tests: Fix t-gettime for a time_t of 64 and a long of 32 bit.Werner Koch2017-01-121-4/+13
* common: New function log_debug_with_string.Werner Koch2017-01-112-37/+106
* common: Avoid unnecessary ambiguity in argparse.Daniel Kahn Gillmor2017-01-111-1/+3
* common: Fix fallback code.Justus Winter2017-01-102-2/+2
* agent,w32: Fix annoying output to DebugView.Werner Koch2017-01-061-5/+8
* Silence two -Wlogical-op warnings.Werner Koch2017-01-051-2/+2
* common: Turn assertions into expressions.Justus Winter2017-01-021-8/+8
* Replace use of variable-length-arrays.Werner Koch2017-01-021-2/+4
* tests: Avoid skipping exectool tests.Werner Koch2016-12-201-18/+31
* Remove unused debug flags and add "dns" and "network".Werner Koch2016-12-191-0/+2
* common: Support locating components in the build tree.Justus Winter2016-12-142-17/+65
* common: Fix typo.Justus Winter2016-12-141-1/+1
* common: Add replacements for error codes from gpg-error 1.26.Werner Koch2016-12-141-1/+13
* common: Skip the Byte Order Mark in conf files.Werner Koch2016-12-081-1/+19
* gpg: New option --default-new-key-algo.Werner Koch2016-12-022-6/+16
* gpg,sm: Merge the two versions of check_special_filename.Werner Koch2016-11-294-41/+42
* common: Rename keybox_file_rename to gnupg_rename_file.Werner Koch2016-11-162-0/+72
* common,w32: Simplify locking.Justus Winter2016-11-081-49/+0
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-05123-123/+123
* common: Improve compare_string_versions.Werner Koch2016-11-022-45/+83
* common: New function gnupg_usleep.Werner Koch2016-10-312-1/+46
* common: Add GNUPG_MODULE_NAME_GPGV.Werner Koch2016-10-272-0/+8
* Fix typos.Justus Winter2016-10-273-3/+3
* common: Remove debug output from gnupg_get_socket_name.Werner Koch2016-10-271-4/+4
* common: Fix gnupg_inotify_has_name, differently.NIIBE Yutaka2016-10-271-21/+15
* agent,common: move get_socket_name() into common.Daniel Kahn Gillmor2016-10-272-0/+50
* common: Fix gnupg_inotify_has_name.NIIBE Yutaka2016-10-271-14/+22
* common: Use GPG_ERR_INV_VALUE instead of GPG_ERR_EINVAL.Werner Koch2016-10-261-1/+1
* common: avoid segfaultDaniel Kahn Gillmor2016-10-261-0/+3
* common: Use strconcat in gnupg_setenv.Werner Koch2016-10-251-22/+22