aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: New envvar GNUPG_EXEC_DEBUG_FLAGS.Werner Koch2021-09-131-4/+16
* common: Fix put_membuf.NIIBE Yutaka2021-08-271-1/+4
* common: Fix get_signal_name for GNU/Linux.NIIBE Yutaka2021-08-261-1/+3
* common: New function decode_c_string.Werner Koch2021-08-202-0/+77
* wkd: Fix client issue with leading or trailing spaces in user-ids.Werner Koch2021-08-204-16/+194
* common,w32: Replace log_debug by log_info for InProcessJobsWerner Koch2021-08-181-3/+3
* w32: Move socketdir to LOCAL_APPDATAWerner Koch2021-08-174-75/+158
* common: Pass XDG_SESSION_TYPE and QT_QPA_PLATFORM envvars to pinentryIngo Klöcker2021-08-161-0/+5
* tests: Cope with broken Libgcrypt versionsWerner Koch2021-06-221-11/+27
* w32: Add fallback in case the Windows console can't cope with Unicode.Werner Koch2021-06-221-4/+18
* gpg: Partial fix for Unicode problem in output files.Werner Koch2021-06-101-1/+1
* w32: Change spawn functions to use Unicode version of CreateProcess.Werner Koch2021-06-081-47/+98
* common,w32: Breakaway detached childs when in jobAndre Heinecke2021-06-081-0/+45
* w32: Always use Unicode for console input and output.Werner Koch2021-06-081-0/+11
* w32: Free memory allocated by new function w32_write_console.Werner Koch2021-06-081-0/+1
* common,w32: Allow Unicode input and output with the console.Werner Koch2021-06-081-31/+73
* common: Re-indent ttyio.c and remove EMX, RISCOS, and CE supportWerner Koch2021-06-081-310/+274
* common: Rename w32-misc.c to w32-cmdline.cWerner Koch2021-06-083-4/+4
* common,w32: Implement globing of command line args.Werner Koch2021-06-086-18/+380
* common,w32: Refine the command line parsing for \ in quotes.Werner Koch2021-06-082-6/+33
* common: First take on handling Unicode command line args.Werner Koch2021-06-085-6/+459
* sm: Support AES-GCM decryption.Werner Koch2021-06-021-1/+2
* gpg,sm: Simplify keyserver spec parsing.Werner Koch2021-05-262-74/+0
* common: Avoid double-freeJakub Jelen2021-05-201-0/+1
* sm: Support decryption of password based encryption (pwri)Werner Koch2021-05-172-0/+17
* common: Fix gnupg_wait_processes, by skipping invalid PID.NIIBE Yutaka2021-05-031-1/+6
* common: Extend the openpgp_curve_to_oid function.Werner Koch2021-04-293-4/+13
* common: New module to compute openpgp fingerprintsWerner Koch2021-04-293-0/+306
* common: New function to uncompress an ECC public key.Werner Koch2021-04-293-1/+593
* common: New function cmp_canon_sexp.Werner Koch2021-04-294-2/+200
* scd: Extend iso7816_select_pathWerner Koch2021-04-291-0/+2
* common: Make the compliance check more robust.Werner Koch2021-04-011-16/+60
* common: New function dotlock_is_locked.Werner Koch2021-03-022-4/+19
* common: Fix compiler warningWerner Koch2021-02-171-1/+1
* Include the library version in the compliance checks.Werner Koch2021-01-282-15/+64
* Update copyright notices.Werner Koch2021-01-111-1/+1
* gpg,w32: Fix gnupg_remove.Werner Koch2021-01-113-1/+132
* common: Remove superfluous debug output from dotlock.c.Werner Koch2020-12-211-2/+0
* common: Fix the "ignore" meta command in argparse.cWerner Koch2020-12-213-36/+122
* Backport of the new option parser from 2.3Werner Koch2020-12-043-693/+1841
* common: Fix fallback handling to utf-8.NIIBE Yutaka2020-11-271-1/+1
* w32: Support Unicode also for config files etc.Werner Koch2020-11-102-1/+52
* w32: Support utf8 for getcwd even if build with gpgrt < 1.40.Werner Koch2020-11-101-8/+28
* Require Libgpg-error 1.27Werner Koch2020-11-091-20/+0
* Require Libgcrypt 1.8Werner Koch2020-11-091-4/+0
* gpg: Add canceled status message.Ben Kibbey2020-11-091-0/+1
* common: Fix duplicate implementation of try_make_homedir.Werner Koch2020-11-042-0/+34
* w32: Add another pinentry search pathAndre Heinecke2020-11-041-0/+2
* w32: Fix strftime problem on Windows.Werner Koch2020-11-031-2/+31
* common: Fix gnupg_access for older libgpg-error.Werner Koch2020-10-261-1/+3