5
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
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. More... over 16 years ago
Change /set keyword to be optional and don't output /set keyword by default. More... over 16 years ago
add sub-second timestamp resolution for GNU Hurd More... over 16 years ago
Add Joliet Extension support for iso9660. 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. More... over 16 years ago
Catch up latest configure.ac. More... over 16 years ago
Reimplement /set keyword handling to mtree format. More... over 16 years ago
Prepare reimplementation of /set keyword handling for mtree format. More... over 16 years ago
Remove unnecessary condition check. More... over 16 years ago
add support for sub-second resolution timestamps on Tru64 and AIX 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. 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. 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. More... over 16 years ago
Initialize variables; fix a compile warning. More... over 16 years ago
Minor compile warning fix. More... over 16 years ago
Minor compile warning fix. More... over 16 years ago
No inttypes.h on SFU. 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. More... over 16 years ago
Include ACL and xattr headers, fix a minor compile warning. More... over 16 years ago
Linux build requires us to check for acl and xattr-related headers. More... over 16 years ago
Make xattr support at least compile properly on Linux. <sigh> This still needs testing, obviously. 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. More... over 16 years ago
Remove unused variable. More... over 16 years ago
Don't return error if file system is not supported extended attributes. More... over 16 years ago
Remove including md5global.h, because mtree of pkgsrc isn't including it. it seems md5global.h is unnecessary. 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. More... over 16 years ago
Don't use ctype.h in the library, it is locale dependent. More... over 16 years ago
Merge improved ext2fs_fs.h handling from pkgsrc. More... over 16 years ago
Fix initialize stream.avail_in and error handling. More... over 16 years ago
Fix uninitialized pointer access. I was silly changing after xz compression tested. More... over 16 years ago