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 09, 2024 — Jun 09, 2025
Showing page 210 of 227
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Very minor optimization: If we already have enough data, we don't need to keep calling down into archive_read_filter_ahead() to extend the read-ahead.
Tim Kientzle
More...
over 16 years ago
Change /set keyword to be optional and don't output /set keyword by default.
Michihiro NAKAJIMA
More...
over 16 years ago
add sub-second timestamp resolution for GNU Hurd
Björn Jacke
More...
over 16 years ago
Add Joliet Extension support for iso9660.
Andreas Henriksson
More...
over 16 years ago
Fix indent handling. A position of line feed was wrong if length of the file name was longer than 15.
Michihiro NAKAJIMA
More...
over 16 years ago
Catch up latest configure.ac.
Michihiro NAKAJIMA
More...
over 16 years ago
Reimplement /set keyword handling to mtree format.
Michihiro NAKAJIMA
More...
over 16 years ago
Prepare reimplementation of /set keyword handling for mtree format.
Michihiro NAKAJIMA
More...
over 16 years ago
Remove unnecessary condition check.
Michihiro NAKAJIMA
More...
over 16 years ago
add support for sub-second resolution timestamps on Tru64 and AIX
Björn Jacke
More...
over 16 years ago
I finally rebuilt the gzip decompressor to fully take advantage of the recent read filter refactoring. This has a much better bidder (which actually verifies a lot more of the header), handles concatenated gzip streams (I uncommented the test for this), and I think is a much cleaner code organization.
Tim Kientzle
More...
over 16 years ago
Fix test_read_compress_program: The internal state structure that tracks the I/O with the forked child wasn't being correctly zeroed before use.
Tim Kientzle
More...
over 16 years ago
To verify the group name lookup capabilities, this test looks up the name for group 0. It used to verify the result was "wheel", but that's rather BSD-specific. Generalize this to accept any name on a list of common names for group 0.
Tim Kientzle
More...
over 16 years ago
Initialize variables; fix a compile warning.
Tim Kientzle
More...
over 16 years ago
Minor compile warning fix.
Tim Kientzle
More...
over 16 years ago
Minor compile warning fix.
Tim Kientzle
More...
over 16 years ago
No inttypes.h on SFU.
Joerg Sonnenberger
More...
over 16 years ago
GCC on 64-bit Linux has 32-bit int and 64-bit size_t; not taking this into account led to a stack overwrite that broke most of the new decompression code on this platform.
Tim Kientzle
More...
over 16 years ago
Include ACL and xattr headers, fix a minor compile warning.
Tim Kientzle
More...
over 16 years ago
Linux build requires us to check for acl and xattr-related headers.
Tim Kientzle
More...
over 16 years ago
Make xattr support at least compile properly on Linux. <sigh> This still needs testing, obviously.
Tim Kientzle
More...
over 16 years ago
Add support MD5/SHA1/SHA256/SHA384/SHA512 on Windows. It use CryptoAPI. Unfortunately, SHA256 nor SHA384 nor SHA512 are not supported on Windows XP and Windows 2000, and therefore I haven't tested those functions yet.
Michihiro NAKAJIMA
More...
over 16 years ago
Remove unused variable.
Michihiro NAKAJIMA
More...
over 16 years ago
Don't return error if file system is not supported extended attributes.
Michihiro NAKAJIMA
More...
over 16 years ago
Remove including md5global.h, because mtree of pkgsrc isn't including it. it seems md5global.h is unnecessary.
Michihiro NAKAJIMA
More...
over 16 years ago
Backout /set keyword handling of r514. keep indent handling for somebody who read or edit the mtree file, but it is a option whose name is 'indent' and default is off.
Michihiro NAKAJIMA
More...
over 16 years ago
Don't use ctype.h in the library, it is locale dependent.
Joerg Sonnenberger
More...
over 16 years ago
Merge improved ext2fs_fs.h handling from pkgsrc.
Joerg Sonnenberger
More...
over 16 years ago
Fix initialize stream.avail_in and error handling.
Michihiro NAKAJIMA
More...
over 16 years ago
Fix uninitialized pointer access. I was silly changing after xz compression tested.
Michihiro NAKAJIMA
More...
over 16 years ago
←
1
2
…
206
207
208
209
210
211
212
213
214
…
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