aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
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
2018-02-01libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko
2018-02-01libarchive: move bbunpack constants to bb_archive.hDenys Vlasenko
2018-02-01lzop: code shrinkDenys Vlasenko
2018-02-01unlzop: fix --help: it has -U instead of -kDenys Vlasenko
2018-02-01bzip2: code shrink, stop using global data variableDenys Vlasenko
2018-01-31gzip: "compressed_len" is unused, stop wasting code and time calculating itDenys Vlasenko
2018-01-31gzip: remove unnecessary forward declarations, no code changesDenys Vlasenko
2018-01-31gzip: flush output buffer after stored blocks only if necessaryDenys Vlasenko
2018-01-31gzip: flush output buffer after stored blocks, they are not 32-bit alignedDenys Vlasenko
2018-01-31gzip: make debugging of bits_sent less ugly, no code changesDenys Vlasenko
2018-01-31gzip: code shrinkDenys Vlasenko
2018-01-31gzip: code shrinkDenys Vlasenko
2018-01-31gzip: code shrinkDenys Vlasenko
2018-01-31gzip: code shrink and speedupDenys Vlasenko
2018-01-31gzip: optionally faster put_32bit()Denys Vlasenko
2018-01-31gzip: speed up send_bits()Denys Vlasenko
2018-01-30gzip: use "unsigned" type for bit fields and bit countsDenys Vlasenko
2018-01-30gzip: use wider (32-bit, not 16) bi_bufDenys Vlasenko
2018-01-30gzip: code shrinkDenys Vlasenko
2018-01-30gzip: code shrinkDenys Vlasenko
2018-01-30gzip: code shrink (consolidate zeroing on reinit)Denys Vlasenko
2018-01-27tar: accomodate non-terminated tar.chksum fields as seen from github.comDenys Vlasenko
2018-01-26gzip: fix debug code. Closes 10681Denys Vlasenko
2017-11-13tar: code shrinkDenys Vlasenko
2017-11-13tar: code shrink, better help textDenys Vlasenko
2017-11-10tar: improve help textDenys Vlasenko