]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libarchive
disable "legacy" device on xen domU
[FreeBSD/FreeBSD.git] / lib / libarchive /
2008-08-11 kientzleFix up test suite so it works again with the libarchive...
2008-08-10 kientzleCorrect test_tar_large so it works correctly with the...
2008-08-10 kientzleExplain why two apparently-identical archive_read_data...
2008-08-10 kientzleMfP4: Joerg Sonnenberger's fixes to make 'ar' and ...
2008-08-04 cpercivaMark functions as __dead2 in order to help the LLVM...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-10 cpercivaGarbage collect a variable which is assigned a value...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-05 kientzlelibarchive in FreeBSD-CURRENT is now synched with libar...
2008-07-05 kientzleRemove a couple of capability definitions that are...
2008-07-05 kientzleWhen ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar...
2008-07-05 kientzleDon't use the deprecated linux/ext2_fs.h include file.
2008-07-03 peterAdd $FreeBSD$ to the uuencoded test files that didn...
2008-06-30 desMore explicit error message.
2008-06-30 desAdd missing $FreeBSD$
2008-06-26 desSome tests won't build at WARNS level 6 due to aliasing...
2008-06-26 desAdd regression test for CRC32 check. The test file...
2008-06-26 desImplement CRC32 verification. Note that you have to...
2008-06-26 desAllow the tests to build without libdmalloc.
2008-06-26 kientzleSplit out the reference zip file for ease of maintenance.
2008-06-21 kientzleRefactor one of the ISO extraction tests: Move the...
2008-06-21 kientzleMfP4: Joerg Sonnenberg's extensions to the mtree suppo...
2008-06-21 kientzleA security-check failure here should be ARCHIVE_FAILED...
2008-06-15 kientzleRework the my_mbtowc_utf8() support function to fully...
2008-06-15 kientzleSince wctomb() returns int, temporaries should be int...
2008-06-15 kientzleA number of minor corrections to the support for extern...
2008-06-15 kientzleBe a little more careful about closing file descriptors...
2008-06-15 kientzleMfP4: test harness improvements.
2008-06-15 kientzleFix a bad cast.
2008-06-15 kientzleFix reading TOC from zip archives with unsupported
2008-06-15 kientzleMark hardlinks that lack any other interesting filetype...
2008-06-15 kientzlePortability: We can get away with the older and better...
2008-06-15 kientzlePortability: wchar_t is defined in stdlib.h on some...
2008-06-15 kientzlearchive.h is no longer constructed from archive.h.in,
2008-06-15 kientzleFix the new generic link resolver in libarchive to...
2008-06-09 cpercivaDon't store a pointer in "next" if we're never going...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-27 kientzleMinor code hardening: Verify the final bytes of the...
2008-05-27 kientzleUntil the old archive.h.in gets renamed to archive...
2008-05-26 kientzleMFp4: libarchive 2.5.4b. (Still 'b' until I get a...
2008-05-23 cpercivaCheck that lseek(2) succeeds and puts us where we expec...
2008-05-23 cpercivaWe only use the string "?rwxrwxrwx " once, so inline...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-19 cpercivaReturn ARCHIVE_FATAL if we can't allocate memory instea...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
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...
next