summaryrefslogtreecommitdiff
path: root/libarchive/archive_entry_link_resolver.c
Commit message (Expand)AuthorAgeFilesLines
* Fix dereference of null pointer that Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-09-111-0/+3
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-1/+1
* Add 7-Zip writer.Michihiro NAKAJIMA2011-12-181-0/+1
* Add xar writer.Michihiro NAKAJIMA2010-05-281-0/+1
* Sort arguments for calloc. Add comments about power-of-two checkJoerg Sonnenberger2010-03-301-9/+52
* Use unsigned int for the link count to be consistent with archive_entry.Joerg Sonnenberger2010-03-241-5/+6
* res->buckets is always !NULL, so drop checks for it.Joerg Sonnenberger2010-03-241-14/+3
* - Use calloc instead of malloc + zeroingJoerg Sonnenberger2010-03-241-35/+33
* Introduce ISO writer.Michihiro NAKAJIMA2010-02-251-0/+1
* Provide a sane default strategy for the various formats.Joerg Sonnenberger2010-02-201-1/+6
* As pointed out recently on a GNU cpio mailing list, you can'tTim Kientzle2010-01-161-2/+4
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Use int64_t for storing inode values internally.Tim Kientzle2009-09-241-5/+5
* IFCTim Kientzle2008-09-061-1/+1
* Provide a hook for unsetting the size field.Tim Kientzle2008-07-261-2/+2
* IFCTim Kientzle2008-06-141-1/+1
* Fix the link resolver to never match dirs as hardlinks.Tim Kientzle2008-06-141-0/+3
* IFCTim Kientzle2008-05-281-1/+1
* Just as archive_entry_free, recognize NULL strings as noops.Joerg Sonnenberger2008-05-201-0/+3
* Consistently use copy_hardlink.Joerg Sonnenberger2008-05-191-5/+3
* Add a mtree mode for the link resolver. This does hardlinkJoerg Sonnenberger2008-05-181-2/+14
* Clear the link resolver structure on initialization; this fixesTim Kientzle2008-05-041-0/+1
* Clean up some memory-management issues in the link resolver.Tim Kientzle2008-05-031-7/+13
* Synchronize a bunch of changes from my local tree.Tim Kientzle2008-04-301-114/+272
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+222