summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Issue 1104: Explicitly limit the printed string to 12 charactersIssue1104Tim Kientzle2018-12-151-4/+4
* Merge pull request #1105 from daxtens/masterMartin Matuška2018-12-133-0/+24
|\
| * warc: consume data once readDaniel Axtens2018-12-111-0/+5
| * Skip 0-length ACL fieldsDaniel Axtens2018-12-111-0/+5
| * rar: file split across multi-part archives must matchDaniel Axtens2018-12-111-0/+9
| * Avoid a double-free when a window size of 0 is specifiedDaniel Axtens2018-12-111-0/+5
* | Merge pull request #1107 from antekone/rar5_unused_functions_prMartin Matuška2018-12-131-6/+8
|\ \ | |/ |/|
| * RAR5 reader: removed an unused function: bf_is_last_blockGrzegorz Antoniak2018-12-131-6/+8
|/
* Merge pull request #1102 from antekone/rar5_powerpc_fixesMartin Matuška2018-12-092-33/+39
|\
| * RAR5 reader: fixed big-endian problemsGrzegorz Antoniak2018-12-072-33/+39
|/
* Switch Travis CI Ubuntu distribution from trusty to xenialMartin Matuska2018-11-281-1/+1
* Merge pull request #956 from korli/cmakexattrMartin Matuška2018-11-261-0/+5
|\
| * CMake: check libgnu for xattr functions on HaikuJerome Duval2017-09-301-0/+5
* | Fix test_extattr_freebsd, can be fully run as non-root nowMartin Matuska2018-11-251-33/+13
* | Merge pull request #1023 from eborisch/masterMartin Matuška2018-11-251-1/+26
|\ \
| * | Check if root before operations.Eric Borisch2018-06-041-5/+10
| * | Use (euid == 0) as switch for xattr/mode orderEric Borisch2018-05-311-12/+11
| * | Perform xattrs before mode on Darwin.Eric Borisch2018-05-311-0/+14
| * | Always create files owner-writable.Eric Borisch2018-05-311-0/+7
* | | Merge pull request #1089 from DerDakon/cmp0075Martin Matuška2018-11-251-0/+2
|\ \ \
| * | | reset CMAKE_REQUIRED_LIBRARIES before checking system headersRolf Eike Beer2018-11-211-0/+2
* | | | Merge pull request #1087 from DerDakon/read-varMartin Matuška2018-11-251-4/+4
|\ \ \ \
| * | | | tests: fix compile error with -Wshadow on older gcc releasesRolf Eike Beer2018-11-211-4/+4
| |/ / /
* | | | Allow in-entry comments in SCHILY.acl.*Martin Matuska2018-11-251-16/+35
* | | | Merge pull request #1092 from praiskup/resource-leaks-and-strcpyMartin Matuska2018-11-246-12/+22
|\ \ \ \
| * | | | Fix a few obvious resource leaks and strcpy() misusesPavel Raiskup2018-11-236-12/+22
| |/ / /
* | | | tar/write.c: call missing archive_read_close() in write_archive()Martin Matuska2018-11-241-2/+1
* | | | Merge pull request #1091 from praiskup/newc-use-after-freeMartin Matuska2018-11-241-5/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix use-after-free in delayed link processing (newc format)Pavel Raiskup2018-11-231-5/+4
|/ / /
* | | Merge pull request #1084 from antekone/rar5_bugfixes_prMartin Matuška2018-11-112-5/+62
|\ \ \
| * | | RAR5 reader bugfixes (block-by-block, loops, warnings)Grzegorz Antoniak2018-11-092-5/+62
|/ / /
* | | Merge pull request #1080 from Tarsnap/spelling-uploadMartin Matuška2018-11-044-16/+17
|\ \ \
| * | | Spelling & grammar fixGraham Percival2018-11-021-1/+2
| * | | Spelling fixesGraham Percival2018-11-023-15/+15
|/ / /
* | | Merge pull request #1079 from antekone/config_h_entries_for_libb2Martin Matuška2018-10-291-0/+6
|\ \ \
| * | | Added missing config.h entries for libb2Grzegorz Antoniak2018-10-271-0/+6
|/ / /
* | | RAR5 reader: more maybe-uninitialized size_t fixes for riscv64 FreeBSD buildMartin Matuska2018-10-261-3/+7
* | | RAR5 reader: fix build errors on some FreeBSD platformsMartin Matuska2018-10-261-11/+12
* | | RAR5 reader: comment out unused constantMartin Matuska2018-10-231-1/+1
* | | RAR5 reader: mark some constants staticMartin Matuska2018-10-231-4/+4
* | | Added a test demonstrating for GitHub issue 998.Grzegorz Antoniak2018-10-061-1/+102
* | | Fix for GitHub issue 998.Grzegorz Antoniak2018-10-061-1/+1
* | | Merge pull requeset #1070 from zweger/masterMartin Matuska2018-10-062-8/+77
|\ \ \
| * | | Don't default XAR entry atime/mtime to the current timeZack Weger2018-10-022-8/+77
* | | | Add RAR 5.0 support to NEWS and README.mdMartin Matuska2018-10-062-1/+3
* | | | Add information about BLAKE2 multi-license to COPYINGMartin Matuska2018-10-061-1/+8
* | | | archive_read_support_format_rar5: enable blake2 support via libb2Martin Matuska2018-10-065-4/+54
* | | | Merge pull request #1061 from antekone/unrar5Martin Matuska2018-10-0533-0/+10038
|\ \ \ \ | |/ / / |/| | |
| * | | Add missing RAR5 files to Makefile.amMartin Matuska2018-10-051-0/+4
| * | | Removed usage of __attribute__ macros and unsafe cast in debug codeGrzegorz Antoniak2018-10-041-30/+10