summaryrefslogtreecommitdiff
path: root/archival/gzip.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-011-1/+1
* libarchive: move bbunpack constants to bb_archive.hDenys Vlasenko2018-02-011-5/+5
* gzip: "compressed_len" is unused, stop wasting code and time calculating itDenys Vlasenko2018-01-311-62/+31
* gzip: remove unnecessary forward declarations, no code changesDenys Vlasenko2018-01-311-9/+0
* gzip: flush output buffer after stored blocks only if necessaryDenys Vlasenko2018-01-311-1/+2
* gzip: flush output buffer after stored blocks, they are not 32-bit alignedDenys Vlasenko2018-01-311-15/+20
* gzip: make debugging of bits_sent less ugly, no code changesDenys Vlasenko2018-01-311-13/+8
* gzip: code shrinkDenys Vlasenko2018-01-311-6/+5
* gzip: code shrinkDenys Vlasenko2018-01-311-52/+56
* gzip: code shrinkDenys Vlasenko2018-01-311-4/+8
* gzip: code shrink and speedupDenys Vlasenko2018-01-311-12/+17
* gzip: optionally faster put_32bit()Denys Vlasenko2018-01-311-2/+14
* gzip: speed up send_bits()Denys Vlasenko2018-01-311-6/+6
* gzip: use "unsigned" type for bit fields and bit countsDenys Vlasenko2018-01-301-4/+4
* gzip: use wider (32-bit, not 16) bi_bufDenys Vlasenko2018-01-301-11/+22
* gzip: code shrinkDenys Vlasenko2018-01-301-13/+18
* gzip: code shrinkDenys Vlasenko2018-01-301-13/+15
* gzip: code shrink (consolidate zeroing on reinit)Denys Vlasenko2018-01-301-70/+55
* gzip: fix debug code. Closes 10681Denys Vlasenko2018-01-261-11/+16
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+1
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-3/+4
* config: deindent all help textsDenys Vlasenko2017-07-211-14/+14
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzopDenys Vlasenko2017-06-151-5/+6
* fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"Denys Vlasenko2017-06-151-4/+4
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-3/+1
* Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2Kang-Che Sung2017-01-091-7/+17
* gzip: fix compression level bug. Closes 9131Natanael Copa2016-08-151-4/+1
* randomconfig fixes 4Denys Vlasenko2016-06-201-1/+3
* gzip: add support for --no-name long optionAaro Koskinen2015-10-271-0/+1
* Removes stray empty line from codeManinder Singh2015-07-131-3/+0
* gzip: add support for compression levels 4-9Aaro Koskinen2015-04-261-10/+62
* gzip: trivial code shrink -5 bytesDenys Vlasenko2015-02-031-4/+4
* gzip: speed up and shrink put_16bit()Denys Vlasenko2015-02-021-7/+34
* gzip: do not store timestamp in gzip headerRich Felker2015-02-021-4/+16
* Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-071-1/+1
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-2/+26
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-141-0/+1
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-0/+2
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-8/+8
* update seamless uncompression codeDenys Vlasenko2012-03-061-1/+1
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* regularize options which control size/speed tradeDenys Vlasenko2011-09-101-2/+6
* gzip: new GZIP_BIG_MEM optionIan Wienand2011-09-091-1/+5
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* Fix double words in comments. No code changesMarek Polacek2011-04-161-2/+2
* move help text from include/usage.src.h to archival/*.cPere Orga2011-03-271-0/+16
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-271-11/+5