| Commit message (Expand) | Author | Files | Lines |
2021-06-08 | w32: Free memory allocated by new function w32_write_console. | Werner Koch | 1 | -0/+1 |
2021-06-08 | common,w32: Allow Unicode input and output with the console. | Werner Koch | 1 | -31/+73 |
2021-06-08 | common: Re-indent ttyio.c and remove EMX, RISCOS, and CE support | Werner Koch | 1 | -310/+274 |
2021-06-08 | common: Rename w32-misc.c to w32-cmdline.c | Werner Koch | 3 | -4/+4 |
2021-06-08 | common,w32: Implement globing of command line args. | Werner Koch | 6 | -18/+380 |
2021-06-08 | common,w32: Refine the command line parsing for \ in quotes. | Werner Koch | 2 | -6/+33 |
2021-06-08 | common: First take on handling Unicode command line args. | Werner Koch | 5 | -6/+459 |
2021-06-02 | sm: Support AES-GCM decryption. | Werner Koch | 1 | -1/+2 |
2021-05-26 | gpg,sm: Simplify keyserver spec parsing. | Werner Koch | 2 | -74/+0 |
2021-05-20 | common: Avoid double-free | Jakub Jelen | 1 | -0/+1 |
2021-05-17 | sm: Support decryption of password based encryption (pwri) | Werner Koch | 2 | -0/+17 |
2021-05-03 | common: Fix gnupg_wait_processes, by skipping invalid PID. | NIIBE Yutaka | 1 | -1/+6 |
2021-04-29 | common: Extend the openpgp_curve_to_oid function. | Werner Koch | 3 | -4/+13 |
2021-04-29 | common: New module to compute openpgp fingerprints | Werner Koch | 3 | -0/+306 |
2021-04-29 | common: New function to uncompress an ECC public key. | Werner Koch | 3 | -1/+593 |
2021-04-29 | common: New function cmp_canon_sexp. | Werner Koch | 4 | -2/+200 |
2021-04-29 | scd: Extend iso7816_select_path | Werner Koch | 1 | -0/+2 |
2021-04-01 | common: Make the compliance check more robust. | Werner Koch | 1 | -16/+60 |
2021-03-02 | common: New function dotlock_is_locked. | Werner Koch | 2 | -4/+19 |
2021-02-17 | common: Fix compiler warning | Werner Koch | 1 | -1/+1 |
2021-01-28 | Include the library version in the compliance checks. | Werner Koch | 2 | -15/+64 |
2021-01-11 | Update copyright notices. | Werner Koch | 1 | -1/+1 |
2021-01-11 | gpg,w32: Fix gnupg_remove. | Werner Koch | 3 | -1/+132 |
2020-12-21 | common: Remove superfluous debug output from dotlock.c. | Werner Koch | 1 | -2/+0 |
2020-12-21 | common: Fix the "ignore" meta command in argparse.c | Werner Koch | 3 | -36/+122 |
2020-12-04 | Backport of the new option parser from 2.3 | Werner Koch | 3 | -693/+1841 |
2020-11-27 | common: Fix fallback handling to utf-8. | NIIBE Yutaka | 1 | -1/+1 |
2020-11-10 | w32: Support Unicode also for config files etc. | Werner Koch | 2 | -1/+52 |
2020-11-10 | w32: Support utf8 for getcwd even if build with gpgrt < 1.40. | Werner Koch | 1 | -8/+28 |
2020-11-09 | Require Libgpg-error 1.27 | Werner Koch | 1 | -20/+0 |
2020-11-09 | Require Libgcrypt 1.8 | Werner Koch | 1 | -4/+0 |
2020-11-09 | gpg: Add canceled status message. | Ben Kibbey | 1 | -0/+1 |
2020-11-04 | common: Fix duplicate implementation of try_make_homedir. | Werner Koch | 2 | -0/+34 |
2020-11-04 | w32: Add another pinentry search path | Andre Heinecke | 1 | -0/+2 |
2020-11-03 | w32: Fix strftime problem on Windows. | Werner Koch | 1 | -2/+31 |
2020-10-26 | common: Fix gnupg_access for older libgpg-error. | Werner Koch | 1 | -1/+3 |
2020-10-23 | common: New functions gnupg_opendir et al. | Werner Koch | 2 | -0/+178 |
2020-10-23 | w32: Make gnupg_remove and gnupg_rename_file Unicode aware | Werner Koch | 1 | -3/+33 |
2020-10-23 | Replace all calls to stat by gnupg_stat. | Werner Koch | 3 | -1/+50 |
2020-10-23 | Replace most calls to open by a new wrapper. | Werner Koch | 3 | -15/+67 |
2020-10-21 | w32: Allow Unicode filenames for dotlock | Werner Koch | 2 | -27/+192 |
2020-10-21 | Replace most of the remaining stdio calls by estream calls. | Werner Koch | 1 | -6/+6 |
2020-10-21 | Replace all calls to access by gnupg_access | Werner Koch | 6 | -50/+81 |
2020-10-02 | common,w32: Change copyright holder notice. | Werner Koch | 1 | -0/+14 |
2020-10-02 | gpgconf,w32: Add manifest so we get the correct windows version. | Werner Koch | 1 | -2/+2 |
2020-09-10 | agent: Keep some permissions of private-keys-v1.d. | Werner Koch | 1 | -24/+42 |
2020-08-22 | common: Use gpgrt functions for mkdir and chdir if available | Werner Koch | 1 | -3/+15 |
2020-08-22 | common,w32: Do not assume the ANSI codepage during string conversion. | Werner Koch | 1 | -2/+21 |
2020-08-22 | common: Strip trailing CR,LF from w32_strerror. | Werner Koch | 2 | -1/+7 |
2020-08-20 | gpgtar: Make --files-from and --null work as described. | Werner Koch | 3 | -1/+32 |