aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive
AgeCommit message (Expand)Author
2018-04-01libbb: new function bb_die_memory_exhaustedDenys Vlasenko
2018-02-20tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko
2018-02-07bzip2: expose tuning knob for faster/smaller codeDenys Vlasenko
2018-02-06ar: hopefully fix out-of-bounds read in get_header_ar()Denys Vlasenko
2018-02-05bzip2: work around bad compiler optimizationDenys Vlasenko
2018-02-04gunzip: fix from gzip-1.3.12 for gzip file with all zero length codesDenys 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
2018-02-01libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko
2018-02-01lzop: code shrinkDenys Vlasenko
2018-01-27tar: accomodate non-terminated tar.chksum fields as seen from github.comDenys Vlasenko
2017-10-27unlzma: fix SEGV, closes 10436Denys Vlasenko
2017-10-22bunzip2: fix runCnt overflow from bug 10431Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-08-22libarchive: fix build failure on NOMMU systemsRon Yorston
2017-08-10libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko
2017-08-10rpm2cpio: handle LZMA compressed rpms. closes 10166Denys Vlasenko
2017-08-07unxz: get_le32 macro is obviously wrongDenys Vlasenko
2017-07-24tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko
2017-07-15Move get_unaligned_le32() macros to platform.hDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-02-17Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link errorKang-Che Sung
2017-02-04Replace int -> uint to avoid signed integer overflowRostislav Skudnov
2017-01-26link: new appletDenys Vlasenko
2017-01-09unlzma: expand comments, no code changesDenys Vlasenko
2017-01-09unlzma: fix erroneous "while" instead of "if". Closes 4682Denys Vlasenko