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 15 hours
ago. based on code collected
about 16 hours
ago.
Jun 12, 2024 — Jun 12, 2025
Showing page 207 of 227
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
getdate.c and getdate.h are not as special as they used to be.
Tim Kientzle
More...
over 16 years ago
Fix signed/unsigned mismatch.
Tim Kientzle
More...
over 16 years ago
Check in getdate.c and getdate.h.
Tim Kientzle
More...
over 16 years ago
Minor fidgeting with the AM/PM parsing.
Tim Kientzle
More...
over 16 years ago
Add in more tests of the date-parsing logic.
Tim Kientzle
More...
over 16 years ago
Partial fix for Issue 5: If -P is not specified, strip Windows drive letters as well as leading '/' characters.
Tim Kientzle
More...
over 16 years ago
Synchronize la_open function in bsdtar_windows.c with the one in libarchive_windows.c for maintenance to be easily.
Michihiro NAKAJIMA
More...
over 16 years ago
On Windows, Avoid la_open function returning error when we open a direcotry with O_RDONLY mode. A behavior of la_open function is close to the POSIX open function.
Michihiro NAKAJIMA
More...
over 16 years ago
Fix a bug. Did not handle character '\' when converting to wide-character is failed.
Michihiro NAKAJIMA
More...
over 16 years ago
Windows shell whose name is command.exe/cmd.exe does not deal with wildcard characters '*' and '?'. Windows application should handle those characters by FindFirstFile() Win32 API for usability.
Michihiro NAKAJIMA
More...
over 16 years ago
If we don't have yacc or bison, just warn and continue. In particular, most Windows folks don't have it; that's why we include pre-built getdate.c/getdate.h in the shipped packages.
Tim Kientzle
More...
over 16 years ago
Simplify cheking that a compression is not supported.
Michihiro NAKAJIMA
More...
over 16 years ago
Compress/uncompress programs such as gzip or gunzip are not always available in the system on which test program (libarchive_test) is running.
Michihiro NAKAJIMA
More...
over 16 years ago
On Windows, libarchive/bsdtar can deal with an external program.
Michihiro NAKAJIMA
More...
over 16 years ago
Since gzip has a fallback to an executable, we can unconditionally support it in archive_read_support_compression_all().
Tim Kientzle
More...
over 16 years ago
Don't redefine isdigit(). Since this is only used in one place, just expand it there and remove the macro.
Tim Kientzle
More...
over 16 years ago
Both cpio/test/test.h and cpio/cpio_platform.h try to define __FBSDID on non-FreeBSD platforms. Avoid conflicts.
Tim Kientzle
More...
over 16 years ago
Issue 8: Compression name should be "none" if we're reading an uncompressed archive. Fill in assertions to verify textual name for various compression formats.
Tim Kientzle
More...
over 16 years ago
Issue 7: Only flush and close the file if the file was actually opened. Add a test for this case and update all the build systems. (Note: the FreeBSD-specific Makefiles should be removed; three build systems is too many.)
Tim Kientzle
More...
over 16 years ago
Catch up with some file renaming.
Tim Kientzle
More...
over 16 years ago
Add test_compat_xz.c into CMakeLists.txt. I forgot it.
Michihiro NAKAJIMA
More...
over 16 years ago
Add xz compatibly test.
Michihiro NAKAJIMA
More...
over 16 years ago
For portability, some platform cannot always support gzip compression(zlib).
Michihiro NAKAJIMA
More...
over 16 years ago
Remove all compiling condition of ZLIB and BZLIB2 from libarchive_test.
Michihiro NAKAJIMA
More...
over 16 years ago
Add stricter warning option to Visual Studio.
Michihiro NAKAJIMA
More...
over 16 years ago
Add test_read_format_txz.c into CMakeLists.txt
Michihiro NAKAJIMA
More...
over 16 years ago
Add more xz format test.
Michihiro NAKAJIMA
More...
over 16 years ago
Eliminate compiling warning in xz compression.
Michihiro NAKAJIMA
More...
over 16 years ago
Eliminate compiling warning.
Michihiro NAKAJIMA
More...
over 16 years ago
Eliminate linking error when the platform is non-Posix system and does not have zlib.
Michihiro NAKAJIMA
More...
over 16 years ago
←
1
2
…
203
204
205
206
207
208
209
210
211
…
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