summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-092-0/+21
* 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-033-12/+84
* 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-034-36/+125
* core: Tweak the printing of headers in the --help output.Werner Koch2020-03-063-8/+21
* core: Add features for pretty printing the helpWerner Koch2020-03-063-7/+38
* core: New function gpgrt_reallocarray.Werner Koch2020-03-0310-1/+206
* 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-024-21/+75
* core: Implement meta commands for the argparser.Werner Koch2020-02-275-75/+207
* 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-262-1/+119
* 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-256-16/+113
* 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-253-20/+77
* core: New pseudo option ARGPARSE_PERMISSION_ERROR.Werner Koch2020-02-253-0/+6
* 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-1816-21/+520
* core: Add gpgrt_fnameconcat and gpgrt_absfnameconcat.Werner Koch2020-02-1814-3/+639
* w32: Support static link with -lws2_32.NIIBE Yutaka2020-02-183-2/+6
* logging: Also protect gpgrt_inc_errorcount against counter overflow.Werner Koch2020-02-101-7/+5
* Post release updatesWerner Koch2020-02-072-1/+5
* Release 1.37libgpg-error-1.37gpgrt-1.37Werner Koch2020-02-072-4/+60
* po: Auto updateWerner Koch2020-02-0718-0/+2112
* po: Update German translationWerner Koch2020-02-071-1/+106
* 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
* po: Update Japanese Translation.NIIBE Yutaka2020-01-231-3/+96
* build: Don't use -O0 which is not portable.NIIBE Yutaka2020-01-071-1/+1
* New error codes for SQLiteWerner Koch2019-12-134-2/+120
* po: Update Japanese Translations.NIIBE Yutaka2019-12-091-1/+13
* Fix gpg-error.c for preprocessor use.NIIBE Yutaka2019-09-241-4/+4
* tests: Fix deallocation of buffer in t-b64.c.NIIBE Yutaka2019-09-181-0/+1
* 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