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
/
gzip.c
Age
Commit message (
Expand
)
Author
2018-07-24
gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171
Denys Vlasenko
2018-02-01
libbb: commonalize a bit of little-endian CRC32 table generation code
Denys Vlasenko
2018-02-01
libarchive: move bbunpack constants to bb_archive.h
Denys Vlasenko
2018-01-31
gzip: "compressed_len" is unused, stop wasting code and time calculating it
Denys Vlasenko
2018-01-31
gzip: remove unnecessary forward declarations, no code changes
Denys Vlasenko
2018-01-31
gzip: flush output buffer after stored blocks only if necessary
Denys Vlasenko
2018-01-31
gzip: flush output buffer after stored blocks, they are not 32-bit aligned
Denys Vlasenko
2018-01-31
gzip: make debugging of bits_sent less ugly, no code changes
Denys Vlasenko
2018-01-31
gzip: code shrink
Denys Vlasenko
2018-01-31
gzip: code shrink
Denys Vlasenko
2018-01-31
gzip: code shrink
Denys Vlasenko
2018-01-31
gzip: code shrink and speedup
Denys Vlasenko
2018-01-31
gzip: optionally faster put_32bit()
Denys Vlasenko
2018-01-31
gzip: speed up send_bits()
Denys Vlasenko
2018-01-30
gzip: use "unsigned" type for bit fields and bit counts
Denys Vlasenko
2018-01-30
gzip: use wider (32-bit, not 16) bi_buf
Denys Vlasenko
2018-01-30
gzip: code shrink
Denys Vlasenko
2018-01-30
gzip: code shrink
Denys Vlasenko
2018-01-30
gzip: code shrink (consolidate zeroing on reinit)
Denys Vlasenko
2018-01-26
gzip: fix debug code. Closes 10681
Denys Vlasenko
2017-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-06-15
archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzop
Denys Vlasenko
2017-06-15
fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2017-01-09
Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2
Kang-Che Sung
2016-08-15
gzip: fix compression level bug. Closes 9131
Natanael Copa
2016-06-20
randomconfig fixes 4
Denys Vlasenko
2015-10-27
gzip: add support for --no-name long option
Aaro Koskinen
2015-07-13
Removes stray empty line from code
Maninder Singh
2015-04-26
gzip: add support for compression levels 4-9
Aaro Koskinen
2015-02-03
gzip: trivial code shrink -5 bytes
Denys Vlasenko
2015-02-02
gzip: speed up and shrink put_16bit()
Denys Vlasenko
2015-02-02
gzip: do not store timestamp in gzip header
Rich Felker
2014-12-07
Rename transformer_aux_data_t -> transformer_state_t
Denys Vlasenko
2013-11-14
archival/*: move "config:" snippets into .c files
Denys Vlasenko
2013-11-14
archival/*: move "applet:" snippets into .c files
Denys Vlasenko
2013-11-14
archival/*: move "kbuild:" snippets into .c files
Denys Vlasenko
2013-01-14
whitespace fixes. no code changes
Denys Vlasenko
2012-03-06
update seamless uncompression code
Denys Vlasenko
2011-09-22
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-09-10
regularize options which control size/speed trade
Denys Vlasenko
2011-09-09
gzip: new GZIP_BIG_MEM option
Ian Wienand
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-16
Fix double words in comments. No code changes
Marek Polacek
2011-03-27
move help text from include/usage.src.h to archival/*.c
Pere Orga
2010-11-03
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
[next]