]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2014-09-16  Xiao-Long ChenFix incorrect CMake test directory when building as... 91/head
2014-08-31  Michihiro NAKAJIMAFix issue 375: failure to read some larger .7z archives
2014-08-18  Michihiro NAKAJIMAAdd additional tests for lz4 compression in front-end...
2014-08-18  Michihiro NAKAJIMAAdd lz4 test for bsdcat.
2014-08-18  Tim KientzleMerge pull request #87 from hroptatyr/fix/cat-empty...
2014-08-14  Michihiro NAKAJIMADocument lz4 compression, lzop compression and other...
2014-08-14  Michihiro NAKAJIMAImprove lha decompression performance.
2014-08-14  Michihiro NAKAJIMAUpdate xxhash.c to lz4 r120 version;
2014-08-14  Michihiro NAKAJIMAAdd lz4 filter entry to archive_read_append_filter...
2014-08-14  Michihiro NAKAJIMAAvoid an analyzer error "Dereference of null pointer",
2014-08-14  Michihiro NAKAJIMAEliminate dead assignment.
2014-08-14  Michihiro NAKAJIMADisplay filename encoding test names respectively to...
2014-08-14  Michihiro NAKAJIMAFix build failure on FreeBSD 8.x.
2014-08-14  Michihiro NAKAJIMAFix build failure with lz4 r120 and later.
2014-08-13  Michihiro NAKAJIMAAdd support for lz4 write filter.
2014-08-13  Sebastian FreundtAllow empty files (after filters) in bsdcat command. 87/head
2014-08-12  Sebastian FreundtProvide regression test case for bsdcat on empty compre...
2014-08-03  Michihiro NAKAJIMAProperly set a error message when a client seeker callb...
2014-08-03  Michihiro NAKAJIMAFix issue336:7zip can not be read when opened with...
2014-08-03  Michihiro NAKAJIMAFix issue363:Unable to extract large 7z files.
2014-07-27  Michihiro NAKAJIMASimply finding a file name in mtree format to avoid...
2014-07-18  Tim KientzleFix --one-file-system: do not descend, but do visit...
2014-07-18  Tim KientzleDo not assume dir atime updates; not everyone does
2014-07-12  Michihiro NAKAJIMAFix issue 356: properly skip a sparse file entry in...
2014-07-06  Michihiro NAKAJIMAAdd lz4 detection for CMake configuration.
2014-07-06  Michihiro NAKAJIMAStyle fix. space -> tab.
2014-07-06  Michihiro NAKAJIMAFix dereference of null pointer which Clang Static...
2014-07-06  Michihiro NAKAJIMAPlug memory leaks which Clang Static Analyser pointed...
2014-07-06  Michihiro NAKAJIMAFix garbag return value which Clang Static Analyser...
2014-07-06  Michihiro NAKAJIMAFix dead store which Clang Static Analyser pointed...
2014-07-03  Michihiro NAKAJIMAAdd a test for a bug fix of lha reader.
2014-07-03  Michihiro NAKAJIMAFix a bug in lha read format.
2014-07-02  Michihiro NAKAJIMAProperly set buffer,offset and size when lha format...
2014-06-29  Michihiro NAKAJIMAAdd support for lz4 read filter.
2014-06-29  Michihiro NAKAJIMAFix test_compat_mac failure on non-mac OS X platform.
2014-06-29  Michihiro NAKAJIMAFix build failure on Ubuntu.
2014-06-29  Michihiro NAKAJIMAFix builid failure on FreeBSD 10.
2014-06-29  Michihiro NAKAJIMAFix a bug which uudecode filter wrongly decoded the...
2014-06-29  Michihiro NAKAJIMAAdd a test utility function, copy_reference_file simply...
2014-06-29  Michihiro NAKAJIMAAdd bsdcat_test.log and bsdcat_test.trs to .gitignore.
2014-06-29  Michihiro NAKAJIMAApply recent changs in libarvhie/test/main.c to {tar...
2014-06-29  Michihiro NAKAJIMAFix build failure.
2014-06-22  Tim KientzleReformat long calculation, make consistent across copies
2014-06-22  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2014-06-22  Tim KientzleTab after #define
2014-06-22  Tim KientzleUse ARCHIVE_VERSION macros instead of PACKAGE
2014-06-22  Tim KientzleMark which tests have skips
2014-06-22  Tim Kientzleinterpret times in UTC, not local timezone
2014-06-21  Tim KientzleMerge pull request #82 from r0ro/master
2014-06-21  Tim KientzleFix multi-line display
2014-06-21  Tim KientzleReplace \e with plain \
2014-06-21  Tim KientzleDon't put '' around options within literals
2014-06-21  Tim Kientzlestart/end display cannot have extra trailing whitespace
2014-06-21  Tim KientzleFix environment tables
2014-06-21  Tim KientzleGenerate crossrefs, fix some punctuation
2014-06-21  Tim KientzleFix refs to libarchive.3 manpage
2014-06-21  Tim KientzleRemove extraneous {}
2014-06-21  Tim Kientzledocument Zip writer options
2014-06-21  Tim Kientzleuntar.c bootstrap program is public domain
2014-06-21  Tim Kientzlereturns >0 are not errors here
2014-06-21  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2014-06-21  Tim KientzleDocument the buggy return codes of archive_write_data...
2014-06-20  Romain FliedelSilently ignore lchmod failure in when not supported 82/head
2014-06-10  Tim KientzleMerge pull request #81 from hroptatyr/feat/format-warc
2014-06-10  Sebastian FreundtCheck for legal HTTP but illegal unix filenames in... 81/head
2014-06-10  Sebastian FreundtSet archive format, and archive format name.
2014-06-10  Sebastian FreundtTests, provide known-good archive read test.
2014-06-10  Sebastian FreundtHygiene, set unconsumed slot exactly once for each...
2014-06-10  Sebastian FreundtHygiene, always use xmemmem() because memmem() is a...
2014-06-10  Sebastian FreundtHygiene, use FALLTHROUGH instead of lint's @fallthrough@
2014-06-10  Sebastian FreundtHygiene, trust __archive_read_ahead() and kick superflu...
2014-06-10  Sebastian FreundtHygiene, protect against NULL filenames in _warc_header()
2014-06-10  Sebastian FreundtFix, an empty WARC archive needs a bit more than 256...
2014-06-10  Sebastian FreundtTests, heed Tim's advice and emit ARCHIVE_FAILED for...
2014-06-09  Brad KingFix compilation on Tru64 with F_SETTIMES
2014-06-06  Rolf Eike BeerFix compilation on newer HP-UX versions
2014-06-04  Tim KientzleIssue #359: Rar drops file if previous filename is...
2014-05-23  Sebastian FreundtHygiene, clean up xmemmem() code a little, use xor...
2014-05-23  Sebastian FreundtStore and read back mtimes through Last-Modified custom...
2014-05-21  Sebastian FreundtFix, actually consume data between calls to _warc_read()
2014-05-21  Sebastian FreundtObey gcc warnings,
2014-05-21  Sebastian Freundtfix, WARC files urgently need the filesize to be known...
2014-05-21  Sebastian Freundtfix, request just the bare minimum for a WARC header
2014-05-21  Sebastian Freundtfix, never write more bytes in _warc_data() than ...
2014-05-21  Sebastian FreundtProvide WARC read/write tests
2014-05-21  Sebastian FreundtImplant WARC support in tar's get_format_code()
2014-05-21  Sebastian FreundtProvide ISO 28500:2009 reader (aka warc, aka web archive)
2014-05-21  Sebastian FreundtProvide ISO 28500:2009 writer (aka warc, aka web archive)
2014-05-10  Tim KientzleMerge pull request #80 from sergiud/master
2014-05-05  Sergiu Dotencocheck handle validity when closing a file 80/head
2014-05-04  Tim KientzleZip: Adjust streaming extension field to match the...
2014-04-17  Tim KientzleMerge pull request #79 from maksqwe/duplicate_expressio...
2014-04-16  Maks Naumovremove duplicate expressions in file_information() 79/head
2014-04-16  Maks Naumovremove duplicate expressions in entry_copy_bhfi()
2014-04-16  Tim KientzleMerge pull request #77 from biometrics/additional_libs_...
2014-04-15  Josh Klontzjust link the archive_static with ADDITIONAL_LIBS 77/head
2014-04-15  Tim KientzleMerge pull request #76 from biometrics/additional_libs_...
2014-04-14  Josh Klontzfixed 'current scope has no parent' warning 76/head
2014-04-12  Tim KientzleAdd lafe files to cat project
2014-04-12  Tim KientzleAdd missing file.
next