aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: Check that we do not use the es macros in the public API.Werner Koch2025-04-091-0/+4
* argparse: Make getreg meta command work on Unix.Werner Koch2025-04-074-3/+21
* Add a section mode to the name-value functions.Werner Koch2025-04-071-10/+116
* Allow name-value lookup w/o a trailing colon for the name.Werner Koch2025-04-071-0/+18
* New public API gpgrt_nvc_* and gpgrt_nve_*Werner Koch2025-04-072-1/+583
* Add test cases for the strlist functions.Werner Koch2025-04-042-1/+328
* tests: Add macros to improve the debug output.Werner Koch2025-04-041-4/+18
* Avoid use of 'nullptr' for an identifier.NIIBE Yutaka2024-10-221-4/+4
* spawn: Shorter identifier gpgrt_spawn_actions_set_env_rev.NIIBE Yutaka2024-10-161-1/+1
* spawn: Add new function to modify environment.NIIBE Yutaka2024-10-112-1/+221
* argparser: Implement a command mode.Werner Koch2024-02-062-0/+21
* tests: Use -no-fast-install LDFLAGS for Windows.NIIBE Yutaka2023-05-111-0/+4
* Add more tests for t-printf and t-strerror.pengyi2022-12-132-1/+29
* Remove Windows CE support.NIIBE Yutaka2022-06-281-7/+1
* tests,w32: Use CreatePipe and es_sysopen.NIIBE Yutaka2021-11-291-4/+21
* build,tests: Run t-lock-single-posix only on platforms supported.NIIBE Yutaka2021-11-251-2/+1
* argparse: Add more system variables.Werner Koch2021-11-031-3/+8
* argparse: Add support to read values from the Windows Registry.Werner Koch2021-10-313-5/+62
* tests: Add a test for locking when single thread.NIIBE Yutaka2021-08-262-0/+170
* build,tests: Fix leaks of memory or file pointer.Jakub Jelen2021-04-122-0/+3
* core: Fix the "ignore" meta command of the argparser.Werner Koch2020-12-182-2/+6
* New public function gpgrt_access.Werner Koch2020-10-191-0/+16
* w32: Support utf8 also for getcwd.Werner Koch2020-10-091-1/+98
* doc: Fix typos in commentsWerner Koch2020-10-081-4/+3
* core: Improve the echo and info meta commands of the arg parserWerner Koch2020-04-032-3/+10
* core: Implement meta command [user] for the arg parser.Werner Koch2020-04-031-11/+19
* core: Add features for pretty printing the helpWerner Koch2020-03-061-0/+3
* core: New function gpgrt_reallocarray.Werner Koch2020-03-032-1/+142
* core: Allow returning of attributes from gpgrt_argparser.Werner Koch2020-03-021-1/+11
* core: Implement meta commands for the argparser.Werner Koch2020-02-273-6/+17
* core: Add meta command handler stubs to argparse.c.Werner Koch2020-02-261-0/+4
* core: Add parser for meta commands to gpgrt_argparser.Werner Koch2020-02-253-14/+36
* core: Add a high level option/argument parser.Werner Koch2020-02-184-8/+80
* core: Add gpgrt_fnameconcat and gpgrt_absfnameconcat.Werner Koch2020-02-183-1/+312
* tests: Fix deallocation of buffer in t-b64.c.NIIBE Yutaka2019-09-181-0/+1
* tests: Fix a memory leak.NIIBE Yutaka2019-05-141-0/+1
* build: Build with LD_LIBRARY_PATH, use of DT_RPATH (2/2).NIIBE Yutaka2019-01-101-3/+3
* estream: Use correct POSIX name THOUSEP.Werner Koch2018-12-121-0/+3
* logging: Escape controls in string arguments of log_ functions.Werner Koch2018-12-061-0/+32
* core: Allow logging to an estream.Werner Koch2018-12-052-1/+218
* tests: Check print arguments of t-common functions.Werner Koch2018-12-051-1/+6
* core: New functions gpgrt_fprintf_sf anf gpgrt_fprintf_sf_unlocked.Werner Koch2018-11-261-0/+112
* core: Add a limited version of gpgrt_ftruncate.Werner Koch2018-11-261-0/+1
* core: New API gpgrt_cmp_versionWerner Koch2018-11-151-7/+86
* core: Remove outdated comments.Werner Koch2018-03-221-1/+2
* core: Add Base-64 encoder.Werner Koch2018-03-223-124/+374
* core: Add the group of argparse functions.Werner Koch2018-03-212-1/+127
* tests: New option --debug for t-poll.Werner Koch2017-02-281-0/+50
* Add Base64 decoder.NIIBE Yutaka2017-02-012-1/+124
* estream: Support 'es_poll' on Windows.Justus Winter2016-11-121-2/+2