index
:
gsoc2013-libgnome-autoar
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnome-autoar
/
autoar-extract.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
AutoarExtract: Prevent unneeded floating operations
Ting-Wei Lan
2014-05-11
1
-8
/
+6
*
Make all internal functions private
Ting-Wei Lan
2014-05-11
1
-2
/
+2
*
Remove unused virtual function tables
Ting-Wei Lan
2014-01-29
1
-12
/
+6
*
Fix MinGW build problem
Ting-Wei Lan
2013-11-08
1
-9
/
+9
*
AutoarExtract: Prevent priv->size == 0
Ting-Wei Lan
2013-10-13
1
-0
/
+5
*
Fix segmentation fault when extracting archives using raw format
Ting-Wei Lan
2013-10-13
1
-10
/
+11
*
Update reference manual for AutoarExtract
Ting-Wei Lan
2013-09-17
1
-0
/
+299
*
Use G_TYPE_ERROR instead of G_TYPE_POINTER in signal handler arguments
Ting-Wei Lan
2013-09-13
1
-2
/
+2
*
AutoarExtract: properties related to progress will not be writable
Ting-Wei Lan
2013-09-13
1
-50
/
+4
*
AutoarExtract: Reduce progress signal frequency by setting minimal interval
Ting-Wei Lan
2013-09-13
1
-25
/
+57
*
Fix incorrect condition in set_completed_size and set_completed_files
Ting-Wei Lan
2013-09-06
1
-2
/
+2
*
Fix memory leak
Ting-Wei Lan
2013-08-30
1
-0
/
+1
*
GFile can be used as source to create archives now
Ting-Wei Lan
2013-08-29
1
-12
/
+4
*
Add new GQuark for libarchive-related error
Ting-Wei Lan
2013-08-29
1
-8
/
+6
*
AutoarExtract: Add function to free the source buffer
Ting-Wei Lan
2013-08-19
1
-0
/
+11
*
Add an argument used to guess destination file name if source is memory
Ting-Wei Lan
2013-08-18
1
-24
/
+32
*
AutoarExtract: Fix segmentation fault if source is memory
Ting-Wei Lan
2013-08-18
1
-7
/
+7
*
AutoarExtract: Do not remove source file if source is a file
Ting-Wei Lan
2013-08-17
1
-1
/
+1
*
Make autoar_{extract,create}_quark public
Ting-Wei Lan
2013-08-17
1
-1
/
+1
*
AutoarExtract: add memory backend and destination determination skip switch
Ting-Wei Lan
2013-08-17
1
-279
/
+565
*
Add cancellable support to AutoarCreate
Ting-Wei Lan
2013-08-10
1
-1
/
+1
*
Add cancellable support to AutoarExtract
Ting-Wei Lan
2013-08-06
1
-39
/
+92
*
Move local variables into objects or smaller blocks
Ting-Wei Lan
2013-08-04
1
-362
/
+416
*
Correct timestamps of extracted directories after all entries are written
Ting-Wei Lan
2013-08-03
1
-0
/
+35
*
Prevent possibly using uninitialized values
Ting-Wei Lan
2013-08-03
1
-0
/
+1
*
Fix memory leak
Ting-Wei Lan
2013-08-03
1
-1
/
+0
*
The man pages of libarchive recommend using archive_entry_perm
Ting-Wei Lan
2013-08-02
1
-6
/
+9
*
Add asynchronous archives creating functions
Ting-Wei Lan
2013-08-01
1
-0
/
+1
*
Add hard link support to AutoarExtract
Ting-Wei Lan
2013-08-01
1
-38
/
+102
*
Fix segmentation fault when destination directory cannot be created
Ting-Wei Lan
2013-07-31
1
-1
/
+0
*
Fix build system after becoming a shared library
Ting-Wei Lan
2013-07-31
1
-0
/
+1373