Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused virtual function tables | Ting-Wei Lan | 2014-01-29 | 1 | -12/+0 |
| | |||||
* | Update reference manual for AutoarExtract | Ting-Wei Lan | 2013-09-17 | 1 | -0/+7 |
| | |||||
* | AutoarExtract: properties related to progress will not be writable | Ting-Wei Lan | 2013-09-13 | 1 | -8/+0 |
| | |||||
* | AutoarExtract: Reduce progress signal frequency by setting minimal interval | Ting-Wei Lan | 2013-09-13 | 1 | -0/+3 |
| | |||||
* | Add new GQuark for libarchive-related error | Ting-Wei Lan | 2013-08-29 | 1 | -1/+4 |
| | | | | | | G_DEFINE_QUARK is used to define GQuark. The old global variables are removed. Error reported by libarchive use its own quark now. Quarks for autoar-extract and autoar-create are only used for error occurred within gnome-autoar. | ||||
* | AutoarExtract: Add function to free the source buffer | Ting-Wei Lan | 2013-08-19 | 1 | -0/+2 |
| | |||||
* | Add an argument used to guess destination file name if source is memory | Ting-Wei Lan | 2013-08-18 | 1 | -0/+2 |
| | |||||
* | Make autoar_{extract,create}_quark public | Ting-Wei Lan | 2013-08-17 | 1 | -0/+1 |
| | |||||
* | AutoarExtract: add memory backend and destination determination skip switch | Ting-Wei Lan | 2013-08-17 | 1 | -0/+17 |
| | | | | | | | | | | | | | | This commit add two functions: 1. Memory can be used as source archive. 2. Destination determination can be skipped. This commit also changes: 1. Fix memory leak in file name pattern array. 2. Move more local variable into AutoarExtractPrivate. 3. Rewrite autoar_extract_new*. 4. Move steps in autoar_extract_run into separate functions. Function pointers are used to run each step. This also reduces duplicate code doing error checking and cancellation checking. | ||||
* | Move local variables into objects or smaller blocks | Ting-Wei Lan | 2013-08-04 | 1 | -2/+5 |
| | | | | I hope this will ease the memory management task. | ||||
* | Fix build system after becoming a shared library | Ting-Wei Lan | 2013-07-31 | 1 | -0/+97 |