index
:
delta/libarchive.git
3.4
3.5
Issue1104
android_adb
master
no_chdir_writer
release
utf8
winsymlink
github.com: libarchive/libarchive.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for 7-Zip.
Michihiro NAKAJIMA
2011-11-26
1
-0
/
+15
*
Include some omitted files.
Tim Kientzle
2011-11-26
1
-0
/
+2
*
The additional elimination of bsdtar_windows.[ch].
Michihiro NAKAJIMA
2011-11-17
1
-7
/
+0
*
Put the list.h files with the test programs.
Tim Kientzle
2011-11-06
1
-4
/
+5
*
Fix the iconv probe and actually use the result.
Tim Kientzle
2011-09-23
1
-2
/
+4
*
Issue 185: Include the contributed Zip in the regression test,
Tim Kientzle
2011-09-20
1
-0
/
+2
*
Add test case for RAR SFX archives.
Andres Mejia
2011-09-09
1
-0
/
+1
*
Provide basic test case for RAR files generated on Windows machines.
Andres Mejia
2011-09-05
1
-0
/
+1
*
Change how crypto support is implemented within libarchive.
Andres Mejia
2011-08-27
1
-1
/
+3
*
Add a test to check whether ISO images that interleave files and
Tim Kientzle
2011-08-15
1
-1
/
+2
*
Modify ppmd7 code to minimize symbols leaked into the global name space.
Andres Mejia
2011-08-08
1
-1
/
+0
*
Add missing reference test files for inclusion in tarball.
Andres Mejia
2011-08-08
1
-0
/
+4
*
Fix generation of tarball.
Andres Mejia
2011-08-08
1
-1
/
+0
*
Rename archive_ppmd*.h headers to archive_ppmd*private.h.
Andres Mejia
2011-08-08
1
-2
/
+2
*
Add basic test for rar file with binary data.
Andres Mejia
2011-08-07
1
-0
/
+1
*
Support conversions between ppmd blocks and lzss blocks.
Andres Mejia
2011-08-06
1
-0
/
+1
*
Implement support for RAR files compressed using "best" and "good" method.
Andres Mejia
2011-08-06
1
-0
/
+5
*
Implement unicode support.
Andres Mejia
2011-07-21
1
-0
/
+1
*
Next iteration of RAR reader.
Tim Kientzle
2011-07-16
1
-0
/
+2
*
Add support for a pax textended keyword, "SUN.holesdata", which describes whe...
Michihiro NAKAJIMA
2011-07-12
1
-0
/
+3
*
First cut at RAR support, including RARv3.
Tim Kientzle
2011-06-26
1
-0
/
+5
*
Issue 153: Test failures on platforms that lack full support for
Tim Kientzle
2011-06-26
1
-2
/
+1
*
Extend the old test_compat_mac_gnutar to exercise compatibility with
Tim Kientzle
2011-06-25
1
-1
/
+1
*
Use compress for test_archive_string_conversion.txt instead of gzip to work
Michihiro NAKAJIMA
2011-05-24
1
-1
/
+1
*
Implement a string conversion interface to archive_entry and archive_mstring
Michihiro NAKAJIMA
2011-05-09
1
-0
/
+1
*
If the character-set of filenames in archives is UTF-8, we should automatically
Michihiro NAKAJIMA
2011-05-03
1
-0
/
+3
*
Introudce "tar:utf8type=libarchive2x" option for the incorrect UTF-8 string
Michihiro NAKAJIMA
2011-04-19
1
-0
/
+2
*
Add a test of hdrcharset option for ustar format.
Michihiro NAKAJIMA
2011-04-18
1
-0
/
+4
*
Change some of sample files which I recently added, to match its test name.
Michihiro NAKAJIMA
2011-04-17
1
-15
/
+16
*
Add a hdrcharset option test for pax format.
Michihiro NAKAJIMA
2011-04-14
1
-0
/
+2
*
Add a hdrcharset option test for gnutar format.
Michihiro NAKAJIMA
2011-04-14
1
-0
/
+4
*
Add hdrcharset option support for cpio format.
Michihiro NAKAJIMA
2011-04-14
1
-0
/
+6
*
Make two version of archive_write_disk.c by copying and renaming it;
Michihiro NAKAJIMA
2011-04-11
1
-1
/
+2
*
Do not compile archive_read_disk_windows.c on POSIX platform.
Michihiro NAKAJIMA
2011-04-11
1
-1
/
+1
*
Add a filename encoding test for ustar.
Michihiro NAKAJIMA
2011-04-10
1
-0
/
+1
*
Add a filename encoding test for gnutar.
Michihiro NAKAJIMA
2011-04-10
1
-0
/
+1
*
torture test archive_read_support_format_XXX as well
Roman Neuhauser
2011-04-10
1
-0
/
+1
*
plug crashes in archive_read_support_filter_XXX
Roman Neuhauser
2011-04-10
1
-0
/
+1
*
Add a filename encoding test for zip.
Michihiro NAKAJIMA
2011-04-09
1
-1
/
+2
*
Add some test for zip reader.
Michihiro NAKAJIMA
2011-04-07
1
-0
/
+3
*
test_archive_string.c: tests for some archive_string operations
Roman Neuhauser
2011-04-04
1
-0
/
+1
*
test argument handling in archive_read_open2
Roman Neuhauser
2011-03-30
1
-0
/
+1
*
archive_read_support_compression_*.c -> archive_read_support_filter_*.c
Roman Neuhauser
2011-03-28
1
-9
/
+9
*
In ZIP archive file, a filename and comments field is UTF-8 when Language
Michihiro NAKAJIMA
2011-03-24
1
-0
/
+1
*
Test from Roman Neuhauser for the "raw" format to verify that it
Tim Kientzle
2011-03-20
1
-4
/
+5
*
Add support for charset option to zip format reader.
Michihiro NAKAJIMA
2011-03-19
1
-0
/
+2
*
Add support for charset option to cab format reader.
Michihiro NAKAJIMA
2011-03-19
1
-0
/
+2
*
Add support for charset option to lha format reader.
Michihiro NAKAJIMA
2011-03-19
1
-0
/
+2
*
From Roman Neuhauser: Rework textual options handling.
Tim Kientzle
2011-03-18
1
-0
/
+12
*
Fix issue 144 and add a test for a file flags.
Michihiro NAKAJIMA
2011-03-14
1
-0
/
+1
[next]