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
Remove unnecessary #ifdef. lzma_bidder_bid of xz isn't compiled if liblzma is unavailable. More... over 16 years ago
Some ar writers seem to pad the filename table with `. Permit this. More... over 16 years ago
Fix linking error when neither lzmadec nor lzma isn't available. More... over 16 years ago
Fix a minor bug in r521 and add xz files entry into CMakeLists.txt. More... over 16 years ago
Fix a minor bug in r520 More... over 16 years ago
Add support xz format and compressing lzma format. More... over 16 years ago
Use CMAKE_PREFIX_PATH directly by the people who use cmake. On Windows, set "C:/Program Files/GnuWin32" to CMAKE_PREFIX_PATH instead of "C:/Program Files/GnuWin32/lib". Add check that path is existed. More... over 16 years ago
Fix build when neither <rmd160.h> nor <ripemd.h> nor <openssl/ripemd.h> is available. More... over 16 years ago
FreeBSD has <ctype.h> More... over 16 years ago
Use ~0 instead of -1 to set all bits on for a 'all' keyword. More... over 16 years ago
Bug fix in mtree format. does not add '\' character to the end of a entry when the entry is only a filename whose length is longer than 15bytes. More... over 16 years ago
In mtree format, add support dironly keyword. It's like mtree(8) -d option. More... over 16 years ago
In mtree format. - Use /set keyword. - Indent output form. - Convert one line to multiple lines for output if the line is longer than 77. More... over 16 years ago
Fix read attribute keywords of a file with multiple lines in mtree format. More... over 16 years ago
In mtree format, add support ripemd160digest/rmd160/rmd160digest. More... over 16 years ago
In mtree format, add nano second entry to the time keyword output. It is the same as mtree(8). More... over 16 years ago
Fix some compiling error when use strict warning options. More... over 16 years ago
Improve portability of MD5/SHA* headers and functions used in mtree format. It tested on FreeBSD, NetBSD and Ubuntu. More... over 16 years ago
Always swallow the PK\007\008 end-of-data marker, even if this is a non-regular file. In particular, it seems that some "jar" programs store directory entries using length-at-end semantics. Which is wasteful (a directory is always zero length, so there's no point in storing the additional data), but entirely legal. More... over 16 years ago
Use isdigit instead of isnumber. some platform don't have it. More... over 16 years ago
Eliminate compiling error on linux. More... over 16 years ago
Fix %ju handling in archive_string_sprintf() More... over 16 years ago
In mtree format, add support sha256/sha256digest, sha384/sha384digest and sha512/sha512digest keywords. More... over 16 years ago
In mtree format, add support sha1/sha1digest keyword. More... over 16 years ago
In mtree format, add support md5/md5digest keyword. More... over 16 years ago
In mtree format, add support cksum keyword. More... over 16 years ago
Allow numerics to the option name of the options frame work. More... over 16 years ago
mtree format support options frame work. More... over 16 years ago
Include the new test_write_disk_sparse in the autoconf and cmake builds. More... over 16 years ago
Remove unnecessary handling for list.h. It make sure an "out-of-source" build. More... over 16 years ago