]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libarchive
Parenthesize return values.
[FreeBSD/FreeBSD.git] / lib / libarchive /
2008-10-19 kientzleAdd test to verify ACL restores on FreeBSD, verify...
2008-10-19 kientzleStyle: Mark private data 'static', correct an old comment.
2008-09-30 kientzleVerify high-res birthtime support on FreeBSD.
2008-09-30 kientzleMfP4: restore birth time data to disk + more thorough...
2008-09-30 kientzleMfP4: Store/read birthtime data in pax format.
2008-09-30 kientzleMfP4: Support for storing birthtime in archive_entry...
2008-09-18 kientzleMfP4: Generalize int64_t in the public headers to suppo...
2008-09-18 kientzleTrying to distinguish different "versions" of mtree...
2008-09-14 kientzleChoose a flag-handling strategy based on platform capab...
2008-09-12 kientzlePortability: Don't use symbolic constants when the...
2008-09-12 kientzlePortability: Not everyone is lucky enough to have ftrun...
2008-09-12 kientzlePortability: Support platforms that lack (struct stat...
2008-09-12 kientzleWindows compatibility: The stub replacement for compre...
2008-09-08 kientzleFix a type-aliasing problem in the libarchive test...
2008-09-07 kientzleCorrect a leaking archive_entry in the test suite.
2008-09-07 kientzleCorrect the comments here.
2008-09-07 kientzleWhen restoring a directory, allow symlinks to be follow...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-09-05 kientzleThe link resolver now unsets the size to mark a hardlink
2008-09-05 kientzleMfP4: Handle entries with unset size properly: Regular...
2008-09-05 kientzleMfP4: Use the set/unset tracking to determine when...
2008-09-04 kientzleMarkup fix.
2008-09-01 kientzleStyle: Use ARCHIVE_VERSION_NUMBER to conditionalize...
2008-09-01 kientzleMfP4: set/unset tracking for atime, ctime, mtime, and...
2008-09-01 kientzleSort the list of format names.
2008-09-01 kientzleUse the "start_time" (time at which the restore process...
2008-08-31 kientzleNew mtree writer, thanks to Joerg Sonnenberger.
2008-08-31 kientzleJoerg Sonnenberger's improvements to the shar writer.
2008-08-31 kientzleMake libarchive_test a little smarter about trying...
2008-08-30 kientzleWhen atime wasn't specified, it should get set == mtime.
2008-08-28 kientzleIf no atime was specified (for example, when extracting...
2008-08-25 kientzleAlphabetize the list of tests.
2008-08-24 kientzleUpdate the total archive byte counters when writing...
2008-08-24 kientzleRemove the stillborn attempt to cleanup tests as well...
2008-08-24 kientzleFail copying path/.. only if SECURE_NODOTDOT was specified.
2008-08-24 kientzleFix the cpio bug tested for by r182092 of usr.bin/cpio...
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
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...
next