5
I Use This!
High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 16 hours ago.
Jun 12, 2024 — Jun 12, 2025
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. More... over 16 years ago
Fix signed/unsigned mismatch. More... over 16 years ago
Check in getdate.c and getdate.h. More... over 16 years ago
Minor fidgeting with the AM/PM parsing. More... over 16 years ago
Add in more tests of the date-parsing logic. More... over 16 years ago
Partial fix for Issue 5: If -P is not specified, strip Windows drive letters as well as leading '/' characters. 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. 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. More... over 16 years ago
Fix a bug. Did not handle character '\' when converting to wide-character is failed. 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. 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. More... over 16 years ago
Simplify cheking that a compression is not supported. 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. More... over 16 years ago
On Windows, libarchive/bsdtar can deal with an external program. More... over 16 years ago
Since gzip has a fallback to an executable, we can unconditionally support it in archive_read_support_compression_all(). 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. 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. 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. 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.) More... over 16 years ago
Catch up with some file renaming. More... over 16 years ago
Add test_compat_xz.c into CMakeLists.txt. I forgot it. More... over 16 years ago
Add xz compatibly test. More... over 16 years ago
For portability, some platform cannot always support gzip compression(zlib). More... over 16 years ago
Remove all compiling condition of ZLIB and BZLIB2 from libarchive_test. More... over 16 years ago
Add stricter warning option to Visual Studio. More... over 16 years ago
Add test_read_format_txz.c into CMakeLists.txt More... over 16 years ago
Add more xz format test. More... over 16 years ago
Eliminate compiling warning in xz compression. More... over 16 years ago
Eliminate compiling warning. More... over 16 years ago
Eliminate linking error when the platform is non-Posix system and does not have zlib. More... over 16 years ago