aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/bz/compress.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bzip2: expose tuning knob for faster/smaller codeDenys Vlasenko2018-02-071-12/+12
* bzip2: work around bad compiler optimizationDenys Vlasenko2018-02-051-32/+43
* bzip2: move ->origPtr out of struct EState, make a few members smallerDenys Vlasenko2018-02-031-2/+4
* bzip2: reduce indentation, no code changesDenys Vlasenko2018-02-031-44/+45
* bzip2: reuse zPend processing codeDenys Vlasenko2018-02-031-31/+13
* bzip2: shrink makeMaps_e()Denys Vlasenko2018-02-031-3/+4
* bzip2: optimize zPend variable codeDenys Vlasenko2018-02-031-13/+29
* bzip2: have two separate "store bit 0" and "store bit 1" functionsDenys Vlasenko2018-02-031-6/+19
* bzip2: ~1% speedup by special-casing "store 1 bit" functionDenys Vlasenko2018-02-031-4/+20
* bzip2: rewrite bit of code which depends on integer overflowDenys Vlasenko2018-02-031-5/+5
* bzip2: delete write-only fave[] arrayDenys Vlasenko2018-02-031-5/+0
* bgip2: fewer specifically-sized [u]int32_t's locals in sendMTFValuesDenys Vlasenko2018-02-031-12/+32
* bzip2: code shrinkDenys Vlasenko2018-02-031-5/+10
* bzip2: code shrinkDenys Vlasenko2018-02-031-7/+6
* bzip2: code shrinkDenys Vlasenko2018-02-021-11/+25
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-291-3/+1
* Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko2013-10-161-6/+6
* regularize options which control size/speed tradeDenys Vlasenko2011-09-101-4/+4
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-6/+1
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-0/+685