5
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 09, 2024 — Sep 09, 2025
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. More... over 16 years ago
Catch up r399 for Visual Studio except archive_read_disk_set_standard_lookup.c More... over 16 years ago
Start of archive_read_disk API. More... over 16 years ago
Minor style fix: Test for null bidder object before trying to allocate state. More... over 16 years ago
Bad typo. finish is not spelled "close" More... over 16 years ago
FreeBSD has acl_get_perm_np() 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. More... over 16 years ago
Plug some memory leaks in the FreeBSD ACL tester. 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. More... over 16 years ago
Ooops. Rename the close/finish entries in the header file as well. More... over 16 years ago
Virtualize archive_read_close and archive_read_finish. More... over 16 years ago
close and finish are really very generic operations; rename them to reflect this. 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. 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. 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. 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. More... over 16 years ago
Style fix and add comments. More... over 16 years ago
Cast away compiling warning with Win64. More... over 16 years ago
Correct spelling. More... over 16 years ago
Add checking parameter values in la_read function. More... over 16 years ago
Does not return error when nbytes which is a size of the write date is larger then UINT32_MAX. More... over 16 years ago
Use ULARGE_INTEGER instead of uint64_t for code simply. More... over 16 years ago
One more fix to compiling error when zlib/bzlib is unavailable More... over 16 years ago
In the big decompression refactor in r364, I broke the build for the case where zlib/bzlib is unavailable. More... over 16 years ago
Merge r376 from trunk: preven Bison from redefining malloc() and free() More... over 16 years ago
Try to prevent Bison from redefining malloc() and free(). <sigh> More... over 16 years ago
Merge r374 from trunk: Fix a typo More... over 16 years ago
Fix a silly typo. More... over 16 years ago
Mark trunk as 2.6.900a to clearly separate it from 2.6 release branch. More... over 16 years ago
News update More... over 16 years ago