summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Use -no-fast-install LDFLAGS for Windows.NIIBE Yutaka2023-05-121-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
* tests: Fix name of the test.Justus Winter2016-10-181-1/+1
* Fix build without threadsYann E. MORIN2016-07-122-2/+6
* tests: Fix rare deadlock condition in t-poll.Werner Koch2016-06-151-3/+6
* Convert http links to https where possible in the source.Daniel Kahn Gillmor2016-02-085-5/+5
* tests: Fix read past buffer.Justus Winter2015-12-031-1/+3
* Fix typos found by codespell.Justus Winter2015-11-191-2/+2
* estream: Add gpgrt_set_nonblock and gpgrt_poll.Werner Koch2015-09-253-1/+388
* Allow building with --disable-threads.Werner Koch2015-06-151-2/+9
* w32: Remove compiler warnings.Werner Koch2015-04-101-0/+1
* build: Require automake 1.14.Werner Koch2015-01-051-1/+1
* Add test for the estream printf functionsWerner Koch2014-08-252-1/+430