summaryrefslogtreecommitdiff
path: root/libarchive/test/test_write_format_zip_large.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue #1743: Changed sprintf to safer snprintfSean McBride2022-06-221-2/+2
* Change little endian read routines to compute in unsigned math.Joerg Sonnenberger2017-04-291-8/+6
* Repair detected memory leaks in libarchive testsMartin Matuska2017-02-011-0/+1
* Extend Zip64 test to verify more of the format detailsTim Kientzle2015-05-021-16/+57
* Fix build failure on Windows.Michihiro NAKAJIMA2014-10-121-1/+1
* Fix the potential of memory leaks in our test suit.Michihiro NAKAJIMA2014-10-051-2/+0
* fixes to build by Open Watcom toolchainJiri Malak2014-03-121-3/+3
* Verify the end-of-archive information as part of the large zip test.Tim Kientzle2014-01-121-2/+39
* Improve memory management in the large zip testTim Kientzle2013-12-311-14/+38
* Extend large zip test to cover streaming reader as well.Tim Kientzle2013-12-281-44/+65
* Expand the large zip test a bitTim Kientzle2013-12-281-2/+5
* Test for large Zip archives, following code for large Tar test.Tim Kientzle2013-12-281-0/+350