aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* build: Fix cross-compiling into a separate build dir.David Michael2020-06-031-1/+1
* syscfg: add 64-bit big-endian MIPS architecturedkg/fix-4952Daniel Kahn Gillmor2020-05-192-0/+26
* build: Use gen-lock-obj.sh script when possible.NIIBE Yutaka2020-04-091-0/+7
* build: Add a shell script to generate lock-obj-pub.h.NIIBE Yutaka2020-04-091-0/+112
* core: Improve the echo and info meta commands of the arg parserWerner Koch2020-04-031-9/+74
* core: Implement meta command [user] also for WindowsWerner Koch2020-04-032-2/+21
* core: Implement meta command [user] for the arg parser.Werner Koch2020-04-033-25/+106
* core: Tweak the printing of headers in the --help output.Werner Koch2020-03-062-8/+19
* core: Add features for pretty printing the helpWerner Koch2020-03-062-7/+35
* core: New function gpgrt_reallocarray.Werner Koch2020-03-037-0/+63
* core: Fix allocation bug introduced with last commit.Werner Koch2020-03-031-1/+3
* core: New internal option --dump-option-table for argparser.Werner Koch2020-03-021-3/+85
* core: Replace fputs by es_fputs in argparser.Werner Koch2020-03-021-1/+1
* core: Allow returning of attributes from gpgrt_argparser.Werner Koch2020-03-022-20/+60
* core: Implement meta commands for the argparser.Werner Koch2020-02-271-68/+189
* indent: Fix indentation in an argparse.c functionWerner Koch2020-02-271-85/+85
* core: Add meta command handler stubs to argparse.c.Werner Koch2020-02-261-1/+115
* core: Prepare argparse.c to track additional info for options.Werner Koch2020-02-261-105/+188
* core: Add parser for meta commands to gpgrt_argparser.Werner Koch2020-02-252-2/+74
* core: Fold duplicated code from _gpgrt_argparse.Werner Koch2020-02-251-82/+86
* core: Improve readability of _gpgrt_argparse.Werner Koch2020-02-251-41/+57
* core: New flag ARGPARSE_FLAG_USERVERS to try versioned config files.Werner Koch2020-02-252-20/+76
* core: New pseudo option ARGPARSE_PERMISSION_ERROR.Werner Koch2020-02-252-0/+5
* w32: Fix exporting gpgrt_argparser.NIIBE Yutaka2020-02-251-1/+1
* core: Extend the way a config file can be specified,Werner Koch2020-02-221-8/+88
* core: Change printed license names.Werner Koch2020-02-201-3/+3
* core: Skip cmdline parsing for no or an empty argv.Werner Koch2020-02-201-4/+13
* core: More fixes for the new option/argument parser.Werner Koch2020-02-191-7/+18
* core: Some fixes for the new option/argument parserWerner Koch2020-02-191-8/+29
* core: Add a high level option/argument parser.Werner Koch2020-02-189-11/+426
* core: Add gpgrt_fnameconcat and gpgrt_absfnameconcat.Werner Koch2020-02-189-0/+318
* w32: Support static link with -lws2_32.NIIBE Yutaka2020-02-182-2/+3
* logging: Also protect gpgrt_inc_errorcount against counter overflow.Werner Koch2020-02-101-7/+5
* tools: Allow error symbol lookup w/o the GPG_ERR_ prefix.Werner Koch2020-02-061-0/+71
* build: Always pass -no-undefined to libtool.Werner Koch2020-02-061-3/+1
* build: Don't use -O0 which is not portable.NIIBE Yutaka2020-01-071-1/+1
* New error codes for SQLiteWerner Koch2019-12-132-1/+48
* Fix gpg-error.c for preprocessor use.NIIBE Yutaka2019-09-241-4/+4
* gpgrt_setenv: Define behavior when value=NULL.NIIBE Yutaka2019-09-181-1/+1
* logging: Fix the case of using socket_dir_cb which may return NULL.NIIBE Yutaka2019-09-181-3/+4
* estream: Care about erroneous case for stream close.NIIBE Yutaka2019-09-181-10/+5
* core: Fix broken strings (first letter missing)Werner Koch2019-09-101-1/+1
* estream: Fix dead assigniment.Werner Koch2019-09-081-1/+0
* gpgrt-config: Support Libs.private and Requires.private.NIIBE Yutaka2019-09-041-0/+20
* estream: Fix gpgrt_poll at EOF.NIIBE Yutaka2019-08-231-1/+1
* estream: Fix gpgrt_poll to prevent waiting indefinitely for others.NIIBE Yutaka2019-08-231-0/+3
* estream: Fix poll condition.NIIBE Yutaka2019-08-221-3/+4
* New error codes NO_KEYBOXD, KEYBOXD, NO_SERVICE, and SERVICE.Werner Koch2019-08-051-0/+4
* w32: Fix cast to internal fd.NIIBE Yutaka2019-07-251-1/+1
* estream: Fix IS_INVALID_FD.NIIBE Yutaka2019-07-251-5/+1