summaryrefslogtreecommitdiff
path: root/libarchive/test/test_write_format_7zip.c
Commit message (Expand)AuthorAgeFilesLines
* Separate test_write_format_7zip.c into three files.Michihiro NAKAJIMA2012-12-031-410/+0
* Split a test for 7-Zip writer into seven tests to know easily whatMichihiro NAKAJIMA2012-12-021-10/+38
* Fix a bug in 7zip writer that the writer cannot correctly handleMichihiro NAKAJIMA2012-12-021-0/+136
* Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-4/+4
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-4/+4
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-5/+5
* Issue 236.Michihiro NAKAJIMA2012-01-301-1/+210
* Add support for PPMd to 7-Zip writer.Michihiro NAKAJIMA2011-12-191-0/+2
* Set proper the default compression type as appropriate according to the compr...Michihiro NAKAJIMA2011-12-191-1/+5
* Add 7-Zip writer.Michihiro NAKAJIMA2011-12-181-0/+601