df: make NOEXEC
[oweals/busybox.git] / archival /
2017-08-07 Denys Vlasenkounxz: get_le32 macro is obviously wrong
2017-08-04 Denys Vlasenkogetopt32: move support for "always treat first arg...
2017-08-02 Denys Vlasenkoconfig: do not use `a' quoting in help texts
2017-07-27 Natanael Copaunzip: fix regression on big-endian machines
2017-07-24 Denys Vlasenkotar: postpone creation of symlinks with "suspicious...
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-20 Denys Vlasenkolibarchive: FEATURE_LZMA_FAST should be visible if...
2017-07-20 Denys Vlasenkounzip: sanitize filename length: malloc(1234mb) is...
2017-07-20 Denys Vlasenkounzip: implement -j, closes 9126
2017-07-20 Denys Vlasenkounzip: robustify overwrite checks
2017-07-20 Denys Vlasenkounzip: support symlinks. Closes 10031
2017-07-20 Denys Vlasenkobzcat,zcat: simplify code if gunzip/bunzip2 is not...
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-07-15 Denys VlasenkoMove get_unaligned_le32() macros to platform.h
2017-07-11 Denys Vlasenkounzip: TODO for symlink support
2017-07-05 Peter Korsgaarddpkg: fix CONFIG_FEATURE_CLEAN_UP handling
2017-07-04 Denys Vlasenkobzcat: compile bunzip2_main() if BZCAT.
2017-07-03 Denys Vlasenkofixes for bugs found by make_single_applets.sh
2017-06-15 Denys Vlasenkoarchival: add option -k "keep" to gzip/bzip2/lzop,...
2017-06-15 Denys Vlasenkofix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"
2017-06-13 Ming Liutar: add IF_FEATURE_* checks
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-03-24 Denys Vlasenkowhitespace fix
2017-02-17 Kang-Che SungFix FEATURE_{GZIP,BZIP2}_DECOMPRESS link error
2017-02-04 Rostislav SkudnovReplace int -> uint to avoid signed integer overflow
2017-01-29 Denys Vlasenko*: add comment about APPLET_ODDNAME format
2017-01-25 Denys Vlasenkolink: new applet
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2017-01-09 Denys Vlasenkounlzma: expand comments, no code changes
2017-01-09 Denys Vlasenkounlzma: fix erroneous "while" instead of "if". Closes...
2017-01-09 Denys Vlasenkounzip: match "Defl:?" display with info-zip; cosmetic...
2017-01-09 Denys Vlasenkounzip: optional support for xz
2017-01-09 Denys Vlasenkounzip: optional support for bzip2 and lzma
2017-01-09 Kang-Che SungAllow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2
2017-01-08 Kang-Che Sungbunzip2: fix code bloat caused by zcat's seamless magic
2017-01-08 Denys Vlasenkounzip: do not use CDF.extra_len, read local file header...
2017-01-05 Cristian Ionescu... unzip: remove now-pointless lseek which returns current...
2017-01-05 Denys Vlasenkotypo fix in config help text
2017-01-05 Denys Vlasenkounzip: properly use CDF to find compressed files. Close...
2016-12-23 Denys VlasenkoMake DPKG=y and DPKG_DEB=y by default
2016-12-23 Denys Vlasenkofix breakage found by mass one-applet builds
2016-12-08 Denys Vlasenkorandomconfig fixes
2016-11-27 Denys Vlasenkodpkg-deb: shorten code, improve help text
2016-11-27 Denys Vlasenkodpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY...
2016-11-16 Denys VlasenkoMake bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individ...
2016-11-11 Denys Vlasenkotar: handle pax-encoded utf8 filenames and link names...
2016-10-12 Denys Vlasenkocpio: fix restoration of file ownership, closes 9306
2016-08-14 Natanael Copagzip: fix compression level bug. Closes 9131
2016-07-08 Denys Vlasenkocpio: tweak help text
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-06-21 Denys Vlasenkolibarchive: fix xmalloc_open_zipped_read_close()
2016-06-20 Denys Vlasenkotypo fix
2016-06-20 Denys Vlasenkolibarchive: fix open_zipped()
2016-06-20 Denys Vlasenkolibarchive: fix xmalloc_open_zipped_read_close() on...
2016-06-19 Denys Vlasenkorandomconfig fixes 4
2016-06-19 Denys Vlasenkorandomconfig fixes
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2016-04-21 Denys Vlasenko*: hopefully all setup_common_bufsiz() are in place
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-04-18 Denys Vlasenkounzip: shorter code for date/time generation
2016-04-17 Denys Vlasenkounzip: better match for "standard" unzip's output;...
2016-04-17 Denys Vlasenkounzip: fix percent overflow; show "stored" files properly
2016-04-17 Denys Vlasenkounzip: fix a case where we find wrong CDE. Closes 8821
2016-04-01 Denys Vlasenkolibbb: two new functions: wait_for_exitstatus(pid)...
2015-10-30 Denys Vlasenko[g]unzip: fix recent breakage.
2015-10-28 Denys Vlasenkolzop: eliminate variable, use "int" as return type
2015-10-27 Aaro Koskinengzip: add support for --no-name long option
2015-10-27 Aaro Koskinengunzip: add support for long options
2015-10-26 Denys Vlasenkounzip: test for bad archive SEGVing
2015-10-25 Denys Vlasenkotweak defconfig
2015-10-25 Denys Vlasenkoinetd: make FEATURE_INETD_RPC off by default
2015-10-22 Denys Vlasenkotar: fix files skipped with --strip_components not...
2015-10-22 Denys Vlasenkotar: shrink hardlink name handling code
2015-10-22 Denys Vlasenkotar: implement --version for buildroot
2015-10-21 Denys Vlasenkotar: add support for --strip-components=N
2015-10-16 Aaro Koskinencpio: implement -R/--owner
2015-10-13 Denys Vlasenko*: more BUILD_BUG_ON conversions
2015-10-08 Denys Vlasenkojoin some common strings, -400 bytes
2015-07-13 Maninder SinghRemoves stray empty line from code
2015-05-11 Denys Vlasenkotar: do not try to decode GNU extended headers as pax...
2015-05-03 Thiago Jung Bauermannlibarchive: auto-detect .Z files as well
2015-04-26 Aaro Koskinengzip: add support for compression levels 4-9
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2015-02-10 Denys Vlasenkounzip: prevent attacks via malicious filenames
2015-02-03 Denys Vlasenkogzip: trivial code shrink -5 bytes
2015-02-02 Denys Vlasenkogzip: speed up and shrink put_16bit()
2015-02-02 Rich Felkergzip: do not store timestamp in gzip header
2015-01-30 Denys Vlasenkodpkg: update supported compression methods
2014-12-22 Denys Vlasenkorandomconfig fixes
2014-12-11 Denys Vlasenkotar: fix "tar -cJ" ignoring -J option. closes 7706
2014-12-06 Denys Vlasenkomake xmalloc_open_zipped_read_close result NUL terminated
2014-12-06 Denys Vlasenkolibarchive: add capability to unpack to mem.buffer
2014-12-06 Denys VlasenkoRename transformer_aux_data_t -> transformer_state_t
2014-06-30 Denys Vlasenkocpio: reinstate "options:" line in help text
2014-06-30 Denys Vlasenkolzop: add overflow check
2014-02-28 Denys Vlasenkounlzma: add comments about possible bug from BZ 2689
2014-02-28 Denys Vlasenkounlzma: move some variables in "more local" scope
2014-02-02 Denys Vlasenkozcat: complain if input is not compressed
2014-01-27 Denys Vlasenkolibbb: open_zipped() should not fail on non-compressed...
next