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