aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2018-05-132-14/+23
|\
| * unlzma: do emit the error message on bad input, when we exit with 1Denys Vlasenko2018-04-241-0/+6
| * unlzma: fix another SEGV caseDenys Vlasenko2018-04-191-2/+7
| * ar: stop using static dataDenys Vlasenko2018-04-151-11/+7
| * dpkg: fix symlink creation, closes 10941Denys Vlasenko2018-04-131-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2018-04-093-23/+67
|\|
| * unlzma: fix segfault on bad archiveDenys Vlasenko2018-04-081-0/+11
| * bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-082-23/+56
* | libarchive: failure to extract symlink isn't fatalRon Yorston2018-04-091-1/+9
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-1/+1
|\|
| * libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-011-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-03-012-54/+33
|\|
| * tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko2018-02-202-54/+33
* | Merge branch 'busybox' into mergeRon Yorston2018-02-1310-337/+430
|\|
| * bzip2: expose tuning knob for faster/smaller codeDenys Vlasenko2018-02-074-18/+18
| * ar: hopefully fix out-of-bounds read in get_header_ar()Denys Vlasenko2018-02-061-2/+2
| * bzip2: work around bad compiler optimizationDenys Vlasenko2018-02-051-32/+43
| * gunzip: fix from gzip-1.3.12 for gzip file with all zero length codesDenys Vlasenko2018-02-041-4/+11
| * 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
| * libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-012-2/+2
| * lzop: code shrinkDenys Vlasenko2018-02-011-2/+1
| * tar: accomodate non-terminated tar.chksum fields as seen from github.comDenys Vlasenko2018-01-271-24/+25
* | Merge branch 'busybox' into mergeRon Yorston2017-11-0329-57/+43
|\|
| * unlzma: fix SEGV, closes 10436Denys Vlasenko2017-10-271-1/+5
| * bunzip2: fix runCnt overflow from bug 10431Denys Vlasenko2017-10-221-11/+19
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-055-8/+10