summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add new tests in multivolume RAR seek test case.Andres Mejia2013-01-271-0/+24
* Change how seek support in stored RARs are handled.Andres Mejia2013-01-271-36/+71
* Add checks for proper return value reading past EOF in RAR archives.Andres Mejia2013-01-261-0/+9
* Fix check for EOF in RAR format reader.Andres Mejia2013-01-261-1/+3
* Fix build failure when doing normal builds.Andres Mejia2013-01-251-3/+4
* Update RAR test case to expect correct results from calls to archive_read_dat...Andres Mejia2013-01-251-14/+8
* Give formats/filters way to know data amount requested from archive_read_data().Andres Mejia2013-01-253-0/+16
* Fix broken RAR seek support.Andres Mejia2013-01-252-20/+114
* Fix check for compression method in rar seek method.Andres Mejia2013-01-211-1/+1
* Reenable developer CFLAGS.Andres Mejia2013-01-141-1/+1
* Update libarchive to 3.1.1.v3.1.1Andres Mejia2013-01-135-6/+8
* Bump soname major version in CMakeLists.txt.Andres Mejia2013-01-131-2/+2
* Fix formatting from build/bump-version.sh for NEWS file.Andres Mejia2013-01-131-1/+1
* Add notes on how to make a new release of libarchive for developers.Andres Mejia2013-01-131-0/+35
* Remove developer CFLAGS if a release build is to be made.v3.1.0Andres Mejia2013-01-132-0/+6
* Bump soname major version to 13.Andres Mejia2013-01-131-2/+2
* Bump version to 3.1.0 due to API/ABI changes.Andres Mejia2013-01-135-7/+7
* Add generated release zip files to .gitignore.Andres Mejia2013-01-131-0/+1
* Update configure script and header files to new libarchive version.Andres Mejia2013-01-133-5/+5
* Update NEWS entries for release of libarchive 3.0.5.Andres Mejia2013-01-131-0/+21
* Bump libarchive version to 3.0.5.Andres Mejia2013-01-131-1/+1
* Merge remote-tracking branch 'libarchive/release' into libarchive-masterAndres Mejia2013-01-137-8/+10
|\
| * Remove developer flags from release.v3.0.4Andres Mejia2012-03-271-1/+1
| * Libarchive 3.0.4.Tim Kientzle2012-03-275-6/+8
| * Merge master into release.Tim Kientzle2012-03-25115-4321/+10619
| |\
| * | Fix a compiler warning about redundant 'r' declaration.Tim Kientzle2012-03-241-1/+1
| * | Merge from master branch.Michihiro NAKAJIMA2012-03-231-13/+34
| * | Issue 250:problem extracting from CAB file.Michihiro NAKAJIMA2012-03-211-25/+38
| * | An additional fix of issue 249.Michihiro NAKAJIMA2012-03-201-0/+5
| * | Fix the bug which the patch for issue 249 made, which bug is thatMichihiro NAKAJIMA2012-03-202-37/+71
| * | Clean up: style fix and remove unneeded statements and definitions.Michihiro NAKAJIMA2012-03-191-27/+24
| * | Avoid the memory leak error which Clang Static Analyzer pointed out but actua...Michihiro NAKAJIMA2012-03-191-12/+12
| * | Fix build failure on MSYS: rename a variable name 'time' to 't' sinceMichihiro NAKAJIMA2012-03-191-10/+10
| * | Rename isoent_rr_move_dir parameter isoent => curentBrad King2012-03-191-21/+21
| * | Replace integer constant LL suffix with cast to int64_tBrad King2012-03-192-2/+2
| * | Rename read_open_memory2 to read_open_memory_minimal, which isTim Kientzle2012-03-195-7/+7
| * | Avoid possibility to pass zero to the first argument of calloc().Michihiro NAKAJIMA2012-03-181-3/+18
| * | Update URL section in test files for RPMs.Andres Mejia2012-03-182-2/+2
| * | Issue 234: Fix typos in commentsTim Kientzle2012-03-182-7/+7
| * | Remove duplicate SYNOPSIS section.Andres Mejia2012-03-181-2/+0
| * | Declare mbstate_t and wcrtomb for BorlandBrad King2012-03-181-0/+4
| * | Implement custom lseek for BorlandBrad King2012-03-182-0/+59
| * | Add library section for all library function manpages.Andres Mejia2012-03-1830-0/+60
| * | Remove LIBRARY section from manpages.Andres Mejia2012-03-182-4/+0
| * | Fix typo in CheckFileOffsetBitsBrad King2012-03-181-3/+3
| * | Add generated dist tarball to .gitignore.Andres Mejia2012-03-181-0/+2
| * | Add generated doc files to .gitignore.Andres Mejia2012-03-181-0/+8
| * | Add generated files from cmake to .gitignore.Andres Mejia2012-03-181-0/+11
| * | Add .gitignore file.Andres Mejia2012-03-181-0/+52
| * | Add a description of 7-Zip into README.Michihiro NAKAJIMA2012-03-181-0/+2