aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-19syscfg: add 64-bit big-endian MIPS architecturedkg/fix-4952Daniel Kahn Gillmor2-0/+26
2020-04-09build: Use gen-lock-obj.sh script when possible.NIIBE Yutaka1-0/+7
2020-04-09build: Add a shell script to generate lock-obj-pub.h.NIIBE Yutaka1-0/+112
2020-04-03core: Improve the echo and info meta commands of the arg parserWerner Koch1-9/+74
2020-04-03core: Implement meta command [user] also for WindowsWerner Koch2-2/+21
2020-04-03core: Implement meta command [user] for the arg parser.Werner Koch3-25/+106
2020-03-06core: Tweak the printing of headers in the --help output.Werner Koch2-8/+19
2020-03-06core: Add features for pretty printing the helpWerner Koch2-7/+35
2020-03-03core: New function gpgrt_reallocarray.Werner Koch7-0/+63
2020-03-03core: Fix allocation bug introduced with last commit.Werner Koch1-1/+3
2020-03-02core: New internal option --dump-option-table for argparser.Werner Koch1-3/+85
2020-03-02core: Replace fputs by es_fputs in argparser.Werner Koch1-1/+1
2020-03-02core: Allow returning of attributes from gpgrt_argparser.Werner Koch2-20/+60
2020-02-27core: Implement meta commands for the argparser.Werner Koch1-68/+189
2020-02-27indent: Fix indentation in an argparse.c functionWerner Koch1-85/+85
2020-02-26core: Add meta command handler stubs to argparse.c.Werner Koch1-1/+115
2020-02-26core: Prepare argparse.c to track additional info for options.Werner Koch1-105/+188
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