aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/bz
AgeCommit message (Expand)Author
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2018-02-07bzip2: expose tuning knob for faster/smaller codeDenys Vlasenko
2018-02-05bzip2: work around bad compiler optimizationDenys Vlasenko
2018-02-03bzip2: move runningOrder[] back to stack - 256 bytes is not muchDenys Vlasenko
2018-02-03bzip2: move ->origPtr out of struct EState, make a few members smallerDenys Vlasenko
2018-02-03bzip2: pass sorting params through EState* pointerDenys Vlasenko
2018-02-03gzip2: small simplification in mainSimpleSort()Denys Vlasenko
2018-02-03bzip2: a few more locals converted to generic typesDenys Vlasenko
2018-02-03bzip2: eliminate one parameter to mainQSort3()Denys Vlasenko
2018-02-03bzip2: small simplification in mainSort()Denys Vlasenko
2018-02-03bzip2: convert some locals to unsigned'sDenys Vlasenko
2018-02-03bzip2: runningOrder[] values are always 0..255, make it uint8Denys Vlasenko
2018-02-03bzip2: remove redundant clearing of an alredy unset bitDenys Vlasenko
2018-02-03bzip2: eliminate write-only local numQSortedDenys Vlasenko
2018-02-03bzip2: make locals in mainSort() saner, convert one of them from uint16 to un...Denys Vlasenko
2018-02-03bzip2: remove redundant loop termination check in mainSort()Denys Vlasenko
2018-02-03bzip2: reduce indentation, no code changesDenys Vlasenko
2018-02-03bzip2: reuse zPend processing codeDenys Vlasenko
2018-02-03bzip2: shrink makeMaps_e()Denys Vlasenko
2018-02-03bzip2: optimize zPend variable codeDenys Vlasenko
2018-02-03bzip2: have two separate "store bit 0" and "store bit 1" functionsDenys Vlasenko
2018-02-03bzip2: ~1% speedup by special-casing "store 1 bit" functionDenys Vlasenko
2018-02-03bzip2: rewrite bit of code which depends on integer overflowDenys Vlasenko
2018-02-03bzip2: delete write-only fave[] arrayDenys Vlasenko
2018-02-03bgip2: fewer specifically-sized [u]int32_t's locals in sendMTFValuesDenys Vlasenko
2018-02-03bzip2: code shrinkDenys Vlasenko
2018-02-03bzip2: code shrinkDenys Vlasenko
2018-02-02bzip2: code shrinkDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-10-16Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko
2011-09-10regularize options which control size/speed tradeDenys Vlasenko
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2010-12-30bzip2: plug memory leak on every processed fileDenys Vlasenko
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko