index
:
delta/libarchive.git
3.4
3.5
Issue1104
android_adb
master
no_chdir_writer
release
utf8
winsymlink
github.com: libarchive/libarchive.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libarchive
/
archive_entry_link_resolver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix dereference of null pointer that Clang Static Analyzer pointed out.
Michihiro NAKAJIMA
2012-09-11
1
-0
/
+3
*
On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'
Michihiro NAKAJIMA
2012-02-19
1
-1
/
+1
*
Add 7-Zip writer.
Michihiro NAKAJIMA
2011-12-18
1
-0
/
+1
*
Add xar writer.
Michihiro NAKAJIMA
2010-05-28
1
-0
/
+1
*
Sort arguments for calloc. Add comments about power-of-two check
Joerg Sonnenberger
2010-03-30
1
-9
/
+52
*
Use unsigned int for the link count to be consistent with archive_entry.
Joerg Sonnenberger
2010-03-24
1
-5
/
+6
*
res->buckets is always !NULL, so drop checks for it.
Joerg Sonnenberger
2010-03-24
1
-14
/
+3
*
- Use calloc instead of malloc + zeroing
Joerg Sonnenberger
2010-03-24
1
-35
/
+33
*
Introduce ISO writer.
Michihiro NAKAJIMA
2010-02-25
1
-0
/
+1
*
Provide a sane default strategy for the various formats.
Joerg Sonnenberger
2010-02-20
1
-1
/
+6
*
As pointed out recently on a GNU cpio mailing list, you can't
Tim Kientzle
2010-01-16
1
-2
/
+4
*
Sync $FreeBSD$ version info from FreeBSD SVN
Tim Kientzle
2009-12-30
1
-1
/
+1
*
Use int64_t for storing inode values internally.
Tim Kientzle
2009-09-24
1
-5
/
+5
*
IFC
Tim Kientzle
2008-09-06
1
-1
/
+1
*
Provide a hook for unsetting the size field.
Tim Kientzle
2008-07-26
1
-2
/
+2
*
IFC
Tim Kientzle
2008-06-14
1
-1
/
+1
*
Fix the link resolver to never match dirs as hardlinks.
Tim Kientzle
2008-06-14
1
-0
/
+3
*
IFC
Tim Kientzle
2008-05-28
1
-1
/
+1
*
Just as archive_entry_free, recognize NULL strings as noops.
Joerg Sonnenberger
2008-05-20
1
-0
/
+3
*
Consistently use copy_hardlink.
Joerg Sonnenberger
2008-05-19
1
-5
/
+3
*
Add a mtree mode for the link resolver. This does hardlink
Joerg Sonnenberger
2008-05-18
1
-2
/
+14
*
Clear the link resolver structure on initialization; this fixes
Tim Kientzle
2008-05-04
1
-0
/
+1
*
Clean up some memory-management issues in the link resolver.
Tim Kientzle
2008-05-03
1
-7
/
+13
*
Synchronize a bunch of changes from my local tree.
Tim Kientzle
2008-04-30
1
-114
/
+272
*
IFC to populate initial libarchive-portable tree.
Tim Kientzle
2008-04-29
1
-0
/
+222