2025-07-26 |
Tim Kientzle | Guard against invalid type arguments 2704/head |
commit | commitdiff | tree |
2025-04-06 |
Tobias Stoeckmann | warc: Prevent signed integer overflow (#2568) |
commit | commitdiff | tree |
2025-04-06 |
Graham Percival | Fix #endif comments for header guards (#2567) |
commit | commitdiff | tree |
2025-04-06 |
Graham Percival | Use __LA_MODE_T to avoid implicit int conversions ... |
commit | commitdiff | tree |
2025-04-06 |
Graham Percival | Fix missing newline at EOF (#2566) |
commit | commitdiff | tree |
2025-04-06 |
Tobias Stoeckmann | Improve lseek handling (#2564) |
commit | commitdiff | tree |
2025-04-06 |
Graham Percival | Reject bad hex values in xar checksums (#2479) |
commit | commitdiff | tree |
2025-04-06 |
Graham Percival | Use explicit casts for some functions (#2480) |
commit | commitdiff | tree |
2025-03-30 |
Tim Kientzle | Issue 2548: Reading GNU sparse entries (#2558) |
commit | commitdiff | tree |
2025-03-29 |
Christoph Grüninger | [cmake] Require CMake 3.17 or newer (#2556) |
commit | commitdiff | tree |
2025-03-28 |
ARJANEN Loïc... | Commonalising time-related functions. (#2553) |
commit | commitdiff | tree |
2025-03-26 |
Christoph Grüninger | [cmake] Require minimum CMake version of 3.5 (#2555) |
commit | commitdiff | tree |
2025-03-25 |
ARJANEN Loïc... | Fix for the ZIP large file test (#2552) |
commit | commitdiff | tree |
2025-03-22 |
Peter Kokot | CMake: Replace CMAKE_COMPILER_IS_GNUCC with CMAKE_C_COM... |
commit | commitdiff | tree |
2025-03-18 |
nia | Only use S_ISSOCK if available. (#2543) |
commit | commitdiff | tree |
2025-03-16 |
Nicholas Vinson | Move archive_entry_set_digest() to public API (#2540) |
commit | commitdiff | tree |
2025-03-16 |
Tobias Stoeckmann | Remove extra newline from error messages (#2541) |
commit | commitdiff | tree |
2025-03-15 |
ljdarj | FILE* seeking support (#2539) |
commit | commitdiff | tree |
2025-03-11 |
Martin Matuška | CI: Update FreeBSD build environments (#2534) |
commit | commitdiff | tree |
2025-03-10 |
Peter Kästle | fix CVE-2025-1632 and CVE-2025-25724 (#2532) |
commit | commitdiff | tree |
2025-03-08 |
ljdarj | archive_version_details' update (#2349) |
commit | commitdiff | tree |
2025-03-08 |
ljdarj | Moving the tests' CRC-32 function to test_utils. (... |
commit | commitdiff | tree |
2025-03-01 |
Tim Kientzle | Avoid unreachable code in this test (#2528) |
commit | commitdiff | tree |
2025-02-24 |
François Degros | Handle ARCHIVE_FILTER_LZOP in archive_read_append_filte... |
commit | commitdiff | tree |
2025-02-22 |
ljdarj | Fixing up archive_read_format's man page. (#2518) |
commit | commitdiff | tree |
2025-01-25 |
ljdarj | Remove dev_t and time_t from public API in 4.0 (#2392) |
commit | commitdiff | tree |
2025-01-07 |
Graham Percival | Cast (mode_t)mode for POSIX functions (#2476) |
commit | commitdiff | tree |
2025-01-01 |
Mostyn Bramley... | Fix another GCC version detection error (#2474) |
commit | commitdiff | tree |
2025-01-01 |
Mostyn Bramley... | Suppress macOS CC_MD5_* deprecation warnings in the... |
commit | commitdiff | tree |
2025-01-01 |
Sam James | Fix GCC version detection for __attribute__((deprecated... |
commit | commitdiff | tree |
2025-01-01 |
Silent | Fix a Y2038 bug by replacing `Int32x32To64` with regula... |
commit | commitdiff | tree |
2024-12-31 |
Graham Percival | Fix compiler nitpicks (#2470) |
commit | commitdiff | tree |
2024-12-30 |
Graham Percival | Fix compiler nitpicks (#2469) |
commit | commitdiff | tree |
2024-12-30 |
Mostyn Bramley... | Fix MSVC conversion from DWORD to short warning (#2468) |
commit | commitdiff | tree |
2024-12-30 |
Mostyn Bramley... | Fix MSVC zstd conversion from size_t to int warnings... |
commit | commitdiff | tree |
2024-12-30 |
Mostyn Bramley... | Detect endianness at build time for common MSVC targets... |
commit | commitdiff | tree |
2024-12-30 |
Graham Percival | Fix compiler nitpicks (#2465) |
commit | commitdiff | tree |
2024-12-30 |
Mostyn Bramley... | Prefer build-time endianness detection (#2464) |
commit | commitdiff | tree |
2024-12-29 |
Graham Percival | Add more casts for %c, %o, and %x (#2463) |
commit | commitdiff | tree |
2024-12-29 |
Graham Percival | Spelling fixes for func, struct, and macros (#2462) |
commit | commitdiff | tree |
2024-12-29 |
Graham Percival | Add more casts for %o (#2461) |
commit | commitdiff | tree |
2024-12-29 |
Graham Percival | Add straightforward casts for %o and %x (#2458) |
commit | commitdiff | tree |
2024-12-28 |
Mostyn Bramley... | 7zip reader: add support for POWERPC filter for non... |
commit | commitdiff | tree |
2024-12-28 |
Graham Percival | Fix format strings (#2457) |
commit | commitdiff | tree |
2024-12-28 |
Graham Percival | Add tar/test/test_list_item (#2454) |
commit | commitdiff | tree |
2024-12-27 |
Tim Kientzle | Fix the test for NOABSOLUTEPATHS (#2456) |
commit | commitdiff | tree |
2024-12-27 |
Stephane Chazelas | tar: fix bug when -s/a/b/ used more than once with... |
commit | commitdiff | tree |
2024-12-27 |
Zeun | Fix -Werror=warning error and wrap some INSTALL directi... |
commit | commitdiff | tree |
2024-12-27 |
Mostyn Bramley... | ci: use at most the number of make threads as there... |
commit | commitdiff | tree |
2024-12-27 |
Graham Percival | Fix remaining TODOs in test_stdio.c (#2444) |
commit | commitdiff | tree |
2024-12-25 |
Graham Percival | Remove unnecessary semicolons (#2450) |
commit | commitdiff | tree |
2024-12-25 |
Graham Percival | Remove unreachable 'break' statements (#2451) |
commit | commitdiff | tree |
2024-12-24 |
Graham Percival | Fix %d -> %u for unsigned int from i4le() (#2448) |
commit | commitdiff | tree |
2024-12-24 |
Graham Percival | Fix CRLF line endings in source files (#2449) |
commit | commitdiff | tree |
2024-12-24 |
Graham Percival | Reject relative path for test refdir (#2445) |
commit | commitdiff | tree |
2024-12-24 |
Graham Percival | Fix a few clang nitpicks (#2447) |
commit | commitdiff | tree |
2024-12-19 |
Graham Percival | Fix some TODOs in tar/test/test_stdio.c (#2442) |
commit | commitdiff | tree |
2024-12-15 |
Mostyn Bramley... | Remove liblzmadec remnants (#2436) |
commit | commitdiff | tree |
2024-12-15 |
Mostyn Bramley... | 7zip reader: add LZMA + RISCV BCJ filter (#2403) |
commit | commitdiff | tree |
2024-12-15 |
Mostyn Bramley... | 7zip writer: support multithreaded zstandard compressio... |
commit | commitdiff | tree |
2024-12-11 |
Mostyn Bramley... | Remove unnecessary HAVE_LZMA_FILTER_ARM64 feature check... |
commit | commitdiff | tree |
2024-12-10 |
Tim Kientzle | Handle truncation in the middle of a GNU long linkname... |
commit | commitdiff | tree |
2024-12-09 |
Mostyn Bramley... | ci: make skipped tests more obvious (#2430) |
commit | commitdiff | tree |
2024-12-09 |
Mostyn Bramley... | Report skipped tests to cmake/ctest (#2429) |
commit | commitdiff | tree |
2024-12-08 |
Mostyn Bramley... | ci: speed up windows/mingw build by using multiple... |
commit | commitdiff | tree |
2024-12-07 |
Mostyn Bramley... | ci: make autoconf look for headers and libraries in... |
commit | commitdiff | tree |
2024-12-07 |
Mostyn Bramley... | ci: log bsdtar's version text, so we can see which... |
commit | commitdiff | tree |
2024-12-07 |
Mostyn Bramley... | ci: find liblzma >= 5.6.3 on windows msvc tests (#2421) |
commit | commitdiff | tree |
2024-12-06 |
Graham Percival | Spelling fixes (#2412) |
commit | commitdiff | tree |
2024-12-06 |
Julian Uy | Check for tcgetattr / tcsetattr before using it for... |
commit | commitdiff | tree |
2024-12-06 |
Julian Uy | Add missing definition for getline polyfill (#2425) |
commit | commitdiff | tree |
2024-12-06 |
Alexander Ziaee | bsdtar.1: Mention rar support + manual page polish... |
commit | commitdiff | tree |
2024-12-01 |
Mostyn Bramley... | Test with XZ Utils 5.6.3 on windows CI jobs (#2417) |
commit | commitdiff | tree |
2024-12-01 |
MithicSpirit | nit(tar): fix typo (#2420) |
commit | commitdiff | tree |
2024-11-17 |
ljdarj | Moving the tests' integer reading functions to test_uti... |
commit | commitdiff | tree |
2024-11-06 |
Tim Kientzle | Ignore ustar size when pax size is present (#2405) |
commit | commitdiff | tree |
2024-10-29 |
Mostyn Bramley... | 7zip reader: add SPARC filter support for non-LZMA... |
commit | commitdiff | tree |
2024-10-28 |
Tim Kientzle | Revert "Use proper Create OS value on Windows to fix... |
commit | commitdiff | tree |
2024-10-27 |
Mostyn Bramley... | Rename bsdtar test_extract_tar_absolute_paths source... |
commit | commitdiff | tree |
2024-10-25 |
Martin Matuška | tests: redirect stdout in one call in test_extract_tar_... 2394/head |
commit | commitdiff | tree |
2024-10-23 |
Martin Matuska | Fix tests added in #2284 (#2387) |
commit | commitdiff | tree |
2024-10-23 |
Martin Matuska | Revert "add `--mac-metadata` test for `--format zip... |
commit | commitdiff | tree |
2024-10-22 |
nielash | add `--mac-metadata` test for `--format zip` - see... |
commit | commitdiff | tree |
2024-10-22 |
Dustin L. Howett | write_xar: move libxml2 behind an abstraction layer... |
commit | commitdiff | tree |
2024-10-22 |
Mostyn Bramley... | 7zip writer: initial support for zstandard compression... |
commit | commitdiff | tree |
2024-10-22 |
ljdarj | Adding XZ, LZMA, ZSTD and BZIP2 support to ZIP writer... |
commit | commitdiff | tree |
2024-10-22 |
unxed | Use proper Create OS value on Windows to fix archive... |
commit | commitdiff | tree |
2024-10-22 |
Dustin L. Howett | Reintroduce size_t cast to clarify the use of a u32... |
commit | commitdiff | tree |
2024-10-14 |
vcoxvco | Various small fixes for Cygwin, Haiku, OpenIndiana... |
commit | commitdiff | tree |
2024-10-13 |
Martin Matuška | tests: use const char instead of char in one case ... |
commit | commitdiff | tree |
2024-10-13 |
Tim Kientzle | Ignore checksum mismatches when fuzzing tar archives... |
commit | commitdiff | tree |
2024-10-13 |
dependabot... | CI: Bump the all-actions group across 1 directory with... |
commit | commitdiff | tree |
2024-10-13 |
Tim Kientzle | Increase the hole size for this test to 32MiB (#2380) |
commit | commitdiff | tree |
2024-10-13 |
Emil Velikov | Convert the tools and respective tests to SPDX (#2317) |
commit | commitdiff | tree |
2024-10-13 |
Christian Schmitz | Update archive_private to avoid template keyword (... |
commit | commitdiff | tree |
2024-10-13 |
vcoxvco | configure.ac,CMakeLists.txt: Add libbsd on Haiku for... |
commit | commitdiff | tree |
2024-10-12 |
Martin Matuška | CI: Update build environments (#2373) |
commit | commitdiff | tree |
2024-10-12 |
Tim Kientzle | Fix two leaks in tar header parsing (#2377) |
commit | commitdiff | tree |
2024-10-12 |
Martin Matuška | tests: change file format from dos to unix in one test... |
commit | commitdiff | tree |
2024-10-11 |
Duncan Horn | [7zip] Read/write symlink paths as UTF-8 (#2252) |
commit | commitdiff | tree |
next |