summaryrefslogtreecommitdiff
path: root/test_utils
Commit message (Expand)AuthorAgeFilesLines
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-091-3/+3
* further cleanup _localtime64_s (#1824)Rosen Penev2022-12-281-10/+1
* cleanup _localtime64_s (#1820)Rosen Penev2022-12-201-7/+7
* test_main.c: omit always-true comparsionMartin Matuska2022-12-081-8/+6
* tests: silence localtime() CodeQL warningsMartin Matuska2022-12-081-2/+21
* tests: silence more CodeQL warnings in test_utils/test_main.cMartin Matuska2022-12-081-4/+6
* tests: silence some CodeQL warnings in test_utils/test_main.cMartin Matuska2022-12-071-8/+18
* Fixed issue #1743: Changed sprintf to safer snprintfSean McBride2022-06-221-7/+7
* tests: fix style in test_utils/test_main.cMartin Matuska2022-02-081-3/+3
* Reorganize test code a bitTim Kientzle2022-02-014-105/+105
* Avoid millions of rand() calls() when running testsAlex Richardson2022-01-152-0/+86
* added missing checks for canLzip, canLzma, and canXzjiat752021-10-041-1/+1
* Avoid getcwd(0, PATH_MAX) for GNU libcOwen W. Taylor2021-05-121-2/+2
* tests: add new assertion for chmod()Luis Henriques2020-09-252-0/+17
* tests: mark failed_filename and tests static to fix WARNS=6 buildKyle Evans2020-09-081-2/+2
* Add printf attributes to the printflike functions used in tests and fixzoulasc2020-01-232-15/+28
* - Add the NetBSD-specific config.hzoulasc2020-01-162-10/+13
* Unify header style, header guard comes firstMartin Matuska2020-01-131-0/+4
* Fix possible off-by-one when dealing with readlink(2)Pawel Jakub Dawidek2019-12-291-1/+1
* Correct some typographical and grammatical errors.Peter Pentchev2019-09-211-1/+1
* Windows symlinks: new functions and extended tar headerMartin Matuska2019-04-151-1/+1
* Windows symlink bugfixes and improvementsMartin Matuska2019-04-132-18/+70
* Fix remaining MinGW testsMartin Matuska2019-04-071-3/+22
* Fix various symlink bugs with Windows symlinksMartin Matuska2019-04-042-18/+36
* Cirrus CI: add Cygwin build, MinGW build use zlib, suppress download progressMartin Matuska2019-04-011-0/+2
* Add support for directory symlinks on WindowsMartin Matuska2019-03-271-2/+29
* Add basic read and write support for symbolic links on WindowsMartin Matuska2019-03-261-8/+132
* Bug #1128: Deletion of unnecessary checks before calls of the function “fre...Markus Elfring2019-02-041-4/+2
* Use PATH_MAX if available for temporary path bufferMartin Matuska2018-09-201-4/+20
* Avoid ctype warnings.Joerg Sonnenberger2018-09-041-1/+1
* Fix warnings treated as errors during x64 buildBenjaminTrapani2018-01-251-1/+1
* Add zstd test suiteSean Purcell2017-05-152-0/+18
* Don't leak memory.Joerg Sonnenberger2017-04-291-0/+2
* Plug memory leaks in xattr and acl tests.Martin Matuska2017-04-032-3/+3
* Improve extended attribute supportMartin Matuska2017-03-232-0/+95
* tar: fix conditionals and add richacl support to test_option_aclsMartin Matuska2017-03-231-0/+3
* Add NFSv4 ACL support for Linux via librichaclMartin Matuska2017-03-161-1/+24
* Move platform-specific ACL code to individual source files.Martin Matuska2017-03-142-62/+31
* Darwin ACL: avoid using mbr_identifier_to_uuid()Martin Matuska2017-03-072-3/+3
* New tar test: test_option_aclsMartin Matuska2017-03-022-0/+252
* Reorganize ACL defines and fix detection of ACL_SYNCHRONIZE on Mac OSMartin Matuska2017-03-021-3/+6
* Change Solaris ACL support to use acl() and facl()Martin Matuska2017-03-021-4/+9
* Compare full file flags in test_option_fflagsMartin Matuska2017-02-282-37/+66
* test_main: compact canNodump() source code a bitMartin Matuska2017-02-261-18/+2
* bsdtar tests: add test_option_fflagsMartin Matuska2017-02-262-4/+77
* Fix broken Linux fflags code since kernel 3.7 (Dec 2012)Martin Matuska2017-02-241-10/+59
* Improve verbosity of common functions for ACL testsMartin Matuska2017-02-222-44/+106
* test suite: use a single main test file for all testsMartin Matuska2017-02-214-163/+3730
* testsuite: allow 'dev' in versionPavel Raiskup2017-02-212-0/+163
* Fix matching test name to correctly check a test name terminator.Michihiro NAKAJIMA2012-10-101-4/+3