aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgtar-create.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka2024-07-091-15/+14
* tools: New support functions for the mail parser.Werner Koch2024-06-281-0/+1
* spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka2024-05-311-2/+15
* Merge branch 'STABLE-BRANCH-2-4' into masterWerner Koch2023-07-041-0/+2
|\
| * gpgtar: New option --no-compress.Werner Koch2023-06-151-0/+2
* | tools: Fix use of EXCEPTS when spawning a process.NIIBE Yutaka2023-06-261-0/+4
* | gpg,sm,tools: Use string for option --*-fd.NIIBE Yutaka2023-06-231-3/+9
* | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka2023-05-111-15/+18
|/
* gpgtar: Emit progress status lines in create mode.Werner Koch2023-01-301-12/+108
* gpgtar: Make --status-fd option for fds > 2 workWerner Koch2023-01-181-1/+4
* agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka2022-10-201-1/+1
* gpgtar: New option --with-logWerner Koch2022-03-221-1/+1
* gpgtar: Finally use a pipe for decryption.Werner Koch2022-03-211-59/+80
* gpgtar,w32: Support file names longer than MAX_PATH.Werner Koch2022-03-081-6/+5
* dirmngr: Avoid initial delay on the first keyserver access.Werner Koch2022-02-011-1/+1
* gpgtar: List and extract using extended headers.Werner Koch2022-01-091-2/+5
* gpgtar: Create extended header for long file namesWerner Koch2022-01-091-18/+217
* gpgtar,w32: Fix file size computationWerner Koch2021-06-091-1/+1
* common: New functions gnupg_opendir et al.Werner Koch2020-10-211-0/+2
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-201-1/+1
* gpgconf,w32: New debug command --show-codepages.Werner Koch2020-08-251-10/+0
* gpgtar,w32: Handle Unicode file names.Werner Koch2020-08-211-9/+52
* gpgtar: Make --files-from and --null work as described.Werner Koch2020-08-201-13/+57
* gpgtar: Make option -C work for archive creation.Werner Koch2019-03-061-0/+8
* Remove -I option to common.NIIBE Yutaka2017-03-071-1/+1
* Silence two -Wlogical-op warnings.Werner Koch2017-01-051-1/+5
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* tools: Fix error handling.Justus Winter2016-10-071-3/+1
* common: Add a status callback to gnupg_exec_tool_stream.Werner Koch2016-05-271-1/+1
* common: Allow a second input stream for gnupg_exec_tool_stream.Werner Koch2016-05-271-1/+1
* gpgtar: Simplify code by using ccparray.Werner Koch2016-05-241-28/+22
* gpgtar,w32: Fix gpgtar 8 bit encoding handling on W32Andre Heinecke2016-01-261-5/+5
* common: Rename sh-exectool to exectool.Werner Koch2015-12-141-3/+3
* tools/gpgtar: Implement symmetric encryption.Justus Winter2015-12-041-2/+12
* tools/gpgtar: Implement signing.Justus Winter2015-12-041-6/+14
* tools/gpgtar: Use the new exectool helper.Justus Winter2015-12-041-7/+31
* tools/gpgtar: Handle '--gpg-args'.Justus Winter2015-11-261-1/+1
* common: Make the GPG arguments configurable in call-gpg.Justus Winter2015-11-261-0/+1
* tools/gpgtar: Handle '--gpg' argument.Justus Winter2015-11-251-1/+2
* tools/gpgtar: Improve error handling.Justus Winter2015-11-251-3/+7
* tools: Add encryption and decryption support to gpgtar.Justus Winter2015-11-251-1/+37
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-44/+44
* Support "-" for --output.Werner Koch2010-08-111-1/+7
* Add option --nullWerner Koch2010-08-091-6/+67
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-35/+223
* Add unfinished gpgtar.Werner Koch2010-06-071-0/+643