summaryrefslogtreecommitdiffstats
path: root/gnome-autoar/autoar-extract.c
Commit message (Expand)AuthorAgeFilesLines
* AutoarExtract: Prevent unneeded floating operationsTing-Wei Lan2014-05-111-8/+6
* Make all internal functions privateTing-Wei Lan2014-05-111-2/+2
* Remove unused virtual function tablesTing-Wei Lan2014-01-291-12/+6
* Fix MinGW build problemTing-Wei Lan2013-11-081-9/+9
* AutoarExtract: Prevent priv->size == 0Ting-Wei Lan2013-10-131-0/+5
* Fix segmentation fault when extracting archives using raw formatTing-Wei Lan2013-10-131-10/+11
* Update reference manual for AutoarExtractTing-Wei Lan2013-09-171-0/+299
* Use G_TYPE_ERROR instead of G_TYPE_POINTER in signal handler argumentsTing-Wei Lan2013-09-131-2/+2
* AutoarExtract: properties related to progress will not be writableTing-Wei Lan2013-09-131-50/+4
* AutoarExtract: Reduce progress signal frequency by setting minimal intervalTing-Wei Lan2013-09-131-25/+57
* Fix incorrect condition in set_completed_size and set_completed_filesTing-Wei Lan2013-09-061-2/+2
* Fix memory leakTing-Wei Lan2013-08-301-0/+1
* GFile can be used as source to create archives nowTing-Wei Lan2013-08-291-12/+4
* Add new GQuark for libarchive-related errorTing-Wei Lan2013-08-291-8/+6
* AutoarExtract: Add function to free the source bufferTing-Wei Lan2013-08-191-0/+11
* Add an argument used to guess destination file name if source is memoryTing-Wei Lan2013-08-181-24/+32
* AutoarExtract: Fix segmentation fault if source is memoryTing-Wei Lan2013-08-181-7/+7
* AutoarExtract: Do not remove source file if source is a fileTing-Wei Lan2013-08-171-1/+1
* Make autoar_{extract,create}_quark publicTing-Wei Lan2013-08-171-1/+1
* AutoarExtract: add memory backend and destination determination skip switchTing-Wei Lan2013-08-171-279/+565
* Add cancellable support to AutoarCreateTing-Wei Lan2013-08-101-1/+1
* Add cancellable support to AutoarExtractTing-Wei Lan2013-08-061-39/+92
* Move local variables into objects or smaller blocksTing-Wei Lan2013-08-041-362/+416
* Correct timestamps of extracted directories after all entries are writtenTing-Wei Lan2013-08-031-0/+35
* Prevent possibly using uninitialized valuesTing-Wei Lan2013-08-031-0/+1
* Fix memory leakTing-Wei Lan2013-08-031-1/+0
* The man pages of libarchive recommend using archive_entry_permTing-Wei Lan2013-08-021-6/+9
* Add asynchronous archives creating functionsTing-Wei Lan2013-08-011-0/+1
* Add hard link support to AutoarExtractTing-Wei Lan2013-08-011-38/+102
* Fix segmentation fault when destination directory cannot be createdTing-Wei Lan2013-07-311-1/+0
* Fix build system after becoming a shared libraryTing-Wei Lan2013-07-311-0/+1373