5
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge r455 from trunk: Fix Solaris 10/OpenSolaris build More... over 16 years ago
Fix Solaris 10 and OpenSolaris builds of bsdcpio. More... over 16 years ago
libarchive 2.6.1 More... over 16 years ago
Read extended attributes from disk on FreeBSD. This should be the last piece needed for functional extended attribute handling on FreeBSD. More testing is required, though. More... over 16 years ago
Stub out the "close" entry for archive_read_disk. More... over 16 years ago
On Windows, This breakpoint exception is no longer needed. We can see results of libarchive_test at Testing/Temporary/LastTest.log. More... over 16 years ago
On Windows, We can detect zlib and bzip2. And libarchive works fine. More... over 16 years ago
Remove check-TEST target which cannot work. More... over 16 years ago
On Windows, Directory cannot be read only mode by chmod. More... over 16 years ago
Rely on the compiler's include search path to find config.h files. This works much better when building with a variety of build systems; all of them can edit the include path but not all of them put the built configure files in the same place. More... over 16 years ago
More work on out-of-source builds. Put the YACC output files and the constructed config.h file in the binary dir More... over 16 years ago
This macro file was looking for its companion C code in the binary dir, it should have been looking in the source dir. More... over 16 years ago
Eliminate compiling warning. More... over 16 years ago
Eliminate many warnings when link libarchive_test on Windows. This definition does not affect other platform. More... over 16 years ago
Remove unnecessary definitions. More... over 16 years ago
Move the cmake-specific config.h.in into the "cmake" dir. More... over 16 years ago
Update comments, try to make the structure a little clearer. More... over 16 years ago
".." is unnecessary here. More... over 16 years ago
Minor style adjustments. More... over 16 years ago
Many improvements to cmake builds on FreeBSD, though there are still some rough edges: More... over 16 years ago
Remove PACKAGE symbols from cmake build. None of the libarchive code uses these. More... over 16 years ago
The various PACKAGE macros are entirely unused by libarchive, so don't need to be preserved in the cmake-based build. More... over 16 years ago
Help archive_read_disk_entry_from_file.c build on Windows and Linux. More... over 16 years ago
Remember to do this someday... More... over 16 years ago
On Windows, do not generate check-TEST.CMD if the one already exists and is older than CMakeLists.txt. More... over 16 years ago
Make sure we do not build bsdtar and bsdcpio on Windows. More... over 16 years ago
Fix handling of quality version. More... over 16 years ago
Oooops. I put the cmake files in the wrong place. Push them down into the 'trunk' directory where they belong. ;-/ More... over 16 years ago
Use the new archive_read_disk API to pull metadata off of the disk. This removes almost all knowledge of ACLs and extended attributes from bsdtar. More... over 16 years ago
Add new test case. More... over 16 years ago