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 18 hours
ago. based on code collected
about 18 hours
ago.
Jun 16, 2024 — Jun 16, 2025
Showing page 213 of 227
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge r455 from trunk: Fix Solaris 10/OpenSolaris build
Tim Kientzle
More...
over 16 years ago
Fix Solaris 10 and OpenSolaris builds of bsdcpio.
Tim Kientzle
More...
over 16 years ago
libarchive 2.6.1
Tim Kientzle
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.
Tim Kientzle
More...
over 16 years ago
Stub out the "close" entry for archive_read_disk.
Tim Kientzle
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.
Michihiro NAKAJIMA
More...
over 16 years ago
On Windows, We can detect zlib and bzip2. And libarchive works fine.
Michihiro NAKAJIMA
More...
over 16 years ago
Remove check-TEST target which cannot work.
Michihiro NAKAJIMA
More...
over 16 years ago
On Windows, Directory cannot be read only mode by chmod.
Michihiro NAKAJIMA
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.
Tim Kientzle
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
Tim Kientzle
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.
Tim Kientzle
More...
over 16 years ago
Eliminate compiling warning.
Michihiro NAKAJIMA
More...
over 16 years ago
Eliminate many warnings when link libarchive_test on Windows. This definition does not affect other platform.
Michihiro NAKAJIMA
More...
over 16 years ago
Remove unnecessary definitions.
Michihiro NAKAJIMA
More...
over 16 years ago
Move the cmake-specific config.h.in into the "cmake" dir.
Tim Kientzle
More...
over 16 years ago
Update comments, try to make the structure a little clearer.
Tim Kientzle
More...
over 16 years ago
".." is unnecessary here.
Tim Kientzle
More...
over 16 years ago
Minor style adjustments.
Tim Kientzle
More...
over 16 years ago
Many improvements to cmake builds on FreeBSD, though there are still some rough edges:
Tim Kientzle
More...
over 16 years ago
Remove PACKAGE symbols from cmake build. None of the libarchive code uses these.
Tim Kientzle
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.
Tim Kientzle
More...
over 16 years ago
Help archive_read_disk_entry_from_file.c build on Windows and Linux.
Tim Kientzle
More...
over 16 years ago
Remember to do this someday...
Tim Kientzle
More...
over 16 years ago
On Windows, do not generate check-TEST.CMD if the one already exists and is older than CMakeLists.txt.
Michihiro NAKAJIMA
More...
over 16 years ago
Make sure we do not build bsdtar and bsdcpio on Windows.
Michihiro NAKAJIMA
More...
over 16 years ago
Fix handling of quality version.
Michihiro NAKAJIMA
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. ;-/
Tim Kientzle
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.
Tim Kientzle
More...
over 16 years ago
Add new test case.
Tim Kientzle
More...
over 16 years ago
←
1
2
…
209
210
211
212
213
214
215
216
217
…
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