/
githubmirror
/
libarchive
ОбзорДокументацияВойти
/
githubmirror
/
libarchive
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
libarchive/
tar/test/
..
CMakeLists.txt

tar/test/test_option_ignore_zeros.c: test tar --ignore-zeros

5 лет назад
test.h

test suite: use a single main test file for all tests

9 лет назад
test_0.c

Spelling fixes from Ulrich Spoerlein.

15 лет назад
test_basic.c

Add printf attributes to the printflike functions used in tests and fix the format errors.

7 лет назад
test_copy.c

Fixed issue #1743: Changed sprintf to safer snprintf

4 года назад
test_empty_mtree.c

Regression test for Issue 51: Verify that interpolating an empty mtree archive doesn't generate a bogus error message.

17 лет назад
test_extract.tar.Z.uu

Add decompression tests to bsdcpio and bsdtar.

14 лет назад
test_extract.tar.bz2.uu

Add extraction tests for compressed files to bsdtar_test.

14 лет назад
test_extract.tar.grz.uu

Add support for grzip compression.

14 лет назад
test_extract.tar.gz.uu

Add extraction tests for compressed files to bsdtar_test.

14 лет назад
test_extract.tar.lrz.uu

Add extraction tests for compressed files to bsdtar_test.

14 лет назад
test_extract.tar.lz.uu

Add extraction tests for compressed files to bsdtar_test.

14 лет назад
test_extract.tar.lz4.uu

Add additional tests for lz4 compression in front-end applications.

12 лет назад
test_extract.tar.lzma.uu

Add extraction tests for compressed files to bsdtar_test.

14 лет назад
test_extract.tar.lzo.uu

Add decompression tests to bsdcpio and bsdtar.

14 лет назад
test_extract.tar.xz.uu

Add extraction tests for compressed files to bsdtar_test.

14 лет назад
test_extract.tar.zst.uu

Add zstd test suite

9 лет назад
test_extract_tar_Z.c

Add decompression tests to bsdcpio and bsdtar.

14 лет назад
test_extract_tar_bz2.c

Switch an external program for bzip2 decompression from "bunzip2" to "bzip2 -d".

14 лет назад
test_extract_tar_grz.c

Add support for grzip compression.

14 лет назад
test_extract_tar_gz.c

When zlib is not available, use "gzip -d" insted of gunzip because gzip is widely available than gunzip is.

14 лет назад
test_extract_tar_lrz.c

Add decompression tests to bsdcpio and bsdtar.

14 лет назад
test_extract_tar_lz.c

Switch an external program for lzip decompression from "lunzip" to "lzip -d".

14 лет назад
test_extract_tar_lz4.c

Add additional tests for lz4 compression in front-end applications.

12 лет назад
test_extract_tar_lzma.c

Switch an external program for lzma decompression from "unlzma" to "lzma -d".

14 лет назад
test_extract_tar_lzo.c

Fix typo.

14 лет назад
test_extract_tar_xz.c

Switch an external program for xz decompression from "unxz" to "xz -d".

14 лет назад
test_extract_tar_zstd.c

Add zstd test suite

9 лет назад
test_format_newc.c

Fix the problem that bsdtar with new directory traversals code fail when creating a newc archive.

14 лет назад
test_help.c

Eliminate more warnings on Borland C.

17 лет назад
test_leading_slash.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_leading_slash.tar.uu

Fix handling of leading slashes for hardlinks

12 лет назад
test_missing_file.c

Add test case for issue #794

10 лет назад
test_option_C_mtree.c

CI: increase make command output verbosity

7 лет назад
test_option_C_upper.c

Add printf attributes to the printflike functions used in tests and fix the format errors.

7 лет назад
test_option_H_upper.c

Windows symlink bugfixes and improvements

7 лет назад
test_option_L_upper.c

Windows symlink bugfixes and improvements

7 лет назад
test_option_O_upper.c

Test tar -O

16 лет назад
test_option_T_upper.c

Test cleanup: * Use assertMakeFile() instead of fopen/fwrite/fclose * Remove -s tests from test_option_T_upper; they just duplicate tests in test_option_s

16 лет назад
test_option_U_upper.c

Windows symlink bugfixes and improvements

7 лет назад
test_option_X_upper.c

Issue 327: tar should accept zero-sized exclude files with -X

12 лет назад
test_option_a.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_option_acls.c

Fix build on FreeBSD with NFS4 ACLs without ACL_ENTRY_INHERITED

9 лет назад
test_option_b.c

tests: silence CodeQL warning in tar/test_option_b

4 года назад
test_option_b64encode.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_option_exclude.c

Update the --exclude test to cover the cases listed in the commit message for r2229.

16 лет назад
test_option_exclude_vcs.c

tar: add option --exclude-vcs

7 лет назад
test_option_fflags.c

Fix bsdtar test compilation on windows with platform toolset 141

9 лет назад
test_option_gid_gname.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_option_grzip.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_option_ignore_zeros.c

tar/test/test_option_ignore_zeros.c: test tar --ignore-zeros

5 лет назад
test_option_j.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_option_k.c

Fix tar -k by making it not an error if you specify ARCHIVE_EXTRACT_NO_OVERWRITE and the file already exists.

16 лет назад
test_option_keep_newer_files.c

Change a compression type of test_option_keep_newer_files.tgz from gzip to compress.

16 лет назад
test_option_keep_newer_files.tar.Z.uu

Change a compression type of test_option_keep_newer_files.tgz from gzip to compress.

16 лет назад
test_option_lrzip.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_option_lz4.c

Merge pull request #807 from csanchezdll/issue696

10 лет назад
test_option_lzma.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_option_lzop.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_option_n.c

Correct some typographical and grammatical errors.

7 лет назад
test_option_newer_than.c

Fix test_option_older_than failure on linux. - Use pax format in test_option_older_than and test_option_newer_than to make sure the nano second of a file time is recorded.

14 лет назад
test_option_nodump.c

bsdtar tests: add test_option_fflags

9 лет назад
test_option_older_than.c

Fix test_option_older_than failure on linux. - Use pax format in test_option_older_than and test_option_newer_than to make sure the nano second of a file time is recorded.

14 лет назад
test_option_passphrase.c

Add tests for --passphrase option.

12 лет назад
test_option_passphrase.zip.uu

Add tests for --passphrase option.

12 лет назад
test_option_q.c

Test cleanup: * Use assertMakeFile() instead of fopen/fwrite/fclose * Remove -s tests from test_option_T_upper; they just duplicate tests in test_option_s

16 лет назад
test_option_r.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_option_s.c

Add printf attributes to the printflike functions used in tests and fix the format errors.

7 лет назад
test_option_s.tar.Z.uu

Issue 165: Use GNU tar-style hHrRsS trailing flags to control hardlink, regular filename, and symlink substitutions.

15 лет назад
test_option_safe_writes.c

Fix typos

5 лет назад
test_option_uid_uname.c

Fix two tests on Solaris if compiling with -m64

10 лет назад
test_option_uuencode.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_option_xattrs.c

Correct some typographical and grammatical errors.

7 лет назад
test_option_xz.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_option_z.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_option_zstd.c

Add zstd test suite

9 лет назад
test_patterns.c

Fix a fiex existence test for a pattern "../../fileXX".

15 лет назад
test_patterns_2.tar.uu

For portability, some platform cannot always support gzip compression(zlib).

17 лет назад
test_patterns_3.tar.uu

For portability, some platform cannot always support gzip compression(zlib).

17 лет назад
test_patterns_4.tar.uu

Add test for Windows drive letters.

17 лет назад
test_print_longpath.c

Issue 216: bsdtar output truncated. Properly treat the long path that the return code of snprintf function is -1.

15 лет назад
test_print_longpath.tar.Z.uu

Issue 216: bsdtar output truncated. Properly treat the long path that the return code of snprintf function is -1.

15 лет назад
test_stdio.c

Free p (the memory allocated via slurpfile) when done with the contents

10 лет назад
test_strip_components.c

Windows symlink bugfixes and improvements

7 лет назад
test_symlink_dir.c

Windows symlink bugfixes and improvements

7 лет назад
test_version.c

test suite: use a single main test file for all tests

9 лет назад
test_windows.c

Spelling fixes (#830)

10 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©