aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '1_26_2' into w32_1_26_2w32_1_26_2Ron Yorston2021-03-244-4/+20
|\
| * Make DPKG=y and DPKG_DEB=y by defaultDenys Vlasenko2017-01-012-2/+2
| * fix breakage found by mass one-applet buildsDenys Vlasenko2017-01-011-0/+4
| * randomconfig fixesDenys Vlasenko2016-12-082-2/+14
* | Merge branch 'busybox' into mergeRon Yorston2016-11-295-95/+141
|\|
| * dpkg-deb: shorten code, improve help textDenys Vlasenko2016-11-271-43/+34
| * dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config optionDenys Vlasenko2016-11-271-10/+1
| * Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys Vlasenko2016-11-163-35/+81
| * tar: handle pax-encoded utf8 filenames and link names. Closes 9406Denys Vlasenko2016-11-111-7/+25
* | Merge branch 'busybox' into mergeRon Yorston2016-10-191-0/+4
|\|
| * cpio: fix restoration of file ownership, closes 9306Denys Vlasenko2016-10-121-0/+4
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-192-8/+5
|\|
| * gzip: fix compression level bug. Closes 9131Natanael Copa2016-08-151-4/+1
| * cpio: tweak help textDenys Vlasenko2016-07-081-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2016-07-077-48/+63
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-8/+7
| * libarchive: fix xmalloc_open_zipped_read_close()Denys Vlasenko2016-06-211-0/+3
| * typo fixDenys Vlasenko2016-06-201-1/+1
| * libarchive: fix open_zipped()Denys Vlasenko2016-06-201-7/+12
| * libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko2016-06-204-24/+19
| * randomconfig fixes 4Denys Vlasenko2016-06-201-1/+3
| * randomconfig fixesDenys Vlasenko2016-06-192-9/+20
* | Fix for MinGW-w64Ron Yorston2016-05-251-3/+6
* | archival: remove WIN32-specific code now lseek fails on pipesRon Yorston2016-05-242-9/+0
* | Merge branch 'busybox' into mergeRon Yorston2016-05-166-49/+110
|\|
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-223-3/+3
| * *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-0/+2
| * *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-213-2/+3
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-214-3/+7
| * unzip: shorter code for date/time generationDenys Vlasenko2016-04-181-6/+6
| * unzip: better match for "standard" unzip's output; string shrinkageDenys Vlasenko2016-04-181-29/+33
| * unzip: fix percent overflow; show "stored" files properlyDenys Vlasenko2016-04-181-6/+29
| * unzip: fix a case where we find wrong CDE. Closes 8821Denys Vlasenko2016-04-171-8/+35
* | Merge branch 'busybox' into mergeRon Yorston2016-04-041-2/+1
|\|
| * libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-011-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-319-91/+209
|\|
| * [g]unzip: fix recent breakage.Denys Vlasenko2015-10-301-12/+21
| * lzop: eliminate variable, use "int" as return typeDenys Vlasenko2015-10-281-8/+6
| * gzip: add support for --no-name long optionAaro Koskinen2015-10-272-0/+2
| * gunzip: add support for long optionsAaro Koskinen2015-10-271-0/+20
| * unzip: test for bad archive SEGVingDenys Vlasenko2015-10-261-4/+7
| * tweak defconfigDenys Vlasenko2015-10-252-14/+4
| * inetd: make FEATURE_INETD_RPC off by defaultDenys Vlasenko2015-10-251-1/+1
| * tar: fix files skipped with --strip_components not resetting selinux contextDenys Vlasenko2015-10-221-3/+2
| * tar: shrink hardlink name handling codeDenys Vlasenko2015-10-221-26/+17
| * tar: implement --version for buildrootDenys Vlasenko2015-10-221-0/+9
| * tar: add support for --strip-components=NDenys Vlasenko2015-10-223-46/+143
* | Merge branch 'busybox' into mergeRon Yorston2015-10-196-16/+55
|\|
| * cpio: implement -R/--ownerAaro Koskinen2015-10-165-13/+53
| * *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-3/+2