summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Windows supportJairo2019-04-151-2/+14
* tar: add option --exclude-vcsMartin Matuska2019-04-147-0/+277
* Windows symlink bugfixes and improvementsMartin Matuska2019-04-1316-78/+261
* Cirrus CI: use mojave-xcode-10.2 image for macOSMartin Matuska2019-04-121-1/+1
* Unbreak sparse file tests on the APFS file systemMartin Matuska2019-04-121-28/+36
* Multiple Windows-related CI changesMartin Matuska2019-04-083-49/+123
* CI: allow to skip sparse and fuzz testsMartin Matuska2019-04-074-1/+29
* Fix remaining MinGW testsMartin Matuska2019-04-079-11/+86
* archive_read_support_format_xar: initialize some variablesMartin Matuska2019-04-071-2/+3
* Skip appropriate zip tests if bzip2 or lzma is not compiled inMartin Matuska2019-04-071-11/+66
* Merge pull request #1076 from uckelman-sf/fix_undef_statMartin Matuška2019-04-067-13/+12
|\
| * Don't #undef stat and #define stat(). stat is one of those unfortunateJoel Uckelman2018-10-187-13/+12
* | Fix handling of strtol() and strtoul()Martin Matuska2019-04-053-5/+12
* | Add Windows symlink support to NEWSMartin Matuska2019-04-041-0/+2
* | Fix various symlink bugs with Windows symlinksMartin Matuska2019-04-0416-77/+130
* | Cirrus CI: add Cygwin build, MinGW build use zlib, suppress download progressMartin Matuska2019-04-012-3/+31
* | Extend unreadable directory code to Linux (O_PATH) and SunOS (O_SEARCH)Martin Matuska2019-03-312-4/+16
* | Cirrus CI: Add MinGW and split into stagesMartin Matuska2019-03-312-8/+30
* | Merge pull request #1167 from RhodiumToad/parent_fixesMartin Matuška2019-03-302-2/+273
|\ \
| * | Update tests for platforms on which success is impossible.Andrew Gierth2019-03-301-38/+63
| * | Fix bugs related to unreadable directories.Andrew Gierth2019-03-292-2/+248
* | | Cirrus CI - support existing homebrew packagesMartin Matuska2019-03-301-2/+5
|/ /
* | Add support for directory symlinks on WindowsMartin Matuska2019-03-274-19/+101
* | Add basic read and write support for symbolic links on WindowsMartin Matuska2019-03-263-12/+334
* | archive_entry.c: changes in file flags codeMartin Matuska2019-03-191-11/+5
* | libarchive/archive_entry.c: fix typo in commentMartin Matuska2019-03-191-1/+1
* | archive_write_disk_posix: constantify file flag masksMartin Matuska2019-03-181-57/+56
* | archive_entry.c: alphabetically sort FreeBSD/MacOS file flags in commentMartin Matuska2019-03-141-9/+9
* | If not root do not try to restore SF_* file flags on FreeBSD and Mac OSMartin Matuska2019-03-141-1/+19
* | Remove FS_EXTEND_FL from Linux and UF_ARCHIVE from FreeBSD file flagsMartin Matuska2019-03-141-9/+0
* | Improve and document file flag and file attribute supportMartin Matuska2019-03-132-86/+96
* | Merge pull request #1083 from guischulz/windows_unc_workdirMartin Matuška2019-03-101-0/+5
|\ \
| * | Fix full-pathname for extraction with unc working directory on windowsGuido Schulz2018-11-181-0/+5
* | | Merge pull request #1043 from jstarks/utf8Martin Matuška2019-03-101-1/+3
|\ \ \
| * | | windows: Support UTF-8 localeJohn Starks2018-07-251-1/+3
* | | | Merge pull request #1101 from jcfr/fix-cmake-warning-set-cmp0074Martin Matuška2019-03-101-0/+3
|\ \ \ \
| * | | | cmake: Set CMP0074 to NEWJean-Christophe Fillion-Robin2018-12-061-0/+3
* | | | | Merge pull request #1033 from mellery451/werror-optionalMartin Matuška2019-03-101-5/+18
|\ \ \ \ \
| * | | | | Make warning-as-error optional but retain current defaultsMike Ellery2018-06-291-5/+18
* | | | | | Merge pull request #1157 from praiskup/fix-make-distMartin Matuška2019-03-101-0/+2
|\ \ \ \ \ \
| * | | | | | Fix 'make dist' to include blake2 headersPavel Raiskup2019-03-081-0/+2
|/ / / / / /
* | | | | | Understand "journal-data", "secdel" and "undel" fflags in star tar archivesMartin Matuska2019-03-071-0/+7
* | | | | | archive_entry.c: replace spaces with tabs, understand nouunlnk on LinuxMartin Matuska2019-03-061-73/+75
* | | | | | archive_write_disk_posix: processes with CAP_CHOWN may change file ownerMartin Matuska2019-03-041-6/+8
* | | | | | archive_read_disk_entry_from_file(): check for ARCHIVE_READ_DISK magicMartin Matuska2019-03-041-0/+3
* | | | | | Merge pull request #1153 from antekone/bug/zipx_fuzzing_fixesMartin Matuška2019-03-035-1/+103
|\ \ \ \ \ \
| * | | | | | ZIP reader: fixed an unlimited loop in BZIP2 decompressor.Grzegorz Antoniak2019-03-013-0/+36
| * | | | | | ZIP reader: fix a crash in PPMd8 decompressor.Grzegorz Antoniak2019-03-014-1/+67
* | | | | | | Merge pull request #1151 from antekone/clean_whitespacesMartin Matuška2019-02-283-11/+11
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Whitespace reformatting in RAR5 reader, ZIP reader.Grzegorz Antoniak2019-02-283-11/+11
|/ / / / / /