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.
Sep 09, 2024 — Sep 09, 2025
Showing page 217 of 230
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
On Windows, we do not call archive_read_disk_set_standard_lookup() function on libarchive_test, currently that one isn't linked.
Michihiro NAKAJIMA
More...
over 16 years ago
Catch up r399 for Visual Studio except archive_read_disk_set_standard_lookup.c
Michihiro NAKAJIMA
More...
over 16 years ago
Start of archive_read_disk API.
Tim Kientzle
More...
over 16 years ago
Minor style fix: Test for null bidder object before trying to allocate state.
Tim Kientzle
More...
over 16 years ago
Bad typo. finish is not spelled "close"
Tim Kientzle
More...
over 16 years ago
FreeBSD has acl_get_perm_np()
Tim Kientzle
More...
over 16 years ago
Correct a very minor memory leak in test/main.c. Exiting on an illegal argument failed to free the allocated buffer holding the path of the reference directory.
Tim Kientzle
More...
over 16 years ago
Plug some memory leaks in the FreeBSD ACL tester.
Tim Kientzle
More...
over 16 years ago
Fix the filter close handling. Since the archive_read core creates the filter object, it should also free it. This also corrects a small memory leak in archive_read_support_compression_program.
Tim Kientzle
More...
over 16 years ago
Ooops. Rename the close/finish entries in the header file as well.
Tim Kientzle
More...
over 16 years ago
Virtualize archive_read_close and archive_read_finish.
Tim Kientzle
More...
over 16 years ago
close and finish are really very generic operations; rename them to reflect this.
Tim Kientzle
More...
over 16 years ago
Fix a memory leak: ISO9660 handler leaked a file entry structure whenever the file entry had a garbage CE offset.
Tim Kientzle
More...
over 16 years ago
On Windows, remove fstat64()/get_dev_ino()/ get_dev_ino_fd()/get_dev_ino_filename(). Those functions are no longer needed. now we can use la_stat() instead of fstat64() when defined __USE_LARGEFILE and __USE_FILE_OFFSET64.
Michihiro NAKAJIMA
More...
over 16 years ago
On Windows, support long path name which is longer than MAX_PATH(260). And add relationally new features. - Many file io functions such as open/mkdir/rmdir..etc are replaced. Some new functions are using Win32 API directly, some ones are wrapped orignal function. - Add new feature to new stat() family. 1. set st_ino data by nFileIndexHigh and nFileIndexLow of BY_HANDLE_FILE_INFORMATION. 2. set st_nlink data by nNumberOfLinks of BY_HANDLE_FILE_INFORMATION. 3. set st_dev data by dwVolumeSerialNumber by BY_HANDLE_FILE_INFORMATION. - Rewrite link() function and add suuport hard-link. - The new open() function has been changed error handling to sumulate other POSIX systems.
Michihiro NAKAJIMA
More...
over 16 years ago
On Windows, throw a debug exception where exit program because a console window will be closed and then we do not see test results anymore.
Michihiro NAKAJIMA
More...
over 16 years ago
Style fix and add comments.
Michihiro NAKAJIMA
More...
over 16 years ago
Cast away compiling warning with Win64.
Michihiro NAKAJIMA
More...
over 16 years ago
Correct spelling.
Michihiro NAKAJIMA
More...
over 16 years ago
Add checking parameter values in la_read function.
Michihiro NAKAJIMA
More...
over 16 years ago
Does not return error when nbytes which is a size of the write date is larger then UINT32_MAX.
Michihiro NAKAJIMA
More...
over 16 years ago
Use ULARGE_INTEGER instead of uint64_t for code simply.
Michihiro NAKAJIMA
More...
over 16 years ago
One more fix to compiling error when zlib/bzlib is unavailable
Michihiro NAKAJIMA
More...
over 16 years ago
In the big decompression refactor in r364, I broke the build for the case where zlib/bzlib is unavailable.
Tim Kientzle
More...
over 16 years ago
Merge r376 from trunk: preven Bison from redefining malloc() and free()
Tim Kientzle
More...
over 16 years ago
Try to prevent Bison from redefining malloc() and free(). <sigh>
Tim Kientzle
More...
over 16 years ago
Merge r374 from trunk: Fix a typo
Tim Kientzle
More...
over 16 years ago
Fix a silly typo.
Tim Kientzle
More...
over 16 years ago
Mark trunk as 2.6.900a to clearly separate it from 2.6 release branch.
Tim Kientzle
More...
over 16 years ago
News update
Tim Kientzle
More...
over 16 years ago
←
1
2
…
213
214
215
216
217
218
219
220
221
…
229
230
→
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