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
1 day
ago. based on code collected
1 day
ago.
Jun 12, 2024 — Jun 12, 2025
Showing page 208 of 227
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fill in a missing #else
Tim Kientzle
More...
over 16 years ago
Clarify the failure messages and generalize the end-of-line test to accept \r\n or \n line termination.
Tim Kientzle
More...
over 16 years ago
Skip symlink tests on Windows. Now, all bsdtar tests passed on Windows. Results are: 0 of 13 tests reported failures Total of 84126 assertions checked. Total of 0 assertions failed. Total of 9 assertions skipped.
Michihiro NAKAJIMA
More...
over 16 years ago
Fix spelling.
Michihiro NAKAJIMA
More...
over 16 years ago
On Windows, a file mode of group members and others does not work.
Michihiro NAKAJIMA
More...
over 16 years ago
Consider carriage return code on Windows.
Michihiro NAKAJIMA
More...
over 16 years ago
Skip the test using -s option if bsdtar does not support that platform does not have regex.h.
Michihiro NAKAJIMA
More...
over 16 years ago
command.com cannot handle "`" operation like unix shell. e.g. bsdtar cvf - `cat listfile` > xxx
Michihiro NAKAJIMA
More...
over 16 years ago
command.com cannot accept the command used '/' with drive name such as c:/xxx/bsdtar.exe when use '|' pipe handling.
Michihiro NAKAJIMA
More...
over 16 years ago
Make sure close file descriptor in bsdtar_test.
Michihiro NAKAJIMA
More...
over 16 years ago
Simplify Windows conditionals just a bit.
Tim Kientzle
More...
over 16 years ago
Add execution bit to directory mode. It is more simular unix.
Michihiro NAKAJIMA
More...
over 16 years ago
Bug fix. we need how log match path1 and path2 are.
Michihiro NAKAJIMA
More...
over 16 years ago
Consider a directory separator of Windows.
Michihiro NAKAJIMA
More...
over 16 years ago
Make sure open() function is used with a binary mode on Windows.
Michihiro NAKAJIMA
More...
over 16 years ago
On Windows, Use "rmdir /S /Q" instead of "rm -rf" to remove directory.
Michihiro NAKAJIMA
More...
over 16 years ago
On Windows, Use NUL instead of /dev/null.
Michihiro NAKAJIMA
More...
over 16 years ago
Now, we can run bsdtar and bsdtar_test on Windows. But those need more improvement. bsdtar_test reported many errors.
Michihiro NAKAJIMA
More...
over 16 years ago
Backout r624. It is wrong way.
Michihiro NAKAJIMA
More...
over 16 years ago
Do not call __archive_errx function in POISX functions replaced or implemented on Windows. Consider those functions are used by bsdtar or bsdcpio. Or those ones copy to bsdtar or bsdcpio easily.
Michihiro NAKAJIMA
More...
over 16 years ago
r625 uncovered a few places where const was needed. In particular, the refdir and testprog variables should have been const.
Tim Kientzle
More...
over 16 years ago
When parse options in bsdtar_test, Do not use getopt(), which isn't available on all platforms.
Michihiro NAKAJIMA
More...
over 16 years ago
On Windows, Do not call _close() function directly to avoid assertion message.
Michihiro NAKAJIMA
More...
over 16 years ago
Yacc bison 2.1 for Windows installed is detected but does not work. It is shell script.
Michihiro NAKAJIMA
More...
over 16 years ago
Avoid compiling warning on the platform that does not have regex.h
Michihiro NAKAJIMA
More...
over 16 years ago
Remove unnecessary definition.
Michihiro NAKAJIMA
More...
over 16 years ago
Eliminate cmake error.
Michihiro NAKAJIMA
More...
over 16 years ago
Minor tweaks to the README
Tim Kientzle
More...
over 16 years ago
Update the PROJECTS file just a bit.
Tim Kientzle
More...
over 16 years ago
Update the INSTALL instructions a bit. Need to fill in more detail about cmake usage.
Tim Kientzle
More...
over 16 years ago
←
1
2
…
204
205
206
207
208
209
210
211
212
…
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