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