aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-011-2/+1
* [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
* cpio: implement -R/--ownerAaro Koskinen2015-10-165-13/+53
* *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-3/+2
* join some common strings, -400 bytesDenys Vlasenko2015-10-082-5/+5
* Removes stray empty line from codeManinder Singh2015-07-138-14/+0
* 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
* 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
* randomconfig fixesDenys Vlasenko2014-12-221-5/+3
* 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
* cpio: reinstate "options:" line in help textDenys Vlasenko2014-06-301-0/+1
* lzop: add overflow checkDenys Vlasenko2014-06-302-0/+5
* unlzma: add comments about possible bug from BZ 2689Denys Vlasenko2014-02-281-0/+6
* unlzma: move some variables in "more local" scopeDenys Vlasenko2014-02-281-7/+10
* zcat: complain if input is not compressedDenys Vlasenko2014-02-026-20/+12
* libbb: open_zipped() should not fail on non-compressed filesDenys Vlasenko2014-01-271-1/+10
* tar: tighten up pax header validity checkDenys Vlasenko2014-01-101-1/+3
* libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko2014-01-101-12/+11
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-294-6/+2
* dpkg-deb: cosmetic correction to usage textDaniel Borca2013-11-281-1/+1
* tar: prevent empty file to be treated as valid tarballDenys Vlasenko2013-11-191-3/+10
* tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko2013-11-192-9/+10
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-1413-353/+349
* archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko2013-11-143-1/+8
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-1411-5/+15
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-1413-26/+35
* Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko2013-10-162-7/+7
* bunzip2: fix off-by-one checkDenys Vlasenko2013-10-061-8/+18
* ar: better commentDenys Vlasenko2013-09-101-2/+5
* ar: read_num(): fix reading fields using the entire widthPeter Korsgaard2013-09-101-12/+20