]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libarchive
Decrease arc4_count only when needed and with proper bytes amount.
[FreeBSD/FreeBSD.git] / lib / libarchive /
2008-07-12 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P1 import...
2008-07-10 Colin PercivalGarbage collect a variable which is assigned a value...
2008-07-10 Peter WemmMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-05 Tim Kientzlelibarchive in FreeBSD-CURRENT is now synched with libar...
2008-07-05 Tim KientzleRemove a couple of capability definitions that are...
2008-07-05 Tim KientzleWhen ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar...
2008-07-05 Tim KientzleDon't use the deprecated linux/ext2_fs.h include file.
2008-07-03 Peter WemmAdd $FreeBSD$ to the uuencoded test files that didn...
2008-06-30 Dag-Erling SmørgravMore explicit error message.
2008-06-30 Dag-Erling SmørgravAdd missing $FreeBSD$
2008-06-26 Dag-Erling SmørgravSome tests won't build at WARNS level 6 due to aliasing...
2008-06-26 Dag-Erling SmørgravAdd regression test for CRC32 check. The test file...
2008-06-26 Dag-Erling SmørgravImplement CRC32 verification. Note that you have to...
2008-06-26 Dag-Erling SmørgravAllow the tests to build without libdmalloc.
2008-06-26 Tim KientzleSplit out the reference zip file for ease of maintenance.
2008-06-21 Tim KientzleRefactor one of the ISO extraction tests: Move the...
2008-06-21 Tim KientzleMfP4: Joerg Sonnenberg's extensions to the mtree suppo...
2008-06-21 Tim KientzleA security-check failure here should be ARCHIVE_FAILED...
2008-06-15 Tim KientzleRework the my_mbtowc_utf8() support function to fully...
2008-06-15 Tim KientzleSince wctomb() returns int, temporaries should be int...
2008-06-15 Tim KientzleA number of minor corrections to the support for extern...
2008-06-15 Tim KientzleBe a little more careful about closing file descriptors...
2008-06-15 Tim KientzleMfP4: test harness improvements.
2008-06-15 Tim KientzleFix a bad cast.
2008-06-15 Tim KientzleFix reading TOC from zip archives with unsupported
2008-06-15 Tim KientzleMark hardlinks that lack any other interesting filetype...
2008-06-15 Tim KientzlePortability: We can get away with the older and better...
2008-06-15 Tim KientzlePortability: wchar_t is defined in stdlib.h on some...
2008-06-15 Tim Kientzlearchive.h is no longer constructed from archive.h.in,
2008-06-15 Tim KientzleFix the new generic link resolver in libarchive to...
2008-06-09 Colin PercivalDon't store a pointer in "next" if we're never going...
2008-05-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-05-27 Tim KientzleMinor code hardening: Verify the final bytes of the...
2008-05-27 Tim KientzleUntil the old archive.h.in gets renamed to archive...
2008-05-26 Tim KientzleMFp4: libarchive 2.5.4b. (Still 'b' until I get a...
2008-05-23 Colin PercivalCheck that lseek(2) succeeds and puts us where we expec...
2008-05-23 Colin PercivalWe only use the string "?rwxrwxrwx " once, so inline...
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-19 Colin PercivalReturn ARCHIVE_FATAL if we can't allocate memory instea...
2008-05-09 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-05-08 Coleman KaneThis commit was generated by cvs2svn to compensate...
2008-05-08 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-05-07 Doug RabsonThis commit was generated by cvs2svn to compensate...
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.
next