]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libarchive
This commit was generated by cvs2svn to compensate for changes in r178843,
[FreeBSD/FreeBSD.git] / lib / libarchive /
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-03-31 kientzleInclude an extra byte for the trailing NUL. <sigh>
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-21 kaiwAdd MLINK for archive_write_close.
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-15 kientzleUpdate a comment: the format bid only runs once per...
2008-03-15 kientzleFree up the entry objects allocated during this test.
2008-03-15 kientzleRelease the buffers used for exercising the compress...
2008-03-15 kientzleRemove the duplicate "archive_format" and "archive_form...
2008-03-15 kientzleCorrect a sign mismatch that only showed up on 64-bit...
2008-03-15 kientzleRefactor the mtree code a bit to make the layering...
2008-03-15 kientzleFreeBSD does have fstat().
2008-03-15 kientzleTestability is more important than standards conformance.
2008-03-15 kientzleIgnore a few more common files.
2008-03-15 kientzleResolve a minor nit in SUS compliance by including...
2008-03-15 kientzleGC a reference to the defunct TESTFILES variable.
2008-03-15 kientzleA subtle point: "pax interchange format" mandates that...
2008-03-15 kientzleIgnore some built files.
2008-03-14 kientzleDon't lie. If a string can't be converted to a wide...
2008-03-14 kientzleDon't advertise the default block size as a constant...
2008-03-14 kientzleNew public functions archive_entry_copy_link() and...
2008-03-14 kientzleUpdate some comments, comment out argument names to...
2008-03-14 kientzleSince "length" computes the length of a string and...
2008-03-14 kientzleLet archive_entry_clear() accept a NULL pointer and...
2008-03-14 kientzleRework the versioning implementation and test to match the
2008-03-14 kientzleRework the versioning information, hopefully for the...
2008-03-14 kientzleAdd a useful sprintf()-style wrapper around
2008-03-14 kientzleSupport for writing 'compress' format, thanks to Joerg...
2008-03-14 kientzleA block in a tar file is 512 bytes. Period.
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 kaiwCurrent 'ar' read support in libarchive can only handle...
2008-03-12 kientzlePortability: Eliminate the need for uudecode by incorpo...
2008-03-12 kientzleRemove some unused fields from the private archive_read...
2008-03-12 kientzleTighten up the semantics of acl_next() and xattr_next...
2008-03-12 kientzleTypo, thanks to: Jeff Johnson.
2008-03-10 jkoshyUse .Fo/.Fc and .Xo/.Xc to bring the line widths below...
2008-03-10 jkoshyUse .Fo/.Fc and .Xo/.Xc to bring the line widths below...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-02-27 kientzleSpelling correction, thanks to Joerg Sonnenberger.
2008-02-27 kientzleOptimize skipping over Zip entries.
2008-02-26 kientzleRename the archive_endian.h functions to avoid name...
2008-02-21 kientzleSanity-check the block size.
2008-02-19 kientzleInclude O_BINARY in open() calls on platforms that...
2008-02-19 kientzleAnother tiny, tiny step towards Windows support. No...
2008-02-19 kientzleSomeday I might forgive the standards bodies for omitti...
2008-02-19 kientzleSimplify file type setting.
2008-02-19 kientzleThe test_assert() function that backs my custom assert...
2008-02-19 kientzlePortability: Since the values are fixed and the symboli...
2008-02-19 kientzlePortability: Include O_BINARY if the local platform...
2008-02-19 kientzleCorrect a compile error when libbz2/zlib are unavailable.
2008-02-19 kientzleMark a few additional functions that are/are not availa...
2008-02-19 kientzlePortability improvements:
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-01-31 kaiwAdd hook routine archive_write_ar_finish() which writes...
2008-01-31 kientzleAdd a test to verify compatibility with archives with
2008-01-31 kientzleTighten up the heuristic that decides whether or not...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-23 kientzleTrack version # from the portable release.
2008-01-23 kientzleExplain a subtle API change that was made recently.
2008-01-23 kientzleProperly pad symlinks when writing cpio "newc" format.
2008-01-18 kientzleI misread the Tinderbox error; this should really unbre...
2008-01-18 kientzleFix 64-bit build after my last commit. <sigh>
2008-01-18 kientzleThe previous commit caused the archive_write_disk inter...
2008-01-18 kientzleIssues with hardlinks in newc-format files prompted...
2008-01-18 kientzleReconnect the progress callback. It may not get called
2008-01-15 kientzleHandle Zip archives that are "multi-part archives with...
2008-01-15 kientzleSupport uppercase hex digits in cpio archives.
2008-01-13 kientzleSince the tar bidder can never get called more than...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2008-01-03 desCrib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian...
2008-01-03 desAdd an internal utility function to simplify the many...
2008-01-01 kientzleExtensive improvements to the libarchive_test test...
2008-01-01 kientzleThe mtree.5 file has been moved to src/usr.sbin/mtree.
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-30 kientzleUpdate libarchive to 2.4.10. This includes a number...
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-11 obrienThis commit was generated by cvs2svn to compensate...
2007-12-05 obrienThis commit was generated by cvs2svn to compensate...
2007-12-04 kientzleIf a Zip entry has the "length at end" flag set, then...
2007-12-03 umeThis commit was generated by cvs2svn to compensate...
2007-12-03 dougbThis commit was generated by cvs2svn to compensate...
2007-12-02 dougbThis commit was generated by cvs2svn to compensate...
2007-11-26 delphijThis commit was generated by cvs2svn to compensate...
next