summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Issue 675: SIGRTMAX can be non-constant, so allocate the signal tracking arra...Tim Kientzle2016-03-221-2/+5
* Merge branch 'master' of github.com:libarchive/libarchiveTim Kientzle2016-03-2239-267/+867
|\
| * Merge pull request #617 from chenxiaolong/ifdef-statvfs-usageTim Kientzle2016-03-211-0/+21
| |\
| | * Avoid statvfs/fstatvfs calls on systems where it is not availableXiao-Long Chen2015-10-291-0/+21
| * | Merge pull request #663 from vapier/masterTim Kientzle2016-03-211-0/+4
| |\ \
| | * | add missing _PC_NAME_MAX checksMike Frysinger2016-02-281-0/+4
| * | | Merge pull request #672 from ericvw/nsig_sigrtmaxTim Kientzle2016-03-211-3/+3
| |\ \ \
| | * | | Replace usage of _NSIG with SIGRTMAXEric N. Vander Weele2016-03-181-3/+3
| * | | | Merge pull request #655 from flandr/fully-sparseTim Kientzle2016-03-213-14/+92
| |\ \ \ \
| | * | | | Support fully-sparse filesNate Rosenblum2016-02-173-6/+72
| | * | | | Make assertions explicit in sparse testsNate Rosenblum2016-02-051-8/+10
| | * | | | Fix sparse tests with holes at the endNate Rosenblum2016-02-051-0/+10
| * | | | | Fix -c test: we forced uid/gid to 1000, so we should not compare against the...Tim Kientzle2016-02-131-6/+2
| * | | | | Fix stringification hereTim Kientzle2016-02-131-1/+3
| * | | | | Merge branch 'master' of github.com:libarchive/libarchiveTim Kientzle2016-03-195-110/+122
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #630 from bjacke/vv-verbose-writeTim Kientzle2016-03-195-110/+122
| | |\ \ \ \ \
| | | * | | | | add vv option details in bsdtar man pageBjoern Jacke2016-02-051-2/+2
| | | * | | | | bsdtar: add support for "vv" verbose style when writing archivesBjoern Jacke2016-02-051-6/+17
| | | * | | | | bsdtar: also print preceding "x" when extracting in vv modeBjoern Jacke2016-02-051-0/+1
| | | * | | | | bsdtar: move list_item_verbose() into common util.cBjoern Jacke2016-02-053-102/+102
| | | |/ / / /
| * | | | | | Issue #377: Help cpio tests pass on systems with large UIDsTim Kientzle2016-03-192-2/+2
| |/ / / / /
| * | | | | Comment fileno() usageTim Kientzle2016-03-191-2/+4
| * | | | | Merge pull request #670 from dosomder/665-android-lf-supportTim Kientzle2016-03-195-11/+73
| |\ \ \ \ \
| | * | | | | Add large file support for androiddosomder2016-03-145-11/+73
| * | | | | | Merge pull request #669 from dosomder/639-lz4-updateTim Kientzle2016-03-192-22/+92
| |\ \ \ \ \ \
| | * | | | | | Fix lz4 compression_level checkdosomder2016-03-121-1/+1
| | * | | | | | Use LZ4_loadDictdosomder2016-03-121-0/+4
| | * | | | | | Use updated lz4 compression functionsdosomder2016-03-121-1/+39
| | * | | | | | Make LZ4 HC optionaldosomder2016-03-121-22/+41
| | * | | | | | Use LZ4_decompress_safe_usingDict for readingdosomder2016-03-121-0/+9
| * | | | | | | Merge pull request #673 from ericvw/dynamic_compile_flagsTim Kientzle2016-03-196-2/+253
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Dynamically determine supported compiler flags during configureEric N. Vander Weele2016-03-186-2/+253
| |/ / / / / /
| * | | | | | Update MSDOS file attribute testTim Kientzle2016-03-132-6/+26
| | |/ / / / | |/| | | |
| * | | | | Issue 422: Add archive_xxx_version() calls so tests can more accurately quer...Tim Kientzle2016-03-1210-82/+102
| * | | | | Merge pull request #668 from dosomder/android-compileTim Kientzle2016-03-121-6/+12
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Add api level check for android configdosomder2016-03-121-6/+12
| * | | | | Merge pull request #666 from dosomder/android-compileTim Kientzle2016-03-112-1/+8
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Add ST_MTIME_NSEC case to archive_entry_copy_statdosomder2016-03-112-1/+5
| | * | | Fix android intmax compiler warningsdosomder2016-03-111-0/+3
| |/ / /
| * | | Merge pull request #645 from andrewgregory/check_symlinksTim Kientzle2016-02-252-0/+49
| |\ \ \
| | * | | add test for SECURE_SYMLINKS with absolute pathAndrew Gregory2016-02-221-0/+21
| | * | | Skip root directory symlink checkAndrew Gregory2016-02-221-0/+3
| | * | | add test for SECURE_SYMLINKS for first childAndrew Gregory2016-02-221-0/+22
| | * | | Restore modified path after lstatAndrew Gregory2016-02-221-0/+3
| |/ / /
* | | | Add more sample zip files to the fuzz testTim Kientzle2016-02-231-0/+171
|/ / /
* | | Fix for issue #623.Tim Kientzle2016-02-211-15/+22
* | | Clarify the limit on number of filtersTim Kientzle2016-02-211-2/+6
* | | Fix globbing errorv3.1.900aTim Kientzle2016-02-211-1/+1
* | | Update NEWS with highlights from last two years of workTim Kientzle2016-02-131-0/+24
* | | Minor adjustments to DEBUG messagesTim Kientzle2016-02-131-10/+11