2014-09-16 |
Xiao-Long Chen | Don't include windows.h on Cygwin 90/head |
commit | commitdiff | tree |
2014-09-14 |
Xiao-Long Chen | Include windows.h in archive_entry.h |
commit | commitdiff | tree |
2014-08-31 |
Michihiro NAKAJIMA | Fix issue 375: failure to read some larger .7z archives |
commit | commitdiff | tree |
2014-08-18 |
Michihiro NAKAJIMA | Add additional tests for lz4 compression in front-end... |
commit | commitdiff | tree |
2014-08-18 |
Michihiro NAKAJIMA | Add lz4 test for bsdcat. |
commit | commitdiff | tree |
2014-08-18 |
Tim Kientzle | Merge pull request #87 from hroptatyr/fix/cat-empty... |
commit | commitdiff | tree |
2014-08-14 |
Michihiro NAKAJIMA | Document lz4 compression, lzop compression and other... |
commit | commitdiff | tree |
2014-08-14 |
Michihiro NAKAJIMA | Improve lha decompression performance. |
commit | commitdiff | tree |
2014-08-14 |
Michihiro NAKAJIMA | Update xxhash.c to lz4 r120 version; |
commit | commitdiff | tree |
2014-08-14 |
Michihiro NAKAJIMA | Add lz4 filter entry to archive_read_append_filter... |
commit | commitdiff | tree |
2014-08-14 |
Michihiro NAKAJIMA | Avoid an analyzer error "Dereference of null pointer", |
commit | commitdiff | tree |
2014-08-14 |
Michihiro NAKAJIMA | Eliminate dead assignment. |
commit | commitdiff | tree |
2014-08-14 |
Michihiro NAKAJIMA | Display filename encoding test names respectively to... |
commit | commitdiff | tree |
2014-08-14 |
Michihiro NAKAJIMA | Fix build failure on FreeBSD 8.x. |
commit | commitdiff | tree |
2014-08-14 |
Michihiro NAKAJIMA | Fix build failure with lz4 r120 and later. |
commit | commitdiff | tree |
2014-08-13 |
Michihiro NAKAJIMA | Add support for lz4 write filter. |
commit | commitdiff | tree |
2014-08-13 |
Sebastian Freundt | Allow empty files (after filters) in bsdcat command. 87/head |
commit | commitdiff | tree |
2014-08-12 |
Sebastian Freundt | Provide regression test case for bsdcat on empty compre... |
commit | commitdiff | tree |
2014-08-03 |
Michihiro NAKAJIMA | Properly set a error message when a client seeker callb... |
commit | commitdiff | tree |
2014-08-03 |
Michihiro NAKAJIMA | Fix issue336:7zip can not be read when opened with... |
commit | commitdiff | tree |
2014-08-03 |
Michihiro NAKAJIMA | Fix issue363:Unable to extract large 7z files. |
commit | commitdiff | tree |
2014-07-27 |
Michihiro NAKAJIMA | Simply finding a file name in mtree format to avoid... |
commit | commitdiff | tree |
2014-07-18 |
Tim Kientzle | Fix --one-file-system: do not descend, but do visit... |
commit | commitdiff | tree |
2014-07-18 |
Tim Kientzle | Do not assume dir atime updates; not everyone does |
commit | commitdiff | tree |
2014-07-12 |
Michihiro NAKAJIMA | Fix issue 356: properly skip a sparse file entry in... |
commit | commitdiff | tree |
2014-07-06 |
Michihiro NAKAJIMA | Add lz4 detection for CMake configuration. |
commit | commitdiff | tree |
2014-07-06 |
Michihiro NAKAJIMA | Style fix. space -> tab. |
commit | commitdiff | tree |
2014-07-06 |
Michihiro NAKAJIMA | Fix dereference of null pointer which Clang Static... |
commit | commitdiff | tree |
2014-07-06 |
Michihiro NAKAJIMA | Plug memory leaks which Clang Static Analyser pointed... |
commit | commitdiff | tree |
2014-07-06 |
Michihiro NAKAJIMA | Fix garbag return value which Clang Static Analyser... |
commit | commitdiff | tree |
2014-07-06 |
Michihiro NAKAJIMA | Fix dead store which Clang Static Analyser pointed... |
commit | commitdiff | tree |
2014-07-03 |
Michihiro NAKAJIMA | Add a test for a bug fix of lha reader. |
commit | commitdiff | tree |
2014-07-03 |
Michihiro NAKAJIMA | Fix a bug in lha read format. |
commit | commitdiff | tree |
2014-07-02 |
Michihiro NAKAJIMA | Properly set buffer,offset and size when lha format... |
commit | commitdiff | tree |
2014-06-29 |
Michihiro NAKAJIMA | Add support for lz4 read filter. |
commit | commitdiff | tree |
2014-06-29 |
Michihiro NAKAJIMA | Fix test_compat_mac failure on non-mac OS X platform. |
commit | commitdiff | tree |
2014-06-29 |
Michihiro NAKAJIMA | Fix build failure on Ubuntu. |
commit | commitdiff | tree |
2014-06-29 |
Michihiro NAKAJIMA | Fix builid failure on FreeBSD 10. |
commit | commitdiff | tree |
2014-06-29 |
Michihiro NAKAJIMA | Fix a bug which uudecode filter wrongly decoded the... |
commit | commitdiff | tree |
2014-06-29 |
Michihiro NAKAJIMA | Add a test utility function, copy_reference_file simply... |
commit | commitdiff | tree |
2014-06-29 |
Michihiro NAKAJIMA | Add bsdcat_test.log and bsdcat_test.trs to .gitignore. |
commit | commitdiff | tree |
2014-06-29 |
Michihiro NAKAJIMA | Apply recent changs in libarvhie/test/main.c to {tar... |
commit | commitdiff | tree |
2014-06-29 |
Michihiro NAKAJIMA | Fix build failure. |
commit | commitdiff | tree |
2014-06-22 |
Tim Kientzle | Reformat long calculation, make consistent across copies |
commit | commitdiff | tree |
2014-06-22 |
Tim Kientzle | Merge branch 'master' of github.com:libarchive/libarchive |
commit | commitdiff | tree |
2014-06-22 |
Tim Kientzle | Tab after #define |
commit | commitdiff | tree |
2014-06-22 |
Tim Kientzle | Use ARCHIVE_VERSION macros instead of PACKAGE |
commit | commitdiff | tree |
2014-06-22 |
Tim Kientzle | Mark which tests have skips |
commit | commitdiff | tree |
2014-06-22 |
Tim Kientzle | interpret times in UTC, not local timezone |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | Merge pull request #82 from r0ro/master |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | Fix multi-line display |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | Replace \e with plain \ |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | Don't put '' around options within literals |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | start/end display cannot have extra trailing whitespace |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | Fix environment tables |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | Generate crossrefs, fix some punctuation |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | Fix refs to libarchive.3 manpage |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | Remove extraneous {} |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | document Zip writer options |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | untar.c bootstrap program is public domain |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | returns >0 are not errors here |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | Merge branch 'master' of github.com:libarchive/libarchive |
commit | commitdiff | tree |
2014-06-21 |
Tim Kientzle | Document the buggy return codes of archive_write_data... |
commit | commitdiff | tree |
2014-06-20 |
Romain Fliedel | Silently ignore lchmod failure in when not supported 82/head |
commit | commitdiff | tree |
2014-06-10 |
Tim Kientzle | Merge pull request #81 from hroptatyr/feat/format-warc |
commit | commitdiff | tree |
2014-06-10 |
Sebastian Freundt | Check for legal HTTP but illegal unix filenames in... 81/head |
commit | commitdiff | tree |
2014-06-10 |
Sebastian Freundt | Set archive format, and archive format name. |
commit | commitdiff | tree |
2014-06-10 |
Sebastian Freundt | Tests, provide known-good archive read test. |
commit | commitdiff | tree |
2014-06-10 |
Sebastian Freundt | Hygiene, set unconsumed slot exactly once for each... |
commit | commitdiff | tree |
2014-06-10 |
Sebastian Freundt | Hygiene, always use xmemmem() because memmem() is a... |
commit | commitdiff | tree |
2014-06-10 |
Sebastian Freundt | Hygiene, use FALLTHROUGH instead of lint's @fallthrough@ |
commit | commitdiff | tree |
2014-06-10 |
Sebastian Freundt | Hygiene, trust __archive_read_ahead() and kick superflu... |
commit | commitdiff | tree |
2014-06-10 |
Sebastian Freundt | Hygiene, protect against NULL filenames in _warc_header() |
commit | commitdiff | tree |
2014-06-10 |
Sebastian Freundt | Fix, an empty WARC archive needs a bit more than 256... |
commit | commitdiff | tree |
2014-06-10 |
Sebastian Freundt | Tests, heed Tim's advice and emit ARCHIVE_FAILED for... |
commit | commitdiff | tree |
2014-06-09 |
Brad King | Fix compilation on Tru64 with F_SETTIMES |
commit | commitdiff | tree |
2014-06-06 |
Rolf Eike Beer | Fix compilation on newer HP-UX versions |
commit | commitdiff | tree |
2014-06-04 |
Tim Kientzle | Issue #359: Rar drops file if previous filename is... |
commit | commitdiff | tree |
2014-05-23 |
Sebastian Freundt | Hygiene, clean up xmemmem() code a little, use xor... |
commit | commitdiff | tree |
2014-05-23 |
Sebastian Freundt | Store and read back mtimes through Last-Modified custom... |
commit | commitdiff | tree |
2014-05-21 |
Sebastian Freundt | Fix, actually consume data between calls to _warc_read() |
commit | commitdiff | tree |
2014-05-21 |
Sebastian Freundt | Obey gcc warnings, |
commit | commitdiff | tree |
2014-05-21 |
Sebastian Freundt | fix, WARC files urgently need the filesize to be known... |
commit | commitdiff | tree |
2014-05-21 |
Sebastian Freundt | fix, request just the bare minimum for a WARC header |
commit | commitdiff | tree |
2014-05-21 |
Sebastian Freundt | fix, never write more bytes in _warc_data() than ... |
commit | commitdiff | tree |
2014-05-21 |
Sebastian Freundt | Provide WARC read/write tests |
commit | commitdiff | tree |
2014-05-21 |
Sebastian Freundt | Implant WARC support in tar's get_format_code() |
commit | commitdiff | tree |
2014-05-21 |
Sebastian Freundt | Provide ISO 28500:2009 reader (aka warc, aka web archive) |
commit | commitdiff | tree |
2014-05-21 |
Sebastian Freundt | Provide ISO 28500:2009 writer (aka warc, aka web archive) |
commit | commitdiff | tree |
2014-05-10 |
Tim Kientzle | Merge pull request #80 from sergiud/master |
commit | commitdiff | tree |
2014-05-05 |
Sergiu Dotenco | check handle validity when closing a file 80/head |
commit | commitdiff | tree |
2014-05-04 |
Tim Kientzle | Zip: Adjust streaming extension field to match the... |
commit | commitdiff | tree |
2014-04-17 |
Tim Kientzle | Merge pull request #79 from maksqwe/duplicate_expressio... |
commit | commitdiff | tree |
2014-04-16 |
Maks Naumov | remove duplicate expressions in file_information() 79/head |
commit | commitdiff | tree |
2014-04-16 |
Maks Naumov | remove duplicate expressions in entry_copy_bhfi() |
commit | commitdiff | tree |
2014-04-16 |
Tim Kientzle | Merge pull request #77 from biometrics/additional_libs_... |
commit | commitdiff | tree |
2014-04-15 |
Josh Klontz | just link the archive_static with ADDITIONAL_LIBS 77/head |
commit | commitdiff | tree |
2014-04-15 |
Tim Kientzle | Merge pull request #76 from biometrics/additional_libs_... |
commit | commitdiff | tree |
2014-04-14 |
Josh Klontz | fixed 'current scope has no parent' warning 76/head |
commit | commitdiff | tree |
2014-04-12 |
Tim Kientzle | Add lafe files to cat project |
commit | commitdiff | tree |
next |