aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'busybox' into mergeRon Yorston2015-10-132-5/+5
|\|
| * join some common strings, -400 bytesDenys Vlasenko2015-10-082-5/+5
* | archival: provide dummy check_errors_in_children for WIN32Ron Yorston2015-07-153-5/+10
* | Merge branch 'busybox' into mergeRon Yorston2015-07-148-14/+0
|\|
| * Removes stray empty line from codeManinder Singh2015-07-138-14/+0
* | mingw: add magic '--busybox' flagRon Yorston2015-06-012-2/+3
* | Enable seamless compression for WIN32Ron Yorston2015-05-275-2/+60
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-183-21/+86
|\|
| * tar: do not try to decode GNU extended headers as pax headersDenys Vlasenko2015-05-111-11/+17
| * libarchive: auto-detect .Z files as wellThiago Jung Bauermann2015-05-031-0/+7
| * gzip: add support for compression levels 4-9Aaro Koskinen2015-04-261-10/+62
* | Merge branch 'busybox' into mergeRon Yorston2015-03-1411-59/+167
|\|
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-124-6/+6
| * unzip: prevent attacks via malicious filenamesDenys Vlasenko2015-02-104-43/+63
| * gzip: trivial code shrink -5 bytesDenys Vlasenko2015-02-031-4/+4
| * gzip: speed up and shrink put_16bit()Denys Vlasenko2015-02-021-7/+34
| * gzip: do not store timestamp in gzip headerRich Felker2015-02-021-4/+16
| * dpkg: update supported compression methodsDenys Vlasenko2015-01-305-0/+49
* | ar: fix modification of existing archivesRon Yorston2015-03-041-1/+15
* | Merge commit '1_23_0' into mergeTIG_1_23_0Ron Yorston2015-01-231-5/+3
|\|
| * randomconfig fixesDenys Vlasenko2014-12-221-5/+3
* | Use MinGW-w64 by defaultRon Yorston2015-01-072-2/+2
* | Changes to allow building with MinGW-w64Ron Yorston2015-01-052-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2014-12-1415-177/+267
|\|
| * tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko2014-12-111-38/+28
| * make xmalloc_open_zipped_read_close result NUL terminatedDenys Vlasenko2014-12-071-1/+2
| * libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-0712-110/+211
| * Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-0712-58/+58
* | Omit functions not required if seamless compression is disabledRon Yorston2014-11-291-5/+3
* | Move definition of bb_got_signal to mingw.cRon Yorston2014-11-291-4/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-06-303-0/+6
|\|
| * cpio: reinstate "options:" line in help textDenys Vlasenko2014-06-301-0/+1
| * lzop: add overflow checkDenys Vlasenko2014-06-302-0/+5