summaryrefslogtreecommitdiff
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.1 to release/8.1.0 for 8.1-RELEASE.release/8.1.0_cvsKen Smith2010-07-17205-214/+204
* MFC r196962: Fix /usr/bin/unzip: A bug deep in libarchive's read-ahead logicTim Kientzle2009-09-172-3/+6
* The parser for Rockridge symlinks tended to insertTim Kientzle2009-07-261-8/+8
* Libarchive recognizes hardlinked files on ISO images,Tim Kientzle2009-07-251-0/+1
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* Fix "tar --options=iso9660:joliet" and other usesTim Kientzle2009-06-201-4/+5
* Include libmd and libcrypto in DPADDTim Kientzle2009-05-301-3/+4
* Link libarchive against -lmd and -lcrypto.Tim Kientzle2009-05-301-1/+2
* Include the 2 byte length field for the optional "extra data"Tim Kientzle2009-05-231-0/+1
* Eliminate duplicate error messages from "tar c".Tim Kientzle2009-05-131-0/+1
* Partially revert r191171, which went too far in tryingTim Kientzle2009-05-071-20/+49
* Document the liblzma support.Tim Kientzle2009-04-271-0/+3
* Symlink some additional man page entries.Tim Kientzle2009-04-271-0/+7
* Merge r991 from libarchive.googlecode.com: Various updatesTim Kientzle2009-04-271-8/+55
* Merge r990,r1044 from libarchive.googlecode.com:Tim Kientzle2009-04-277-2/+292
* Merge r1061,r1062,r1063 from libarchive.googlecode.com:Tim Kientzle2009-04-274-1/+70
* Merge r1034 from libarchive.googlecode.com:Tim Kientzle2009-04-272-25/+25
* Merge r1058 from libarchive.googlecode.com: Require that eachTim Kientzle2009-04-272-7/+13
* ino_t varies across platforms; casting (int) here avoidsTim Kientzle2009-04-271-2/+3
* Merge r1032 from libarchive.googlecode.com:Tim Kientzle2009-04-272-12/+16
* Merge r1054,r1060 from libarchive.googlecode.com:Tim Kientzle2009-04-272-6/+19
* Merge r1021 from libarchive.googlecode.com:Tim Kientzle2009-04-272-2/+14
* Merge r1052,r1055 from libarchive.googlecode.com:Tim Kientzle2009-04-274-0/+5
* Merge r1053,r1055,r1056,r1057,r1065 from libarchive.googlecode.com:Tim Kientzle2009-04-276-48/+314
* Merge r988,r1064 from libarchive.googlecode.com:Tim Kientzle2009-04-272-12/+24
* Reading an mtree file is supposed to provideTim Kientzle2009-04-262-2/+15
* Various improvements to the tar.5 manpage, includingTim Kientzle2009-04-261-18/+105
* Exit with ARCHIVE_FATAL if the ISO image is truncated.Tim Kientzle2009-04-261-1/+1
* Remove an unused variable.Tim Kientzle2009-04-261-2/+1
* Rely on OpenSSL bits only if we're building a system with OpenSSL.Tim Kientzle2009-04-183-20/+22
* Correct and update the manpage to includeTim Kientzle2009-04-181-13/+47
* Disabling the crypto bits should quiet tinderbox while ITim Kientzle2009-04-171-0/+8
* Publicize a handful of new functions and bump the version numberTim Kientzle2009-04-171-5/+17
* Merge lots of test suite updates from libarchive.googlecode.com.Tim Kientzle2009-04-1742-348/+2235
* FreeBSD has a lot of crypto functions used by the recent mtree writer updates.Tim Kientzle2009-04-171-1/+7
* Ensure that the option setters return OK (option used) evenTim Kientzle2009-04-171-3/+9
* Fix a memory leak: Release the current list of /set keywordsTim Kientzle2009-04-171-3/+9
* Document the new read options interface and the new read_header2() call.Tim Kientzle2009-04-171-0/+62
* Dynamically size the buffer we pass to getgrgid_r() and getpwuid_r().Tim Kientzle2009-04-171-16/+57
* Don't match an empty file on a read error.Tim Kientzle2009-04-171-6/+5
* When pulling metadata from disk, lookup the user and group name at the same t...Tim Kientzle2009-04-171-1/+12
* LZW bugfix: when we hit end-of-file, return an invalid code.Tim Kientzle2009-04-171-2/+2
* Minor fix: some platforms require both inttypes.h and stdint.h.Tim Kientzle2009-04-171-1/+2
* Implement command-line fallbacks for gzip and bzip2 decompression as well.Tim Kientzle2009-04-173-14/+41
* Merge new xz/lzma support from libarchive.googlecode.com.Tim Kientzle2009-04-173-0/+1083
* Don't use the open callback, which is deprecated (because it'sTim Kientzle2009-04-173-142/+84
* Accept empty options, add a new read_next_header2() which is moreTim Kientzle2009-04-171-5/+22
* Properly clone and free the recently-added "sourcepath" field.Tim Kientzle2009-04-171-0/+2
* Use thread-safe getgrnam_r() and getpwnam_r(); dynamically sizeTim Kientzle2009-04-171-6/+50
* Fix a minor memory leak.Tim Kientzle2009-04-171-0/+2