5
I Use This!
High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Big decompression refactor, Phase 2. More... over 16 years ago
Catch up with a bunch of file renaming that occurred a little while back. More... over 16 years ago
Minor fix to argument parser. More... over 16 years ago
A better implementation of read() for Windows. More... over 16 years ago
Implement ftruncate() More... over 16 years ago
Fix error handling. I was mistaken to use _dosmapper() function. - Michihiro NAKAJIMA More... over 16 years ago
On Windows, throw a debug exception on a fatal internal error. More... over 16 years ago
Correct test when bzip2 is unsupported. More... over 16 years ago
Eliminate another Windows special-case from archive_entry.c More... over 16 years ago
Allo cpio to compile without zlib or bzlib. More... over 16 years ago
Create test_option_s to exercise basic -s handling. In particular, add some checks for multiple -s options in order to verify a bug reported where multiple -s options have no effect. More... over 16 years ago
Fix assertEmptyFile(): Count a missing file as a failure Fix assertFileContents(): A missing file is different from an empty file. More... over 16 years ago
The code to support concatenated gzip streams is broken and it breaks some non-concatenated streams. So just disable this by always marking EOF immediately when we hit the end of a gzip stream. More... over 16 years ago
Use a small synthetic block size when testing basic LZMA support. More... over 16 years ago
On second thought, argc is silly. More... over 16 years ago
Fix libarchive_test with no arguments. More... over 16 years ago
Skip testing character conversion failures on platforms where the "C" locale never generates such failures. (Cygwin apparently has an overly-permissive "C" locale; wctomb() never fails.) More... over 16 years ago
More coding style improvements to test cases. More... over 16 years ago
Style fixes to test case. More... over 16 years ago
Style fix to test case. More... over 16 years ago
Merge r343 from trunk, fixes Issue 1. More... over 16 years ago
Allow __LA_SSIZE_T and __LA_INT64_T to leak out of archive.h, since they're needed to properly declare the I/O callbacks. More... over 16 years ago
Isolate some Win32 issues to the archive_windows.[ch] files. More... over 16 years ago
Minor fixes for Visual Studio. More... over 16 years ago
If zlib/bzlib don't exist, use stub implementations of archive_write_set_compression_gzip/archive_write_set_compression_bzip2 that always return errors. More... over 16 years ago
libarchive/test/platform.c no longer exists; remove it from the Visual Studio solution files. More... over 16 years ago
PROJECTS and NEWS updates. More... over 16 years ago
Visual Studio lacks getopt(). Fortunately, the test suite only requires fairly basic argument parsing, so just add the dozen lines needed to implement it from scratch. More... over 16 years ago
svn:ignore tweak More... over 16 years ago
Disable a number of tests on platforms that lack ZLib or BZLib. More... over 16 years ago