summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add basic read and write support for symbolic links on WindowswinsymlinkMartin Matuska2019-03-263-12/+363
* 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
|/ / / / /
* | | | | Travis CI Windows fixesMartin Matuska2019-02-271-4/+5
* | | | | Merge pull request #1150 from antekone/bug/visual_studio_warningsMartin Matuška2019-02-273-7/+7
|\ \ \ \ \
| * | | | | Removed cast warnings under Visual StudioGrzegorz Antoniak2019-02-273-7/+7
|/ / / / /
* | | | | Add MS Visual Studio and MinGW tests via Travis CIMartin Matuska2019-02-253-5/+45
* | | | | Merge pull request #1133 from BotellaA/masterMartin Matuška2019-02-242-17/+18
|\ \ \ \ \
| * | | | | Remove windows warningsArnadu Botella2019-02-032-17/+18
* | | | | | Merge pull request #1146 from ijanos/masterMartin Matuška2019-02-241-0/+1
|\ \ \ \ \ \
| * | | | | | enable using libarchive from a submoduleJános Illés2019-02-201-0/+1
* | | | | | | fix dereferencing null pointer in file_new()Patrick Cheng2019-02-241-1/+2
|/ / / / / /
* | | | | | error_number sometime is not initialized. (#1141)Patrick Cheng2019-02-201-1/+4
* | | | | | calling strlen() with null pointer (#1142)Patrick Cheng2019-02-201-0/+2
* | | | | | archive_read_disk_posix.c: initialize delayed_errnoMartin Matuska2019-02-131-0/+1
* | | | | | Merge pull request #1134 from elfring/Remove_unnecessary_checks1Martin Matuška2019-02-1223-119/+60
|\ \ \ \ \ \
| * | | | | | Bug #1128: Deletion of unnecessary checks before calls of the function “arc...Markus Elfring2019-02-049-40/+20
| * | | | | | Bug #1128: Deletion of unnecessary checks before calls of the function “fre...Markus Elfring2019-02-0415-79/+40
| |/ / / / /
* | | | | | Merge pull request #1135 from HadesD/patch-1Martin Matuška2019-02-101-1/+4
|\ \ \ \ \ \
| * | | | | | Fix find lib lzmaIchiro2019-02-061-1/+4
| |/ / / / /
* | | | | | POSIX reader: more next_entry() fixesMartin Matuska2019-02-101-5/+12
* | | | | | POSIX reader: do not fail when tree_current_lstat() fails due to ENOENTEugene Grossbein2019-02-101-1/+22
|/ / / / /
* | | | | Merge pull request #1125 from antekone/bug/GH-1119Martin Matuška2019-01-311-4/+18
|\ \ \ \ \
| * | | | | RAR5 reader: Removed a memory leak in process_head_fileGrzegorz Antoniak2019-01-181-3/+9
| * | | | | RAR5 reader: Fixed a read from invalid memory blockGrzegorz Antoniak2019-01-181-1/+9
* | | | | | Remove test_compat_pax_libarchive_2xMartin Matuska2019-01-304-173/+0