index
:
libgpg-error
dkg-fix-T4643
dkg/expand-musl
dkg/fix-4952
gniibe/disable-new-dtags
gniibe/pkg-config-support
gniibe/secmem
gniibe/t5912
master
release-1.26
A small library that originally defined common error values for all GnuPG components.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup spawn API implementation.
NIIBE Yutaka
2024-06-06
3
-95
/
+57
*
Fix return type of gpgrt_b64dec_*.
NIIBE Yutaka
2024-06-06
2
-4
/
+4
*
spawn:w32: Allow for up to 32 inherited handles.
Werner Koch
2024-06-05
1
-2
/
+2
*
spawn: Avoid bumping the error counter.
Werner Koch
2024-06-05
2
-20
/
+22
*
spawn: Expose spawn functions API.
NIIBE Yutaka
2024-06-05
9
-129
/
+184
*
spawn:w32: Fix setting of dwFlags for CreateProcess.
NIIBE Yutaka
2024-06-04
1
-1
/
+2
*
spawn: Allow NULL for ACT.
NIIBE Yutaka
2024-05-30
2
-2
/
+19
*
Fix process termination check at release.
NIIBE Yutaka
2024-05-29
2
-2
/
+2
*
Fix how environment variables are specified for spawn.
NIIBE Yutaka
2024-05-29
3
-10
/
+12
*
Cleaner semantics for _gpgrt_process_spawn without a callback.
NIIBE Yutaka
2024-05-29
5
-108
/
+211
*
Import spawn functions from GnuPG master.
NIIBE Yutaka
2024-05-28
5
-1132
/
+1245
*
argparse: Fix a theoretical memory leak.
Werner Koch
2024-04-26
1
-3
/
+4
*
logging: New function gpgrt_logv_domain.
Werner Koch
2024-04-25
5
-3
/
+22
*
core: New function gpgrt_add_post_log_func.
Werner Koch
2024-04-22
7
-2
/
+83
*
logging: Indent continuation lines of log_printhex.
Werner Koch
2024-04-19
1
-6
/
+14
*
logging: Add a truncate keyword to log_printhex.
Werner Koch
2024-04-12
1
-0
/
+19
*
argparser: avoid endless loop due to a conf file read error.
Werner Koch
2024-04-08
1
-3
/
+18
*
argparse: Adjust help output for command mode.
Werner Koch
2024-02-21
1
-1
/
+7
*
core: Add "wipe" mode flag.
Werner Koch
2024-02-06
2
-9
/
+44
*
core: New function gpgrt_wipememory.
Werner Koch
2024-02-06
7
-1
/
+37
*
argparser: Implement a command mode.
Werner Koch
2024-02-06
2
-42
/
+115
*
gpgrt-config: Avoid warning about literals for curly braces.
Jakub Jelen
2024-02-01
1
-1
/
+1
*
estream: Fix call to string filter for estream-printf.
NIIBE Yutaka
2024-01-16
1
-18
/
+26
*
estream: String filter should NOT be called with non-nul string.
NIIBE Yutaka
2023-09-27
1
-3
/
+8
*
build: Support --verbose option for mkheader.
NIIBE Yutaka
2023-07-28
1
-4
/
+15
*
w32: Map ERROR_FILE_INVALID to EIO.
Werner Koch
2023-06-09
1
-0
/
+3
*
doc: Typo fix
Werner Koch
2023-05-26
1
-1
/
+1
*
core: Add hurd-amd64 support
Samuel Thibault
2023-05-24
3
-0
/
+27
*
core: New mode flag "sequential" for gpgrt_fopen.
Werner Koch
2023-05-24
1
-3
/
+24
*
w32: Use _putenv_s when available.
NIIBE Yutaka
2023-05-17
1
-4
/
+28
*
gpgrt-config: Simplify to set gpgrt_libdir.
NIIBE Yutaka
2023-04-10
1
-6
/
+3
*
Release 1.47
libgpg-error-1.47
gpgrt-1.47
Werner Koch
2023-04-06
2
-3
/
+3
*
core: New error codes for PUKs and reset codes.
Werner Koch
2023-04-06
2
-1
/
+4
*
core: Add GPG_ERR_SOURCE_TKD.
NIIBE Yutaka
2023-04-04
1
-1
/
+2
*
m4: Fix behavior with older gpg-error-config and gpgrt-config.
NIIBE Yutaka
2023-04-01
1
-1
/
+2
*
m4: Fallback to $possible_libdir1, when not found with $CC.
NIIBE Yutaka
2023-03-23
1
-7
/
+4
*
Avoid segv in logging with improper use of the "socket://" .
Werner Koch
2023-03-21
2
-2
/
+6
*
core: Fix translations of --help
Werner Koch
2022-12-16
1
-2
/
+7
*
Handle strerror_r failure on non-GNU systems.
NIIBE Yutaka
2022-12-05
1
-1
/
+15
*
gpgrt-config: Support a simple invocation.
NIIBE Yutaka
2022-11-29
1
-3
/
+73
*
gpg-error.m4: Factor out _AM_PATH_GPGRT_CONFIG.
NIIBE Yutaka
2022-11-15
1
-17
/
+32
*
Revert "spawn: Expose spawn functions."
NIIBE Yutaka
2022-11-15
5
-19
/
+27
*
spawn: Introduce gpgrt_process_t and use it for spawn API.
NIIBE Yutaka
2022-11-04
6
-126
/
+187
*
spawn: Fix spawn_cb of gpgrt_spawn_process_fd.
NIIBE Yutaka
2022-10-31
8
-24
/
+63
*
spawn: Expose spawn functions.
NIIBE Yutaka
2022-10-27
5
-29
/
+17
*
Fix the comment for _gpgrt_spawn_process_fd, it's a variant.
NIIBE Yutaka
2022-10-27
1
-10
/
+9
*
gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.
NIIBE Yutaka
2022-10-20
5
-30
/
+39
*
spawn: Update changes from gnupg.
NIIBE Yutaka
2022-10-19
4
-10
/
+32
*
m4: Fix detection of gpgrt's libdir.
Damien Goutte-Gattat
2022-09-21
1
-1
/
+5
*
Remove extra semicolons.
NIIBE Yutaka
2022-09-15
2
-11
/
+11
[next]