aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Make gpgrt_free robust against legacy free implementations.Werner Koch2021-05-201-0/+12
* build,tests: Fix leaks of memory or file pointer.Jakub Jelen2021-04-121-0/+1
* core: Fix gpgrt_wait_processes, by skipping invalid PID.NIIBE Yutaka2021-04-081-1/+6
* build: Fix gpgrt-config for handling 'Requires' field.NIIBE Yutaka2021-04-071-1/+2
* m4: Fix previous commit.NIIBE Yutaka2021-03-311-1/+1
* m4: Support cross-compiling better.NIIBE Yutaka2021-03-311-3/+4
* build: Fix generation of lock-obj-pub.native.h for cross build.David Michael2021-03-261-1/+1
* core: Add GPG_ERR_SOURCE_TPM2D.Werner Koch2021-03-221-2/+2
* w32: Allow Unicode paths for the gettext domain.Werner Koch2021-03-051-45/+12
* w32: Minor cleanup of w32-gettextWerner Koch2021-03-042-3/+6
* build: Support --disable-threads by gen-lock-obj.sh.NIIBE Yutaka2021-02-181-1/+17
* build: Fix gpgrt-config.NIIBE Yutaka2021-02-161-6/+1
* build: More fix for determining libdir for gpgrt-config.NIIBE Yutaka2021-02-161-11/+33
* build: Fix the previous change.NIIBE Yutaka2021-02-151-6/+6
* build: Improve how to determine $libdir for gpgrt-configNIIBE Yutaka2021-02-121-46/+42
* Support cross-compiling on more platforms.NIIBE Yutaka2021-02-091-4/+12
* core: Yet another fix to the ignore meta command.Werner Koch2020-12-211-1/+18
* Release 1.40libgpg-error-1.40gpgrt-1.40Werner Koch2020-12-211-1/+2
* w32: Allow Unicode for internal getusername function.Werner Koch2020-12-211-9/+19
* core: Fix the "ignore" meta command of the argparser.Werner Koch2020-12-181-35/+54
* m4: Update with newer autoconf constructs.NIIBE Yutaka2020-11-171-3/+3
* New public function gpgrt_access.Werner Koch2020-10-199-3/+69
* w32: Support utf8 also for getcwd.Werner Koch2020-10-094-22/+74
* doc: Fix typos in commentsWerner Koch2020-10-081-1/+1
* Release 1.39libgpg-error-1.39gpgrt-1.39Werner Koch2020-08-241-1/+1
* core,w32: Add UTF-8 support to gpgrt_fopen, gpgrt_mkdir and gpgrt_chdir.Werner Koch2020-08-216-20/+227
* argparse: Handle a corner case of wrong ARGC.NIIBE Yutaka2020-08-211-2/+1
* Fix a current gcc's -fsanitize warning.Werner Koch2020-08-171-2/+2
* core,w32: Use timeout in es_poll even if there are no FDs.Werner Koch2020-08-111-3/+17
* Make --lib-version work again.Werner Koch2020-08-051-3/+36
* gpgrt-config: Fix handling 'Requires' field.NIIBE Yutaka2020-08-031-6/+11
* w32: Add gpgrt_fcancel to the definition.NIIBE Yutaka2020-07-151-0/+2
* estream: Add gpgrt_fcancelWerner Koch2020-06-267-9/+44
* build: Fix the gpg-error-config test for cross build.NIIBE Yutaka2020-06-151-0/+2
* 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