aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * gzip: flush output buffer after stored blocks only if necessaryDenys Vlasenko2018-01-311-1/+2
| * gzip: flush output buffer after stored blocks, they are not 32-bit alignedDenys Vlasenko2018-01-311-15/+20
| * gzip: make debugging of bits_sent less ugly, no code changesDenys Vlasenko2018-01-311-13/+8
| * gzip: code shrinkDenys Vlasenko2018-01-311-6/+5
| * gzip: code shrinkDenys Vlasenko2018-01-311-52/+56
| * gzip: code shrinkDenys Vlasenko2018-01-311-4/+8
| * gzip: code shrink and speedupDenys Vlasenko2018-01-311-12/+17
| * gzip: optionally faster put_32bit()Denys Vlasenko2018-01-311-2/+14
| * gzip: speed up send_bits()Denys Vlasenko2018-01-311-6/+6
| * gzip: use "unsigned" type for bit fields and bit countsDenys Vlasenko2018-01-301-4/+4
| * gzip: use wider (32-bit, not 16) bi_bufDenys Vlasenko2018-01-301-11/+22
| * gzip: code shrinkDenys Vlasenko2018-01-301-13/+18
| * gzip: code shrinkDenys Vlasenko2018-01-301-13/+15
| * gzip: code shrink (consolidate zeroing on reinit)Denys Vlasenko2018-01-301-70/+55
| * tar: accomodate non-terminated tar.chksum fields as seen from github.comDenys Vlasenko2018-01-271-24/+25
| * gzip: fix debug code. Closes 10681Denys Vlasenko2018-01-261-11/+16
* | Merge branch 'busybox' into mergeRon Yorston2017-12-092-89/+96
|\|
| * tar: code shrinkDenys Vlasenko2017-11-131-20/+19
| * tar: code shrink, better help textDenys Vlasenko2017-11-131-62/+68
| * tar: improve help textDenys Vlasenko2017-11-101-7/+8
| * unzip: add missing -j to trivial usageEugene Rudoy2017-11-091-1/+1
| * unzip: fix content listing and filtering when -j is usedEugene Rudoy2017-11-091-7/+8
* | 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
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-0527-37/+9
* | Merge branch 'busybox' into mergeRon Yorston2017-09-279-14/+14
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-189-14/+14
* | Merge branch 'busybox' into mergeRon Yorston2017-08-231-3/+3
|\|
| * tar: fix handling of first argument without '-'Ron Yorston2017-08-231-3/+3
* | Post-merge fixesRon Yorston2017-08-221-0/+9
* | Merge branch 'busybox' into mergeRon Yorston2017-08-2217-320/+435
|\|
| * libarchive: fix build failure on NOMMU systemsRon Yorston2017-08-221-1/+1
| * rpm,rpm2cpio: do not compile not-configurred parts of rpm.cDenys Vlasenko2017-08-221-40/+48
| * rpm,rpm2cpio: INIT_G() was missing (it is a nop here so far)Denys Vlasenko2017-08-101-0/+2
| * libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-105-43/+73
| * rpm2cpio: handle LZMA compressed rpms. closes 10166Denys Vlasenko2017-08-102-15/+40
| * rpm2cpio: use rpm_gettagsDenys Vlasenko2017-08-101-44/+10
| * rpm: prepare rpm_gettags for reuse in rpm2cpioDenys Vlasenko2017-08-101-11/+9
| * rpm,rpm2cpio: put both sources into one file, no code changesDenys Vlasenko2017-08-102-100/+96
| * rpm: code shrinkDenys Vlasenko2017-08-092-89/+168
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-085-23/+28
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-085-15/+18
| * unxz: get_le32 macro is obviously wrongDenys Vlasenko2017-08-071-1/+0
| * getopt32: move support for "always treat first arg as option" to users (tar/ar)Denys Vlasenko2017-08-042-3/+7
| * config: do not use `a' quoting in help textsDenys Vlasenko2017-08-021-1/+1
* | unzip: omit special treatment of non-GNU getoptRon Yorston2017-07-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-294-24/+72
|\|
| * unzip: fix regression on big-endian machinesNatanael Copa2017-07-271-0/+1