index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
libarchive
/
decompress_bunzip2.c
Age
Commit message (
Expand
)
Author
2018-11-02
remove FAST_FUNC on a static function
Denys Vlasenko
2018-11-02
libarchive: add a function to unpack embedded data
Ron Yorston
2018-04-08
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2017-10-22
bunzip2: fix runCnt overflow from bug 10431
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-04-17
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-02-04
Replace int -> uint to avoid signed integer overflow
Rostislav Skudnov
2014-12-07
libarchive: add capability to unpack to mem.buffer
Denys Vlasenko
2014-12-07
Rename transformer_aux_data_t -> transformer_state_t
Denys Vlasenko
2013-11-29
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Denys Vlasenko
2013-10-06
bunzip2: fix off-by-one check
Denys Vlasenko
2012-03-06
update seamless uncompression code
Denys Vlasenko
2011-10-31
bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...
Denys Vlasenko
2011-09-22
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2010-11-03
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko