aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/decompress_bunzip2.c
AgeCommit message (Expand)Author
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-23bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Cl...Denys Vlasenko
2018-11-02remove FAST_FUNC on a static functionDenys Vlasenko
2018-11-02libarchive: add a function to unpack embedded dataRon Yorston
2018-04-08bzip2: fix two crashes on corrupted archivesDenys Vlasenko
2017-10-22bunzip2: fix runCnt overflow from bug 10431Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-02-04Replace int -> uint to avoid signed integer overflowRostislav Skudnov
2014-12-07libarchive: add capability to unpack to mem.bufferDenys Vlasenko
2014-12-07Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-10-06bunzip2: fix off-by-one checkDenys Vlasenko
2012-03-06update seamless uncompression codeDenys Vlasenko
2011-10-31bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko