aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-07argparse: Make getreg meta command work on Unix.Werner Koch4-3/+21
2025-04-07Add a section mode to the name-value functions.Werner Koch1-10/+116
2025-04-07Allow name-value lookup w/o a trailing colon for the name.Werner Koch1-0/+18
2025-04-07New public API gpgrt_nvc_* and gpgrt_nve_*Werner Koch2-1/+583
2025-04-04Add test cases for the strlist functions.Werner Koch2-1/+328
2025-04-04tests: Add macros to improve the debug output.Werner Koch1-4/+18
2024-10-22Avoid use of 'nullptr' for an identifier.NIIBE Yutaka1-4/+4
2024-10-16spawn: Shorter identifier gpgrt_spawn_actions_set_env_rev.NIIBE Yutaka1-1/+1
2024-10-11spawn: Add new function to modify environment.NIIBE Yutaka2-1/+221
2024-02-06argparser: Implement a command mode.Werner Koch2-0/+21
2023-05-11tests: Use -no-fast-install LDFLAGS for Windows.NIIBE Yutaka1-0/+4
2022-12-13Add more tests for t-printf and t-strerror.pengyi2-1/+29
2022-06-28Remove Windows CE support.NIIBE Yutaka1-7/+1
2021-11-29tests,w32: Use CreatePipe and es_sysopen.NIIBE Yutaka1-4/+21
2021-11-25build,tests: Run t-lock-single-posix only on platforms supported.NIIBE Yutaka1-2/+1
2021-11-03argparse: Add more system variables.Werner Koch1-3/+8
2021-10-31argparse: Add support to read values from the Windows Registry.Werner Koch3-5/+62
2021-08-26tests: Add a test for locking when single thread.NIIBE Yutaka2-0/+170
2021-04-12build,tests: Fix leaks of memory or file pointer.Jakub Jelen2-0/+3
2020-12-18core: Fix the "ignore" meta command of the argparser.Werner Koch2-2/+6
2020-10-19New public function gpgrt_access.Werner Koch1-0/+16
2020-10-09w32: Support utf8 also for getcwd.Werner Koch1-1/+98
2020-10-08doc: Fix typos in commentsWerner Koch1-4/+3
2020-04-03core: Improve the echo and info meta commands of the arg parserWerner Koch2-3/+10
2020-04-03core: Implement meta command [user] for the arg parser.Werner Koch1-11/+19
2020-03-06core: Add features for pretty printing the helpWerner Koch1-0/+3
2020-03-03core: New function gpgrt_reallocarray.Werner Koch2-1/+142
2020-03-02core: Allow returning of attributes from gpgrt_argparser.Werner Koch1-1/+11
2020-02-27core: Implement meta commands for the argparser.Werner Koch3-6/+17
2020-02-26core: Add meta command handler stubs to argparse.c.Werner Koch1-0/+4
2020-02-25core: Add parser for meta commands to gpgrt_argparser.Werner Koch3-14/+36
2020-02-18core: Add a high level option/argument parser.Werner Koch4-8/+80
2020-02-18core: Add gpgrt_fnameconcat and gpgrt_absfnameconcat.Werner Koch3-1/+312
2019-09-18tests: Fix deallocation of buffer in t-b64.c.NIIBE Yutaka1-0/+1
2019-05-14tests: Fix a memory leak.NIIBE Yutaka1-0/+1
2019-01-10build: Build with LD_LIBRARY_PATH, use of DT_RPATH (2/2).NIIBE Yutaka1-3/+3
2018-12-12estream: Use correct POSIX name THOUSEP.Werner Koch1-0/+3
2018-12-06logging: Escape controls in string arguments of log_ functions.Werner Koch1-0/+32
2018-12-05core: Allow logging to an estream.Werner Koch2-1/+218
2018-12-05tests: Check print arguments of t-common functions.Werner Koch1-1/+6
2018-11-26core: New functions gpgrt_fprintf_sf anf gpgrt_fprintf_sf_unlocked.Werner Koch1-0/+112
2018-11-26core: Add a limited version of gpgrt_ftruncate.Werner Koch1-0/+1
2018-11-15core: New API gpgrt_cmp_versionWerner Koch1-7/+86
2018-03-22core: Remove outdated comments.Werner Koch1-1/+2
2018-03-22core: Add Base-64 encoder.Werner Koch3-124/+374
2018-03-21core: Add the group of argparse functions.Werner Koch2-1/+127
2017-02-28tests: New option --debug for t-poll.Werner Koch1-0/+50
2017-02-01Add Base64 decoder.NIIBE Yutaka2-1/+124
2016-11-12estream: Support 'es_poll' on Windows.Justus Winter1-2/+2
2016-10-18tests: Fix name of the test.Justus Winter1-1/+1