summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Fix installworld: /usr/bin/printf isn't available then,kientzle2007-07-071-1/+3
* Make test suite work with libarchive 1.3.1: Take advantage ofkientzle2007-07-0617-25/+289
* New "version stamp" simplifies determining the exact versionkientzle2007-07-064-23/+70
* Fix 'bsdtar -t' on tape drives. Libarchive uses thekientzle2007-06-263-12/+45
* Ouch. I partially screwed up the last commit bykientzle2007-06-221-1/+0
* Support for writing the 'newc' cpio format, plus a minimal test harnesskientzle2007-06-227-0/+393
* Track whether the current read stream supports seek(). For now, wekientzle2007-06-182-0/+22
* Make 'ar' write test a tad more portable.kientzle2007-06-131-3/+3
* Read support for the new GNU tar sparse formats added in gtar 1.15 andkientzle2007-06-133-84/+570
* Add some options to libarchive_test:kientzle2007-06-131-12/+50
* Fix a broken function declaration.kientzle2007-06-131-1/+1
* Options spring cleanup:sepotvin2007-06-131-1/+0
* Don't lose leading '/' for pathnames exactly 101 bytes long.kientzle2007-06-112-8/+25
* libarchive 2.2.3kientzle2007-05-2973-1372/+3889
* Replace "sizeof(struct bucket[cache_size])" withcperciva2007-05-221-4/+4
* Don't test for NULL when it is both unnecessary (the pointer is checkedcperciva2007-05-211-1/+1
* Remove pointless code: Don't assign a value to a variable when we'recperciva2007-05-211-1/+0
* 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
OpenPOWER on IntegriCloud