]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libarchive
__nss_compat_* from net/nss_compat.c are needed by ports/net/nss_ldap, so export...
[FreeBSD/FreeBSD.git] / lib / libarchive /
2007-05-02 cpercivas/@VERSION@/@ARCHIVE_VERSION@/
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-20 kientzleFix a memory leak in the uname/gname lookup cache.
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-16 cpercivaIn libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAIL...
2007-04-15 kientzleProperly cleanup the UID/GID lookup data.
2007-04-15 kientzleDon't free a NULL pointer.
2007-04-15 kientzleClean up a lot of memory leaks in the libarchive test...
2007-04-15 kientzleThanks to Colin for catching my mixup. The original...
2007-04-15 kientzleConsolidate numeric limit macros in one place; include...
2007-04-14 kientzlePass through error message if any operation fails,...
2007-04-14 kientzleOverhaul of 'ar' support:
2007-04-14 kientzleInvoke utime(2) properly. (It's only used on platforms
2007-04-14 kientzleFix the build by temporarily disabling 'ar' support...
2007-04-14 kientzleFix the build.
2007-04-14 kientzleFixes from Joerg Sonnenberger, reviewed by Kai Wang.
2007-04-14 kientzleConventionally, tar archives have always included a...
2007-04-14 kientzlePortability: Don't use mkdtemp() when mkdir() will...
2007-04-14 kientzleMore portability improvements from Martin Koeppe:
2007-04-13 kientzlePortability.
2007-04-12 kientzleNow that libarchive is being built in more environments,
2007-04-12 kientzleMake Lint happier.
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-09 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-07 kientzleFix build on Solaris.
2007-04-07 desThis commit was generated by cvs2svn to compensate...
2007-04-07 kientzleEnable 'ar' support; hook it up to the build and
2007-04-07 kientzleClarification: Point people to archive_read_data()...
2007-04-07 cpercivaWhen copying data from one archive to another, only...
2007-04-06 kanThis commit was generated by cvs2svn to compensate...
2007-04-05 cpercivaMove archive_read_data_into_buffer into archive_read...
2007-04-05 kientzleMore corrections from Joerg Sonnenberger.
2007-04-05 kientzleStyle fixes from Joerg Sonnenberger: use correct types,
2007-04-05 kientzleFrom Joerg Sonnenberger: Fix a number of style gaffes,
2007-04-05 kientzleWordsmithing.
2007-04-04 thompsaThis commit was generated by cvs2svn to compensate...
2007-04-03 cpercivaParse SCHILY.dev and SCHILY.ino fields. These are...
2007-04-03 mpThis commit was generated by cvs2svn to compensate...
2007-04-03 kientzle'ar' format support for libarchive, contributed by...
2007-04-02 cpercivaNow that there is always a compression-layer skip funct...
2007-04-02 kientzleFix type-punned pointer, minor style fixes.
2007-04-02 kientzleRemove unused variable; use consistent types.
2007-04-02 kientzleBe consistent: file flags are unsigned bitmaps.
2007-04-02 kientzleDon't compare a signed char to 0xFF.
2007-04-02 kientzleAvoid a potential overflow when 'skip' is larger than...
2007-04-02 kientzleStyle fix: Use the correct type for 'bytes_to_write'.
2007-04-02 kientzleStyle: bare "unsigned" is deprecated, use "unsigned...
2007-04-02 kientzleRemove some unused fields from archive_read internal...
2007-03-31 cpercivaProvide a dummy compression-layer skip function which...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-24 kientzleNotice when mkdir() fails.
2007-03-24 kientzleFix compile error when libbz2 is unavailable.
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-17 cpercivaDon't forget to increment the raw_position (bytes writt...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-13 kientzleWhen ARCHIVE_EXTRACT_UNLINK is requested:
2007-03-11 mpThis commit was generated by cvs2svn to compensate...
2007-03-11 kientzleLibarchive 2.0.23:
2007-03-08 kientzleNew tests for system-independent ACL support.
2007-03-08 kientzleDistinguish between the end of ACL data and an error...
2007-03-03 kientzlelibarchive 2.0
2007-03-02 kientzleForce the umask to something predictable while creating...
2007-03-01 kientzleBecause the buffer gets released immediately, I need to
2007-02-05 cpercivaIf (a == NULL), don't dereference (a) to record an...
2007-02-01 kientzleAdd support for a new archive format "empty" that reads...
2007-01-29 dougbThis commit was generated by cvs2svn to compensate...
2007-01-20 rafanThis commit was generated by cvs2svn to compensate...
2007-01-13 kientzleCorrect the int->text conversion. <sigh>
2007-01-09 kientzleFix the copyright notice; it was always intended to be
2007-01-07 kientzleSpecial case to support hard-coded configuration for...
2007-01-05 cpercivaChange the client skipper API to use off_t instead...
2007-01-04 cpercivaConvert compression_skip from taking a size_t skip...
2007-01-03 cpercivaRewrite and simplify archive_read_format_tar_skip....
2007-01-03 cpercivaQuiet a compiler warning where (off_t + size_t) has...
2007-01-03 cpercivaInsert zero-padding between sparse blocks in archive_re...
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-28 cpercivaCorrect spelling of "accommodate", "guarantee", "guaran...
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-08 kientzleMinor refactoring; move the FreeBSD-specific config...
2006-12-04 kientzleArgh. Restore a stat() call that was erroneously removed.
2006-11-27 kientzleImprove support for large ISOs:
2006-11-26 kientzleBump the libarchive version number, correct the shell...
2006-11-26 kientzleWrite-blocking cleanup, largely thanks to Colin Perciva...
2006-11-26 kientzleUnbreak libarchive on arm. Two parts of libarchive...
2006-11-24 kientzleConnect four new files to the build.
2006-11-24 kientzleFill in a couple of missing casts: clarify one narrowin...
2006-11-24 kientzleA few minor clarifications and corrections.
2006-11-24 kientzleA few minor corrections to the libarchive.3 overview...
next