Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all things related to autoarchive, which becomes a shared library | Ting-Wei Lan | 2013-07-31 | 1 | -97/+0 |
| | |||||
* | Add seek and skip callback functions for libarchive | Ting-Wei Lan | 2013-07-27 | 1 | -4/+1 |
| | | | | Seek callback function is required to extract 7-zip file. | ||||
* | Add asynchronous archives extracting functions | Ting-Wei Lan | 2013-07-26 | 1 | -2/+2 |
| | |||||
* | Complete archive preferences support and integrate into AutoarExtract | Ting-Wei Lan | 2013-07-22 | 1 | -2/+19 |
| | |||||
* | Ignore unneeded files when extracting files | Ting-Wei Lan | 2013-07-17 | 1 | -1/+7 |
| | |||||
* | Change the meaning of size variable in AutoarExtractPrivate | Ting-Wei Lan | 2013-07-16 | 1 | -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 program | Ting-Wei Lan | 2013-07-15 | 1 | -0/+77 |
Several mistakes are discovered and fixed using the testing program. |