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
...
*
core: Add parser for meta commands to gpgrt_argparser.
Werner Koch
2020-02-25
2
-2
/
+74
*
core: Fold duplicated code from _gpgrt_argparse.
Werner Koch
2020-02-25
1
-82
/
+86
*
core: Improve readability of _gpgrt_argparse.
Werner Koch
2020-02-25
1
-41
/
+57
*
core: New flag ARGPARSE_FLAG_USERVERS to try versioned config files.
Werner Koch
2020-02-25
2
-20
/
+76
*
core: New pseudo option ARGPARSE_PERMISSION_ERROR.
Werner Koch
2020-02-25
2
-0
/
+5
*
w32: Fix exporting gpgrt_argparser.
NIIBE Yutaka
2020-02-25
1
-1
/
+1
*
core: Extend the way a config file can be specified,
Werner Koch
2020-02-22
1
-8
/
+88
*
core: Change printed license names.
Werner Koch
2020-02-20
1
-3
/
+3
*
core: Skip cmdline parsing for no or an empty argv.
Werner Koch
2020-02-20
1
-4
/
+13
*
core: More fixes for the new option/argument parser.
Werner Koch
2020-02-19
1
-7
/
+18
*
core: Some fixes for the new option/argument parser
Werner Koch
2020-02-19
1
-8
/
+29
*
core: Add a high level option/argument parser.
Werner Koch
2020-02-18
9
-11
/
+426
*
core: Add gpgrt_fnameconcat and gpgrt_absfnameconcat.
Werner Koch
2020-02-18
9
-0
/
+318
*
w32: Support static link with -lws2_32.
NIIBE Yutaka
2020-02-18
2
-2
/
+3
*
logging: Also protect gpgrt_inc_errorcount against counter overflow.
Werner Koch
2020-02-10
1
-7
/
+5
*
tools: Allow error symbol lookup w/o the GPG_ERR_ prefix.
Werner Koch
2020-02-06
1
-0
/
+71
*
build: Always pass -no-undefined to libtool.
Werner Koch
2020-02-06
1
-3
/
+1
*
build: Don't use -O0 which is not portable.
NIIBE Yutaka
2020-01-07
1
-1
/
+1
*
New error codes for SQLite
Werner Koch
2019-12-13
2
-1
/
+48
*
Fix gpg-error.c for preprocessor use.
NIIBE Yutaka
2019-09-24
1
-4
/
+4
*
gpgrt_setenv: Define behavior when value=NULL.
NIIBE Yutaka
2019-09-18
1
-1
/
+1
*
logging: Fix the case of using socket_dir_cb which may return NULL.
NIIBE Yutaka
2019-09-18
1
-3
/
+4
*
estream: Care about erroneous case for stream close.
NIIBE Yutaka
2019-09-18
1
-10
/
+5
*
core: Fix broken strings (first letter missing)
Werner Koch
2019-09-10
1
-1
/
+1
*
estream: Fix dead assigniment.
Werner Koch
2019-09-08
1
-1
/
+0
*
gpgrt-config: Support Libs.private and Requires.private.
NIIBE Yutaka
2019-09-04
1
-0
/
+20
*
estream: Fix gpgrt_poll at EOF.
NIIBE Yutaka
2019-08-23
1
-1
/
+1
*
estream: Fix gpgrt_poll to prevent waiting indefinitely for others.
NIIBE Yutaka
2019-08-23
1
-0
/
+3
*
estream: Fix poll condition.
NIIBE Yutaka
2019-08-22
1
-3
/
+4
*
New error codes NO_KEYBOXD, KEYBOXD, NO_SERVICE, and SERVICE.
Werner Koch
2019-08-05
1
-0
/
+4
*
w32: Fix cast to internal fd.
NIIBE Yutaka
2019-07-25
1
-1
/
+1
*
estream: Fix IS_INVALID_FD.
NIIBE Yutaka
2019-07-25
1
-5
/
+1
*
w32: Fix HANDLE to internal fd conversion.
NIIBE Yutaka
2019-07-24
1
-6
/
+21
*
build: Use {CFLAGS,CPPFLAGS, LDFLAGS}_FOR_BUILD for helper programs
dkg-fix-T4643
Daniel Kahn Gillmor
2019-07-18
1
-3
/
+6
*
Fix signedness for a single-bit field.
NIIBE Yutaka
2019-07-11
1
-3
/
+3
*
estream: Add missing malloc check.
Werner Koch
2019-06-27
1
-1
/
+6
*
estream: Don't use variable length array.
NIIBE Yutaka
2019-06-26
1
-1
/
+7
*
estream: Use poll(2) when available.
NIIBE Yutaka
2019-06-26
1
-0
/
+82
*
tests: Skip the test when pkg-config is too old.
NIIBE Yutaka
2019-06-18
1
-0
/
+6
*
build: Take care of POSIX shell path.
NIIBE Yutaka
2019-06-18
4
-4
/
+4
*
Portability fix for PID.
NIIBE Yutaka
2019-06-18
1
-1
/
+1
*
build: Add failure exit for gpg-error-config build.
NIIBE Yutaka
2019-06-18
1
-0
/
+1
*
Detect to use strerror_s.
NIIBE Yutaka
2019-05-29
1
-1
/
+9
*
awk: Prepare for Gawk 5.0.
NIIBE Yutaka
2019-04-15
6
-10
/
+10
*
estream: Increase buffer size for Windows.
Werner Koch
2019-03-19
3
-4
/
+10
*
syscfg: Add armv7a-unknown-linux-gnueabihf as an alias.
Werner Koch
2019-03-19
1
-0
/
+1
*
New error codes NO_AUTH and BAD_AUTH
Werner Koch
2019-02-11
1
-0
/
+2
*
build: Fix for Microsoft MSVC.
Werner Koch
2019-02-04
1
-2
/
+2
*
Release 1.34
libgpg-error-1.34
gpgrt-1.34
Werner Koch
2019-01-16
4
-4
/
+4
*
Fix symbol name typo in gpg-error.def.in
Andre Heinecke
2019-01-14
1
-1
/
+1
[prev]
[next]