aboutsummaryrefslogtreecommitdiffstats
path: root/autoarchive/test-extract.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove all things related to autoarchive, which becomes a shared libraryTing-Wei Lan2013-07-311-97/+0
|
* Add seek and skip callback functions for libarchiveTing-Wei Lan2013-07-271-4/+1
| | | | Seek callback function is required to extract 7-zip file.
* Add asynchronous archives extracting functionsTing-Wei Lan2013-07-261-2/+2
|
* Complete archive preferences support and integrate into AutoarExtractTing-Wei Lan2013-07-221-2/+19
|
* Ignore unneeded files when extracting filesTing-Wei Lan2013-07-171-1/+7
|
* Change the meaning of size variable in AutoarExtractPrivateTing-Wei Lan2013-07-161-3/+3
| | | | | The meaning of the size is changed from read source archive size to the written bytes of the extracted files.
* Add functions to writing files and a new testing programTing-Wei Lan2013-07-151-0/+77
Several mistakes are discovered and fixed using the testing program.