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