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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-08
argparser: avoid endless loop due to a conf file read error.
Werner Koch
1
-3
/
+18
2024-02-21
argparse: Adjust help output for command mode.
Werner Koch
1
-1
/
+7
2024-02-06
core: Add "wipe" mode flag.
Werner Koch
2
-9
/
+44
2024-02-06
core: New function gpgrt_wipememory.
Werner Koch
7
-1
/
+37
2024-02-06
argparser: Implement a command mode.
Werner Koch
2
-42
/
+115
2024-02-01
gpgrt-config: Avoid warning about literals for curly braces.
Jakub Jelen
1
-1
/
+1
2024-01-16
estream: Fix call to string filter for estream-printf.
NIIBE Yutaka
1
-18
/
+26
2023-09-27
estream: String filter should NOT be called with non-nul string.
NIIBE Yutaka
1
-3
/
+8
2023-07-28
build: Support --verbose option for mkheader.
NIIBE Yutaka
1
-4
/
+15
2023-06-09
w32: Map ERROR_FILE_INVALID to EIO.
Werner Koch
1
-0
/
+3
2023-05-26
doc: Typo fix
Werner Koch
1
-1
/
+1
2023-05-24
core: Add hurd-amd64 support
Samuel Thibault
3
-0
/
+27
2023-05-24
core: New mode flag "sequential" for gpgrt_fopen.
Werner Koch
1
-3
/
+24
2023-05-17
w32: Use _putenv_s when available.
NIIBE Yutaka
1
-4
/
+28
2023-04-10
gpgrt-config: Simplify to set gpgrt_libdir.
NIIBE Yutaka
1
-6
/
+3
2023-04-06
Release 1.47
libgpg-error-1.47
gpgrt-1.47
Werner Koch
2
-3
/
+3
2023-04-06
core: New error codes for PUKs and reset codes.
Werner Koch
2
-1
/
+4
2023-04-04
core: Add GPG_ERR_SOURCE_TKD.
NIIBE Yutaka
1
-1
/
+2
2023-04-01
m4: Fix behavior with older gpg-error-config and gpgrt-config.
NIIBE Yutaka
1
-1
/
+2
2023-03-23
m4: Fallback to $possible_libdir1, when not found with $CC.
NIIBE Yutaka
1
-7
/
+4
2023-03-21
Avoid segv in logging with improper use of the "socket://" .
Werner Koch
2
-2
/
+6
2022-12-16
core: Fix translations of --help
Werner Koch
1
-2
/
+7
2022-12-05
Handle strerror_r failure on non-GNU systems.
NIIBE Yutaka
1
-1
/
+15
2022-11-29
gpgrt-config: Support a simple invocation.
NIIBE Yutaka
1
-3
/
+73
2022-11-15
gpg-error.m4: Factor out _AM_PATH_GPGRT_CONFIG.
NIIBE Yutaka
1
-17
/
+32
2022-11-15
Revert "spawn: Expose spawn functions."
NIIBE Yutaka
5
-19
/
+27
2022-11-04
spawn: Introduce gpgrt_process_t and use it for spawn API.
NIIBE Yutaka
6
-126
/
+187
2022-10-31
spawn: Fix spawn_cb of gpgrt_spawn_process_fd.
NIIBE Yutaka
8
-24
/
+63
2022-10-27
spawn: Expose spawn functions.
NIIBE Yutaka
5
-29
/
+17
2022-10-27
Fix the comment for _gpgrt_spawn_process_fd, it's a variant.
NIIBE Yutaka
1
-10
/
+9
2022-10-20
gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.
NIIBE Yutaka
5
-30
/
+39
2022-10-19
spawn: Update changes from gnupg.
NIIBE Yutaka
4
-10
/
+32
2022-09-21
m4: Fix detection of gpgrt's libdir.
Damien Goutte-Gattat
1
-1
/
+5
2022-09-15
Remove extra semicolons.
NIIBE Yutaka
2
-11
/
+11
2022-09-08
Silence compiler warnings.
NIIBE Yutaka
2
-3
/
+3
2022-08-25
gpgrt-config: Strip system paths for --cflags and --libs.
NIIBE Yutaka
1
-4
/
+10
2022-08-15
build: Only install gpg-error-config when enabled.
NIIBE Yutaka
1
-0
/
+5
2022-08-02
w32: Convert REG_DWORD values to a string.
Werner Koch
1
-0
/
+15
2022-07-28
w32: Fix for bidirectional pipe.
NIIBE Yutaka
1
-0
/
+6
2022-06-28
Remove Windows CE support.
NIIBE Yutaka
15
-423
/
+22
2022-04-07
logging: Fix the previous commit.
NIIBE Yutaka
1
-1
/
+1
2022-04-07
logging: Fix gpgrt_log_get_fd for file.
NIIBE Yutaka
1
-68
/
+21
2022-04-04
w32: Add ES_SYSHD_SOCK support for gpgrt_sysopen.
NIIBE Yutaka
4
-2
/
+264
2022-03-29
w32: Fix handle_to_pid for MinGW-w64.
NIIBE Yutaka
1
-7
/
+10
2022-03-28
core: Fix support of posix-lock for FreeBSD.
NIIBE Yutaka
1
-1
/
+35
2022-03-25
w32: Fix for MinGW which doesn't define EOPNOTSUPP.
NIIBE Yutaka
1
-0
/
+4
2022-03-04
w32: Support file names longer than MAX_PATH.
Werner Koch
9
-58
/
+327
2022-02-17
gpg-error.m4: Fix use with older gpgrt-config (< 1.33).
NIIBE Yutaka
1
-1
/
+2
2022-01-27
Release 1.44
libgpg-error-1.44
gpgrt-1.44
Werner Koch
3
-3
/
+4
2022-01-25
core: Fix returning of option attributes for options with args.
Werner Koch
1
-0
/
+11
[prev]
[next]