openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libarchive
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 12 hours
ago. based on code collected
about 12 hours
ago.
Jun 09, 2024 — Jun 09, 2025
Showing page 215 of 227
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Big decompression refactor, Phase 2.
Tim Kientzle
More...
over 16 years ago
Catch up with a bunch of file renaming that occurred a little while back.
Tim Kientzle
More...
over 16 years ago
Minor fix to argument parser.
Tim Kientzle
More...
over 16 years ago
A better implementation of read() for Windows.
Tim Kientzle
More...
over 16 years ago
Implement ftruncate()
Tim Kientzle
More...
over 16 years ago
Fix error handling. I was mistaken to use _dosmapper() function. - Michihiro NAKAJIMA
Tim Kientzle
More...
over 16 years ago
On Windows, throw a debug exception on a fatal internal error.
Tim Kientzle
More...
over 16 years ago
Correct test when bzip2 is unsupported.
Tim Kientzle
More...
over 16 years ago
Eliminate another Windows special-case from archive_entry.c
Tim Kientzle
More...
over 16 years ago
Allo cpio to compile without zlib or bzlib.
Tim Kientzle
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.
Tim Kientzle
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.
Tim Kientzle
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.
Tim Kientzle
More...
over 16 years ago
Use a small synthetic block size when testing basic LZMA support.
Tim Kientzle
More...
over 16 years ago
On second thought, argc is silly.
Tim Kientzle
More...
over 16 years ago
Fix libarchive_test with no arguments.
Tim Kientzle
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.)
Tim Kientzle
More...
over 16 years ago
More coding style improvements to test cases.
Tim Kientzle
More...
over 16 years ago
Style fixes to test case.
Tim Kientzle
More...
over 16 years ago
Style fix to test case.
Tim Kientzle
More...
over 16 years ago
Merge r343 from trunk, fixes Issue 1.
Tim Kientzle
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.
Tim Kientzle
More...
over 16 years ago
Isolate some Win32 issues to the archive_windows.[ch] files.
Tim Kientzle
More...
over 16 years ago
Minor fixes for Visual Studio.
Tim Kientzle
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.
Tim Kientzle
More...
over 16 years ago
libarchive/test/platform.c no longer exists; remove it from the Visual Studio solution files.
Tim Kientzle
More...
over 16 years ago
PROJECTS and NEWS updates.
Tim Kientzle
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.
Tim Kientzle
More...
over 16 years ago
svn:ignore tweak
Tim Kientzle
More...
over 16 years ago
Disable a number of tests on platforms that lack ZLib or BZLib.
Tim Kientzle
More...
over 16 years ago
←
1
2
…
211
212
213
214
215
216
217
218
219
…
226
227
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree