aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move get_unaligned_le32() macros to platform.hDenys Vlasenko2017-07-151-5/+11
* unzip: TODO for symlink supportDenys Vlasenko2017-07-111-0/+21
* dpkg: fix CONFIG_FEATURE_CLEAN_UP handlingPeter Korsgaard2017-07-051-4/+0
* bzcat: compile bunzip2_main() if BZCAT.Denys Vlasenko2017-07-041-1/+1
* fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-031-3/+8
* archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzopDenys Vlasenko2017-06-154-43/+81
* fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"Denys Vlasenko2017-06-151-4/+4
* tar: add IF_FEATURE_* checksMing Liu2017-06-131-10/+15
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-174-18/+18
* whitespace fixDenys Vlasenko2017-03-241-1/+1
* Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link errorKang-Che Sung2017-02-171-4/+4
* Replace int -> uint to avoid signed integer overflowRostislav Skudnov2017-02-041-3/+3
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-292-23/+28
* link: new appletDenys Vlasenko2017-01-261-2/+4
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-106-42/+17
* unlzma: expand comments, no code changesDenys Vlasenko2017-01-091-0/+18
* unlzma: fix erroneous "while" instead of "if". Closes 4682Denys Vlasenko2017-01-091-5/+8
* unzip: match "Defl:?" display with info-zip; cosmetic code shufflingDenys Vlasenko2017-01-091-102/+109
* unzip: optional support for xzDenys Vlasenko2017-01-092-0/+14
* unzip: optional support for bzip2 and lzmaDenys Vlasenko2017-01-093-36/+61
* Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2Kang-Che Sung2017-01-093-19/+41
* bunzip2: fix code bloat caused by zcat's seamless magicKang-Che Sung2017-01-081-1/+1
* unzip: do not use CDF.extra_len, read local file header. Closes 9536Denys Vlasenko2017-01-081-114/+122
* unzip: remove now-pointless lseek which returns current positionCristian Ionescu-Idbohrn2017-01-051-5/+0
* typo fix in config help textDenys Vlasenko2017-01-051-1/+1
* unzip: properly use CDF to find compressed files. Closes 9536Denys Vlasenko2017-01-051-120/+165
* Make DPKG=y and DPKG_DEB=y by defaultDenys Vlasenko2016-12-232-2/+2
* fix breakage found by mass one-applet buildsDenys Vlasenko2016-12-231-0/+4
* randomconfig fixesDenys Vlasenko2016-12-082-2/+14
* 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
* cpio: fix restoration of file ownership, closes 9306Denys Vlasenko2016-10-121-0/+4
* gzip: fix compression level bug. Closes 9131Natanael Copa2016-08-151-4/+1
* cpio: tweak help textDenys Vlasenko2016-07-081-4/+4
* 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
* *: 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