summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Don't store a pointer in "next" if we're never going to use it.cperciva2008-06-091-2/+2
* Minor code hardening: Verify the final bytes of the stringkientzle2008-05-271-1/+1
* Until the old archive.h.in gets renamed to archive.h in the repository,kientzle2008-05-271-0/+6
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit morekientzle2008-05-2649-938/+3609
* Check that lseek(2) succeeds and puts us where we expect. [1]cperciva2008-05-231-3/+7
* We only use the string "?rwxrwxrwx " once, so inline it rather thancperciva2008-05-231-2/+1
* Return ARCHIVE_FATAL if we can't allocate memory instead of going ahead andcperciva2008-05-191-0/+1
* Include an extra byte for the trailing NUL. <sigh>kientzle2008-03-311-1/+1
* Add MLINK for archive_write_close.kaiw2008-03-211-0/+1
* Update a comment: the format bid only runs once per archive; it nokientzle2008-03-151-9/+2
* Free up the entry objects allocated during this test.kientzle2008-03-151-0/+3
* Release the buffers used for exercising the compress code.kientzle2008-03-151-0/+3
* Remove the duplicate "archive_format" and "archive_format_name" fieldskientzle2008-03-157-29/+22
* Correct a sign mismatch that only showed up on 64-bit systems.kientzle2008-03-151-2/+2
* Refactor the mtree code a bit to make the layering clearer: Eachkientzle2008-03-151-106/+172
* FreeBSD does have fstat().kientzle2008-03-152-1/+2
* Testability is more important than standards conformance.kientzle2008-03-151-3/+8
* Ignore a few more common files.kientzle2008-03-151-1/+7
* Resolve a minor nit in SUS compliance by including the PID in thekientzle2008-03-152-12/+27
* GC a reference to the defunct TESTFILES variable.kientzle2008-03-151-1/+1
* A subtle point: "pax interchange format" mandates that all stringskientzle2008-03-155-259/+538
* Ignore some built files.kientzle2008-03-151-0/+4
* Don't lie. If a string can't be converted to a wide (Unicode) string,kientzle2008-03-142-1/+43
* Don't advertise the default block size as a constant; don'tkientzle2008-03-141-1/+6
* New public functions archive_entry_copy_link() and archive_entry_copy_link_w()kientzle2008-03-145-1/+58
* Update some comments, comment out argument names to guard againstkientzle2008-03-141-16/+50
* Since "length" computes the length of a string and is used as ankientzle2008-03-141-1/+1
* Let archive_entry_clear() accept a NULL pointer and simply do nothing.kientzle2008-03-141-0/+2
* Rework the versioning implementation and test to match thekientzle2008-03-142-2/+58
* Rework the versioning information, hopefully for the last time.kientzle2008-03-141-41/+37
* Add a useful sprintf()-style wrapper aroundkientzle2008-03-142-0/+13
* Support for writing 'compress' format, thanks to Joerg Sonnenberger.kientzle2008-03-145-0/+596
* A block in a tar file is 512 bytes. Period.kientzle2008-03-141-1/+1
* Current 'ar' read support in libarchive can only handle a GNU/SVR4kaiw2008-03-123-42/+41
* Portability: Eliminate the need for uudecode by incorporatingkientzle2008-03-127-81/+231
* Remove some unused fields from the private archive_read structurekientzle2008-03-122-52/+0
* Tighten up the semantics of acl_next() and xattr_next() when youkientzle2008-03-122-0/+27
* Typo, thanks to: Jeff Johnson.kientzle2008-03-121-1/+1
* Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns.jkoshy2008-03-101-12/+70
* Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns.jkoshy2008-03-104-17/+103
* Spelling correction, thanks to Joerg Sonnenberger.kientzle2008-02-271-1/+1
* Optimize skipping over Zip entries.kientzle2008-02-271-14/+5
* Rename the archive_endian.h functions to avoid name clasheskientzle2008-02-262-39/+41
* Sanity-check the block size.kientzle2008-02-211-0/+19
* Include O_BINARY in open() calls on platforms that support it.kientzle2008-02-192-3/+13
* Another tiny, tiny step towards Windows support. No, I don't plan tokientzle2008-02-191-1/+4
* Someday I might forgive the standards bodies for omitting timegm().kientzle2008-02-191-5/+9
* Simplify file type setting.kientzle2008-02-191-4/+2
* The test_assert() function that backs my custom assert() macrokientzle2008-02-192-9/+12
* Portability: Since the values are fixed and the symbolic nameskientzle2008-02-191-3/+3
OpenPOWER on IntegriCloud