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
7 days
syscfg: Add x86_64 Android arch.
HEAD
master
Ben Kibbey
2
-0
/
+26
7 days
syscfg: Add i686 Android arch.
Ben Kibbey
2
-0
/
+22
7 days
syscfg: Add armv7a alias to arm for Android.
Ben Kibbey
1
-0
/
+1
7 days
syscfg: Add 64-bit Android arch.
Ben Kibbey
2
-0
/
+26
11 days
w32:spawn: Support pipe I/O for GPGRT_PROCESS_DETACHED.
NIIBE Yutaka
1
-208
/
+69
12 days
w32:spawn: New flag GPGRT_PROCESS_STDIO_NUL.
NIIBE Yutaka
2
-11
/
+27
12 days
w32:spawn: Fix resource leaks for HANDLEs by w32_open_null.
NIIBE Yutaka
1
-125
/
+126
13 days
w32:spawn: Fix inheriting HANDLEs.
NIIBE Yutaka
1
-2
/
+2
2025-07-02
gpgrt-config: It's gcc which supports -print-search-dirs option.
NIIBE Yutaka
1
-1
/
+1
2025-06-30
spawn: Define _GPGRT_NEED_AFLOCAL for OS without AF_LOCAL.
NIIBE Yutaka
1
-0
/
+1
2025-06-26
spawn:posix: Use 1024 for arbitrary limit, following GPGME.
NIIBE Yutaka
1
-2
/
+2
2025-06-26
spawn:posix: Add an improvement when closefrom is not available.
NIIBE Yutaka
2
-25
/
+35
2025-06-26
posix:spawn: Use getdents64 when closefrom is not available.
NIIBE Yutaka
1
-24
/
+46
2025-06-23
spawn:posix: Fix spawning a process on POSIX machine.
NIIBE Yutaka
1
-5
/
+0
2025-06-16
w32: Allow building on Windows with gcc < 12
Werner Koch
1
-0
/
+4
2025-06-10
argparse: Remove a duplicated condition.
Collin Funk via Gnupg-devel
1
-1
/
+1
2025-05-28
argparse: Fix a memory leak.
NIIBE Yutaka
1
-0
/
+1
2025-05-16
Time for a new error code; this time GPG_ERR_UNEXPECTED_PACKET
Werner Koch
1
-0
/
+1
2025-04-24
Add commands mkdir and chdir to gpg-error
Werner Koch
1
-32
/
+62
2025-04-24
w32: Yet another extended length path kludge.
Werner Koch
1
-3
/
+7
2025-04-22
w32: More changes to the extended length path handling.
Werner Koch
1
-32
/
+90
2025-04-21
Mark the initializations with __nonstring__ attribute.
NIIBE Yutaka
2
-0
/
+7
2025-04-17
Release 1.54
libgpg-error-1.54
gpgrt-1.54
Werner Koch
1
-1
/
+1
2025-04-16
w32: Fix extended length path handling for UNC specified files.
Werner Koch
1
-4
/
+26
2025-04-16
Add command --fopen to gpg-error to help testing
Werner Koch
1
-2
/
+22
2025-04-09
Use gpgrt_stream_t for the API of gpgrt_nvc_*.
NIIBE Yutaka
1
-2
/
+2
2025-04-08
Release 1.52
libgpg-error-1.52
gpgrt-1.52
Werner Koch
3
-3
/
+7
2025-04-07
argparse: Make getreg meta command work on Unix.
Werner Koch
1
-7
/
+93
2025-04-07
Add a section mode to the name-value functions.
Werner Koch
2
-9
/
+74
2025-04-07
Allow name-value lookup w/o a trailing colon for the name.
Werner Koch
1
-24
/
+59
2025-04-07
New public API gpgrt_nvc_* and gpgrt_nve_*
Werner Koch
8
-4
/
+1155
2025-04-07
Update the copyright notice.
Werner Koch
1
-1
/
+1
2025-04-04
w32: Improve the detection of the need for a \\?\ prefix
Werner Koch
1
-3
/
+5
2025-04-01
New public API gpgrt_strlist_*
Werner Koch
10
-212
/
+353
2025-03-28
Add source file strlist.c
Werner Koch
1
-0
/
+355
2025-02-06
gpgrt-config: Append default directory to PKG_CONFIG_PATH.
NIIBE Yutaka
1
-11
/
+6
2025-01-22
Skip gpg-error-config-test.sh for specific incompatible pkg-config.
NIIBE Yutaka
1
-0
/
+9
2025-01-14
spawn: Care about closefrom/close call is interrupted.
NIIBE Yutaka
1
-62
/
+54
2025-01-08
spawn: Use closefrom when available.
NIIBE Yutaka
1
-2
/
+46
2024-12-12
New Windows API gpgrt_w32_reg_get_string.
Werner Koch
6
-8
/
+90
2024-11-14
spawn:w32: Fix a memory leak on an error path.
NIIBE Yutaka
1
-4
/
+4
2024-10-16
spawn: Shorter identifier gpgrt_spawn_actions_set_env_rev.
NIIBE Yutaka
8
-15
/
+15
2024-10-11
spawn: Add new function to modify environment.
NIIBE Yutaka
8
-8
/
+264
2024-10-10
w32: Fix releasing memory for UTF-8 text.
NIIBE Yutaka
1
-8
/
+8
2024-09-24
estream: Let poll return an error for a closed fd.
Werner Koch
1
-0
/
+5
2024-09-19
posix: Fix forgotten _gpgrt_post_syscall on error path.
NIIBE Yutaka
1
-0
/
+1
2024-09-19
posix: Fix memory leak for spawn.
NIIBE Yutaka
1
-0
/
+1
2024-09-16
w32:spawn: Remove unused function get_max_fds.
NIIBE Yutaka
1
-21
/
+0
2024-09-06
w32: Clarify the environment block encoding.
NIIBE Yutaka
1
-0
/
+3
2024-08-27
w32: Add GPGRT_PROCESS_ALLOW_SET_FG for gpgrt_process_spawn.
NIIBE Yutaka
2
-2
/
+4
[next]