summaryrefslogtreecommitdiff
path: root/libarchive/test
Commit message (Expand)AuthorAgeFilesLines
* Extend unreadable directory code to Linux (O_PATH) and SunOS (O_SEARCH)Martin Matuska2019-03-311-2/+3
* Update tests for platforms on which success is impossible.Andrew Gierth2019-03-301-38/+63
* Fix bugs related to unreadable directories.Andrew Gierth2019-03-291-0/+224
* Add support for directory symlinks on WindowsMartin Matuska2019-03-271-4/+4
* Improve and document file flag and file attribute supportMartin Matuska2019-03-131-1/+1
* ZIP reader: fixed an unlimited loop in BZIP2 decompressor.Grzegorz Antoniak2019-03-012-0/+27
* ZIP reader: fix a crash in PPMd8 decompressor.Grzegorz Antoniak2019-03-013-0/+50
* Whitespace reformatting in RAR5 reader, ZIP reader.Grzegorz Antoniak2019-02-281-7/+7
* Removed cast warnings under Visual StudioGrzegorz Antoniak2019-02-273-7/+7
* Add MS Visual Studio and MinGW tests via Travis CIMartin Matuska2019-02-251-5/+5
* Remove test_compat_pax_libarchive_2xMartin Matuska2019-01-303-171/+0
* Merge pull request #1110 from antekone/zipx_support_work_3Martin Matuška2019-01-208-0/+902
|\
| * ZIP reader: added support for XZ, LZMA, PPMD8 and BZIP2 decompressionGrzegorz Antoniak2018-12-188-0/+902
* | Skip test_compat_pax_libarchive_2x on FreeBSD for now.Martin Matuska2019-01-141-0/+2
|/
* RAR5 reader: fixed big-endian problemsGrzegorz Antoniak2018-12-071-1/+2
* Fix test_extattr_freebsd, can be fully run as non-root nowMartin Matuska2018-11-251-33/+13
* tests: fix compile error with -Wshadow on older gcc releasesRolf Eike Beer2018-11-211-4/+4
* RAR5 reader bugfixes (block-by-block, loops, warnings)Grzegorz Antoniak2018-11-091-0/+41
* Spelling fixesGraham Percival2018-11-022-2/+2
* Added a test demonstrating for GitHub issue 998.Grzegorz Antoniak2018-10-061-1/+102
* Merge pull requeset #1070 from zweger/masterMartin Matuska2018-10-061-0/+60
|\
| * Don't default XAR entry atime/mtime to the current timeZack Weger2018-10-021-0/+60
* | Refactored tests a little bit, added 2 more tests.Grzegorz Antoniak2018-10-023-283/+504
* | Added some unit tests, fixed some bugs, added more comments.Grzegorz Antoniak2018-10-0121-0/+5272
|/
* More information about sparse test failuresTim Kientzle2018-09-081-0/+2
* Add some gzip header tests including RFC 1952 compression level flagMartin Matuska2018-05-211-2/+28
* Unbreak write test for libzstd 1.3.4Martin Matuska2018-04-131-2/+2
* Merge pull request #986 from BenjaminTrapani/windows-fixesTim Kientzle2018-01-271-5/+24
|\
| * Fix warnings treated as errors during x64 buildBenjaminTrapani2018-01-251-1/+1
| * Revert "Copy reference resource to binary directory to make it possible to de...BenjaminTrapani2018-01-201-8/+0
| * Fix sparse tests windowsBenjaminTrapani2018-01-201-5/+24
| * Copy reference resource to binary directory to make it possible to debugBenjaminTrapani2018-01-201-0/+8
* | Fix build on FreeBSD with NFS4 ACLs without ACL_ENTRY_INHERITEDMartin Matuska2018-01-241-0/+2
|/
* Merge pull request #962 from spanglerco/existing-dir-ownerTim Kientzle2018-01-071-0/+33
|\
| * Simplify test case per PR commentsPaul Spangler2017-10-231-37/+27
| * archive_write_disk_{posix,windows}.c: Don't modify attributes for existing di...Paul Spangler2017-10-201-0/+43
* | zip: Allow backslash as path separatorJohn Starks2017-11-152-0/+32
* | Fix -Werror=implicit-fallthrough= for GCC 7.Wei-Cheng Pan2017-10-312-0/+8
* | Clear the ZIP format name before constructing a new one, so it isn't appended...Zack Weger2017-10-201-0/+4
|/
* Merge pull request #905 from iburinoc/zstdTim Kientzle2017-08-126-0/+311
|\
| * Fix alphabetical order, other small fixesSean Purcell2017-05-152-7/+7
| * Skip zstd write tests when library not presentSean Purcell2017-05-151-1/+1
| * Add zstd test suiteSean Purcell2017-05-156-0/+311
* | Issue #910: Don't use stdin as a source of test dataTim Kientzle2017-05-211-1/+3
|/
* Change little endian read routines to compute in unsigned math.Joerg Sonnenberger2017-04-292-10/+19
* Avoid signed overflow by computing in uintmax_t and casting the result.Joerg Sonnenberger2017-04-291-1/+1
* Issue #901: Sparse files with long name get renamed.Joerg Sonnenberger2017-04-211-2/+12
* Merge pull request #897 from phillipberndt/masterTim Kientzle2017-04-083-0/+75
|\
| * Add test for #870Phillip Berndt2017-04-023-0/+75
* | Plug memory leaks in xattr and acl tests.Martin Matuska2017-04-031-2/+4
|/