aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/bz (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: add more beneficial NOINLINEsDenys Vlasenko2021-10-101-1/+1
* bzip: make ftab[] and crc32table[] member arrays of EState, do not allocateDenys Vlasenko2021-08-292-8/+10
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* bzip2: expose tuning knob for faster/smaller codeDenys Vlasenko2018-02-074-18/+18
* bzip2: work around bad compiler optimizationDenys Vlasenko2018-02-051-32/+43
* bzip2: move runningOrder[] back to stack - 256 bytes is not muchDenys Vlasenko2018-02-032-6/+8
* bzip2: move ->origPtr out of struct EState, make a few members smallerDenys Vlasenko2018-02-033-27/+27
* bzip2: pass sorting params through EState* pointerDenys Vlasenko2018-02-033-67/+65
* gzip2: small simplification in mainSimpleSort()Denys Vlasenko2018-02-031-14/+15
* bzip2: a few more locals converted to generic typesDenys Vlasenko2018-02-031-7/+7
* bzip2: eliminate one parameter to mainQSort3()Denys Vlasenko2018-02-031-5/+9
* bzip2: small simplification in mainSort()Denys Vlasenko2018-02-031-5/+5
* bzip2: convert some locals to unsigned'sDenys Vlasenko2018-02-031-5/+5
* bzip2: runningOrder[] values are always 0..255, make it uint8Denys Vlasenko2018-02-032-6/+5
* bzip2: remove redundant clearing of an alredy unset bitDenys Vlasenko2018-02-031-2/+2
* bzip2: eliminate write-only local numQSortedDenys Vlasenko2018-02-031-7/+3
* bzip2: make locals in mainSort() saner, convert one of them from uint16 to un...Denys Vlasenko2018-02-031-29/+36
* bzip2: remove redundant loop termination check in mainSort()Denys Vlasenko2018-02-031-3/+6
* 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-033-23/+39
* 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-033-5/+23
* 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-033-18/+18
* 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-104-10/+10
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-6/+1
* bzip2: plug memory leak on every processed fileDenys Vlasenko2010-12-301-3/+1
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-038-0/+2835