]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libarchive
Specify the full path to the md5(1) binary so the script will
[FreeBSD/FreeBSD.git] / lib / libarchive /
2008-04-26 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-21 Marius StroblThis commit was generated by cvs2svn to compensate...
2008-04-21 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-31 Tim KientzleInclude an extra byte for the trailing NUL. <sigh>
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-21 Kai WangAdd MLINK for archive_write_close.
2008-03-20 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-19 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-03-15 Tim KientzleUpdate a comment: the format bid only runs once per...
2008-03-15 Tim KientzleFree up the entry objects allocated during this test.
2008-03-15 Tim KientzleRelease the buffers used for exercising the compress...
2008-03-15 Tim KientzleRemove the duplicate "archive_format" and "archive_form...
2008-03-15 Tim KientzleCorrect a sign mismatch that only showed up on 64-bit...
2008-03-15 Tim KientzleRefactor the mtree code a bit to make the layering...
2008-03-15 Tim KientzleFreeBSD does have fstat().
2008-03-15 Tim KientzleTestability is more important than standards conformance.
2008-03-15 Tim KientzleIgnore a few more common files.
2008-03-15 Tim KientzleResolve a minor nit in SUS compliance by including...
2008-03-15 Tim KientzleGC a reference to the defunct TESTFILES variable.
2008-03-15 Tim KientzleA subtle point: "pax interchange format" mandates that...
2008-03-15 Tim KientzleIgnore some built files.
2008-03-14 Tim KientzleDon't lie. If a string can't be converted to a wide...
2008-03-14 Tim KientzleDon't advertise the default block size as a constant...
2008-03-14 Tim KientzleNew public functions archive_entry_copy_link() and...
2008-03-14 Tim KientzleUpdate some comments, comment out argument names to...
2008-03-14 Tim KientzleSince "length" computes the length of a string and...
2008-03-14 Tim KientzleLet archive_entry_clear() accept a NULL pointer and...
2008-03-14 Tim KientzleRework the versioning implementation and test to match the
2008-03-14 Tim KientzleRework the versioning information, hopefully for the...
2008-03-14 Tim KientzleAdd a useful sprintf()-style wrapper around
2008-03-14 Tim KientzleSupport for writing 'compress' format, thanks to Joerg...
2008-03-14 Tim KientzleA block in a tar file is 512 bytes. Period.
2008-03-12 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-12 Kai WangCurrent 'ar' read support in libarchive can only handle...
2008-03-12 Tim KientzlePortability: Eliminate the need for uudecode by incorpo...
2008-03-12 Tim KientzleRemove some unused fields from the private archive_read...
2008-03-12 Tim KientzleTighten up the semantics of acl_next() and xattr_next...
2008-03-12 Tim KientzleTypo, thanks to: Jeff Johnson.
2008-03-10 Joseph KoshyUse .Fo/.Fc and .Xo/.Xc to bring the line widths below...
2008-03-10 Joseph KoshyUse .Fo/.Fc and .Xo/.Xc to bring the line widths below...
2008-03-07 Shteryana ShopovaThis commit was generated by cvs2svn to compensate...
2008-02-27 Tim KientzleSpelling correction, thanks to Joerg Sonnenberger.
2008-02-27 Tim KientzleOptimize skipping over Zip entries.
2008-02-26 Tim KientzleRename the archive_endian.h functions to avoid name...
2008-02-21 Tim KientzleSanity-check the block size.
2008-02-19 Tim KientzleInclude O_BINARY in open() calls on platforms that...
2008-02-19 Tim KientzleAnother tiny, tiny step towards Windows support. No...
2008-02-19 Tim KientzleSomeday I might forgive the standards bodies for omitti...
2008-02-19 Tim KientzleSimplify file type setting.
2008-02-19 Tim KientzleThe test_assert() function that backs my custom assert...
2008-02-19 Tim KientzlePortability: Since the values are fixed and the symboli...
2008-02-19 Tim KientzlePortability: Include O_BINARY if the local platform...
2008-02-19 Tim KientzleCorrect a compile error when libbz2/zlib are unavailable.
2008-02-19 Tim KientzleMark a few additional functions that are/are not availa...
2008-02-19 Tim KientzlePortability improvements:
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-31 Kai WangAdd hook routine archive_write_ar_finish() which writes...
2008-01-31 Tim KientzleAdd a test to verify compatibility with archives with
2008-01-31 Tim KientzleTighten up the heuristic that decides whether or not...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-23 Tim KientzleTrack version # from the portable release.
2008-01-23 Tim KientzleExplain a subtle API change that was made recently.
2008-01-23 Tim KientzleProperly pad symlinks when writing cpio "newc" format.
2008-01-18 Tim KientzleI misread the Tinderbox error; this should really unbre...
2008-01-18 Tim KientzleFix 64-bit build after my last commit. <sigh>
2008-01-18 Tim KientzleThe previous commit caused the archive_write_disk inter...
2008-01-18 Tim KientzleIssues with hardlinks in newc-format files prompted...
2008-01-18 Tim KientzleReconnect the progress callback. It may not get called
2008-01-15 Tim KientzleHandle Zip archives that are "multi-part archives with...
2008-01-15 Tim KientzleSupport uppercase hex digits in cpio archives.
2008-01-13 Tim KientzleSince the tar bidder can never get called more than...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2008-01-03 Dag-Erling SmørgravCrib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian...
2008-01-03 Dag-Erling SmørgravAdd an internal utility function to simplify the many...
2008-01-01 Tim KientzleExtensive improvements to the libarchive_test test...
2008-01-01 Tim KientzleThe mtree.5 file has been moved to src/usr.sbin/mtree.
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-30 Tim KientzleUpdate libarchive to 2.4.10. This includes a number...
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-04 Tim KientzleIf a Zip entry has the "length at end" flag set, then...
2007-12-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-12-03 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-11-26 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-16 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-11-07 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
next