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
2020-02-06
tools: Allow error symbol lookup w/o the GPG_ERR_ prefix.
Werner Koch
1
-0
/
+71
2020-02-06
build: Always pass -no-undefined to libtool.
Werner Koch
1
-3
/
+1
2020-01-07
build: Don't use -O0 which is not portable.
NIIBE Yutaka
1
-1
/
+1
2019-12-13
New error codes for SQLite
Werner Koch
2
-1
/
+48
2019-09-24
Fix gpg-error.c for preprocessor use.
NIIBE Yutaka
1
-4
/
+4
2019-09-18
gpgrt_setenv: Define behavior when value=NULL.
NIIBE Yutaka
1
-1
/
+1
2019-09-18
logging: Fix the case of using socket_dir_cb which may return NULL.
NIIBE Yutaka
1
-3
/
+4
2019-09-18
estream: Care about erroneous case for stream close.
NIIBE Yutaka
1
-10
/
+5
2019-09-10
core: Fix broken strings (first letter missing)
Werner Koch
1
-1
/
+1
2019-09-08
estream: Fix dead assigniment.
Werner Koch
1
-1
/
+0
2019-09-04
gpgrt-config: Support Libs.private and Requires.private.
NIIBE Yutaka
1
-0
/
+20
2019-08-23
estream: Fix gpgrt_poll at EOF.
NIIBE Yutaka
1
-1
/
+1
2019-08-23
estream: Fix gpgrt_poll to prevent waiting indefinitely for others.
NIIBE Yutaka
1
-0
/
+3
2019-08-22
estream: Fix poll condition.
NIIBE Yutaka
1
-3
/
+4
2019-08-05
New error codes NO_KEYBOXD, KEYBOXD, NO_SERVICE, and SERVICE.
Werner Koch
1
-0
/
+4
2019-07-25
w32: Fix cast to internal fd.
NIIBE Yutaka
1
-1
/
+1
2019-07-25
estream: Fix IS_INVALID_FD.
NIIBE Yutaka
1
-5
/
+1
2019-07-24
w32: Fix HANDLE to internal fd conversion.
NIIBE Yutaka
1
-6
/
+21
2019-07-18
build: Use {CFLAGS,CPPFLAGS, LDFLAGS}_FOR_BUILD for helper programs
dkg-fix-T4643
Daniel Kahn Gillmor
1
-3
/
+6
2019-07-11
Fix signedness for a single-bit field.
NIIBE Yutaka
1
-3
/
+3
2019-06-27
estream: Add missing malloc check.
Werner Koch
1
-1
/
+6
2019-06-26
estream: Don't use variable length array.
NIIBE Yutaka
1
-1
/
+7
2019-06-26
estream: Use poll(2) when available.
NIIBE Yutaka
1
-0
/
+82
2019-06-18
tests: Skip the test when pkg-config is too old.
NIIBE Yutaka
1
-0
/
+6
2019-06-18
build: Take care of POSIX shell path.
NIIBE Yutaka
4
-4
/
+4
2019-06-18
Portability fix for PID.
NIIBE Yutaka
1
-1
/
+1
2019-06-18
build: Add failure exit for gpg-error-config build.
NIIBE Yutaka
1
-0
/
+1
2019-05-29
Detect to use strerror_s.
NIIBE Yutaka
1
-1
/
+9
2019-04-15
awk: Prepare for Gawk 5.0.
NIIBE Yutaka
6
-10
/
+10
2019-03-19
estream: Increase buffer size for Windows.
Werner Koch
3
-4
/
+10
2019-03-19
syscfg: Add armv7a-unknown-linux-gnueabihf as an alias.
Werner Koch
1
-0
/
+1
2019-02-11
New error codes NO_AUTH and BAD_AUTH
Werner Koch
1
-0
/
+2
2019-02-04
build: Fix for Microsoft MSVC.
Werner Koch
1
-2
/
+2
2019-01-16
Release 1.34
libgpg-error-1.34
gpgrt-1.34
Werner Koch
4
-4
/
+4
2019-01-14
Fix symbol name typo in gpg-error.def.in
Andre Heinecke
1
-1
/
+1
2019-01-04
core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.
Werner Koch
15
-46
/
+155
2018-12-12
estream: Use correct POSIX name THOUSEP.
Werner Koch
1
-5
/
+5
2018-12-11
syscfg: Add a riscv32 architecture
Alistair Francis
2
-0
/
+24
2018-12-09
gpgrt-config: Portability fix for use of expr.
NIIBE Yutaka
1
-3
/
+3
2018-12-07
Silence cc warning about snprintf redefinition
Werner Koch
1
-0
/
+1
2018-12-07
Add W32-only function gpgrt_w32_override_locale.
Werner Koch
4
-21
/
+95
2018-12-06
logging: Escape controls in string arguments of log_ functions.
Werner Koch
1
-1
/
+103
2018-12-05
core: Allow logging to an estream.
Werner Koch
1
-7
/
+14
2018-12-05
Fix gpgrt_ftruncate declaration.
Marcus Brinkmann
1
-1
/
+1
2018-11-26
core: New functions gpgrt_fprintf_sf anf gpgrt_fprintf_sf_unlocked.
Werner Koch
10
-35
/
+123
2018-11-26
core: Add a limited version of gpgrt_ftruncate.
Werner Koch
7
-1
/
+45
2018-11-15
core: New API gpgrt_cmp_version
Werner Koch
7
-27
/
+183
2018-11-14
gpgrt-config: Prepend PKG_CONFIG_LIBDIR to PKG_CONFIG_PATH.
NIIBE Yutaka
1
-8
/
+23
2018-11-13
Fix typo in the annotation.
NIIBE Yutaka
1
-1
/
+1
2018-11-13
gpgrt.m4: Don't support --with-*-prefix or SYSROOT.
NIIBE Yutaka
1
-52
/
+4
[next]