summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Don't forget to free a string allocated by strdup where necessary.cperciva2007-05-191-2/+9
* s/@VERSION@/@ARCHIVE_VERSION@/cperciva2007-05-022-3/+3
* Fix a memory leak in the uname/gname lookup cache.kientzle2007-04-201-11/+11
* In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors whichcperciva2007-04-161-0/+6
* Properly cleanup the UID/GID lookup data.kientzle2007-04-151-0/+4
* Don't free a NULL pointer.kientzle2007-04-151-1/+2
* Clean up a lot of memory leaks in the libarchive test harness.kientzle2007-04-1512-0/+29
* Thanks to Colin for catching my mixup. The original problem wasn'tkientzle2007-04-151-3/+8
* Consolidate numeric limit macros in one place; include themkientzle2007-04-156-49/+44
* Pass through error message if any operation fails, not just the last one.kientzle2007-04-141-1/+1
* Overhaul of 'ar' support:kientzle2007-04-147-228/+235
* Invoke utime(2) properly. (It's only used on platformskientzle2007-04-141-2/+2
* Fix the build by temporarily disabling 'ar' support untilkientzle2007-04-141-1/+0
* Fix the build.kientzle2007-04-142-2/+2
* Fixes from Joerg Sonnenberger, reviewed by Kai Wang.kientzle2007-04-141-49/+81
* Conventionally, tar archives have always included a trailing '/'kientzle2007-04-145-74/+261
* Portability: Don't use mkdtemp() when mkdir() will suffice.kientzle2007-04-141-2/+2
* More portability improvements from Martin Koeppe:kientzle2007-04-143-11/+75
* Portability.kientzle2007-04-131-0/+2
* Now that libarchive is being built in more environments,kientzle2007-04-122-8/+6
* Make Lint happier.kientzle2007-04-122-2/+3
* Fix build on Solaris.kientzle2007-04-071-1/+1
* Enable 'ar' support; hook it up to the build andkientzle2007-04-073-2/+7
* Clarification: Point people to archive_read_data(), whichkientzle2007-04-071-1/+4
* When copying data from one archive to another, only set the errorcperciva2007-04-071-5/+4
* Move archive_read_data_into_buffer into archive_read.c, simplify itscperciva2007-04-054-55/+23
* More corrections from Joerg Sonnenberger.kientzle2007-04-051-3/+3
* Style fixes from Joerg Sonnenberger: use correct types,kientzle2007-04-051-5/+7
* From Joerg Sonnenberger: Fix a number of style gaffes,kientzle2007-04-054-26/+35
* Wordsmithing.kientzle2007-04-051-12/+9
* Parse SCHILY.dev and SCHILY.ino fields. These are ignored when extractingcperciva2007-04-031-0/+4
* 'ar' format support for libarchive, contributed by Kai Wang.kientzle2007-04-036-0/+1376
* Now that there is always a compression-layer skip function available,cperciva2007-04-021-9/+3
* Fix type-punned pointer, minor style fixes.kientzle2007-04-021-6/+7
* Remove unused variable; use consistent types.kientzle2007-04-021-3/+2
* Be consistent: file flags are unsigned bitmaps.kientzle2007-04-021-1/+1
* Don't compare a signed char to 0xFF.kientzle2007-04-021-3/+3
* Avoid a potential overflow when 'skip' is larger than a pointer.kientzle2007-04-021-1/+1
* Style fix: Use the correct type for 'bytes_to_write'.kientzle2007-04-021-2/+2
* Style: bare "unsigned" is deprecated, use "unsigned int" instead.kientzle2007-04-022-8/+8
* Remove some unused fields from archive_read internal structure.kientzle2007-04-021-5/+1
* Provide a dummy compression-layer skip function which just reads data andcperciva2007-03-313-34/+44
* Notice when mkdir() fails.kientzle2007-03-243-11/+73
* Fix compile error when libbz2 is unavailable.kientzle2007-03-241-1/+1
* Don't forget to increment the raw_position (bytes written) counter, evencperciva2007-03-171-0/+1
* When ARCHIVE_EXTRACT_UNLINK is requested:kientzle2007-03-132-5/+11
* Libarchive 2.0.23:kientzle2007-03-117-157/+145
* New tests for system-independent ACL support.kientzle2007-03-083-0/+744
* Distinguish between the end of ACL data and an error in pullingkientzle2007-03-081-1/+1
* libarchive 2.0kientzle2007-03-0372-2434/+7206
OpenPOWER on IntegriCloud