preparatory cleanups for seamless uncompression improvements
[platform/upstream/busybox.git] / archival /
2012-03-06 Denys Vlasenkopreparatory cleanups for seamless uncompression improve...
2012-02-23 Denys Vlasenkotar: add support for PAX-encoded path=LONGFILENAME
2011-12-15 Denys Vlasenko*: style fixes. no code changes
2011-11-22 Denys Vlasenkonommu: fix cases where we mangle argv[0][0]
2011-10-31 Denys Vlasenkobzcat: fix unpacking of more than one file, and unpacki...
2011-10-19 Denys Vlasenkoget_header_tar: shrink 6->64 sign extension code
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-09-10 Denys Vlasenkoregularize options which control size/speed trade
2011-09-09 Ian Wienandgzip: new GZIP_BIG_MEM option
2011-09-09 Denys Vlasenkounzip: fflush stdout before reading interative y/n...
2011-08-22 Denys Vlasenkouncompress: die on read errors
2011-08-18 Denys Vlasenkouncompress: fix buffer underrun by corrupted input
2011-08-09 Denys Vlasenkorandomconfig fixes
2011-07-29 Ian Wienandtar: ignore file size (assume 0) for hardlinks
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-20 Cristian Ionescu... warning removal
2011-05-13 Denys Vlasenkofix "variable 'foo' set but not used" warnings
2011-05-04 Denys Vlasenkotar: store negative mtime as 0; pack very large files...
2011-04-16 Marek PolacekFix double words in comments. No code changes
2011-03-27 Pere Orgamove help text from include/usage.src.h to archival/*.c
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2011-03-02 Denys Vlasenkotar: skip leading / and handle names like abc/..//...
2011-03-01 Denys Vlasenkotar: on extract, everything up to and including last...
2011-02-06 Denys Vlasenkotar: fix a bug where autodetection messes up -z on...
2011-02-03 Denys Vlasenkotar: support -T - and -X -
2011-02-02 Denys Vlasenkowhitespace fixes
2011-01-31 Denys Vlasenkotar: add -h and -T to help text
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2011-01-16 Denys Vlasenkoremove a few aliasing warnings
2011-01-04 Denys Vlasenkotar: add a note about -C and symlink-in-tarball attack
2010-12-30 Denys Vlasenkobzip2: plug memory leak on every processed file
2010-12-26 Denys Vlasenkocpio: allow cpio -i to take params - names of files...
2010-12-26 Serj Kalichevmodprobe: add support for --show-depends
2010-11-03 Denys Vlasenkorename archival/libunarchive -> archival/libarchive...
2010-11-03 Denys Vlasenko*: move lzo compressor code to archival/libunarchive...
2010-11-01 Denys Vlasenkowhitespace fix
2010-11-01 Denys Vlasenkodecompress_bunzip2: reinstate erroneously deleted RETVA...
2010-10-29 Denys Vlasenkodecompress_bunzip2: code shrink ~5 bytes
2010-10-29 Denys Vlasenkodecompress_bunzip2: code shrink ~10 bytes
2010-10-29 Denys Vlasenkodecompress_bunzip2: add profiling data to comment....
2010-10-29 Denys Vlasenkodecompress_bunzip2: relieve register pressure in hot...
2010-10-29 Denys Vlasenkodecompress_bunzip2: keep bd->writeCRC in CPU reg in...
2010-10-29 Denys Vlasenkodecompress_bunzip2: code shrink
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-28 Denys Vlasenkodecompress_bunzip2: handle concatenated .bz2 files
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-10-27 Denys Vlasenkolibbb: introduce and use common crc32 routine
2010-10-18 Denys Vlasenko*: replace xopen3 with xopen where makes sense
2010-10-17 Pascal Bellardcpio: avoid 'not created: newer or same age file exists...
2010-10-16 Denys Vlasenko*: pass md5/shaN context pointer as 1st arg, not last
2010-10-09 Denys Vlasenkotweak help text
2010-09-06 Denys Vlasenkomade 3 license strings to follow the usual form ("or...
2010-09-04 Denys Vlasenkolzop: fix misordered "v=NULL; free(v)", small code...
2010-08-31 Denys Vlasenkolibbb: add xfstat function
2010-08-29 Denys Vlasenkobbconfig: add COMPRESS_BBCONFIG option
2010-08-29 Denys Vlasenkotypo fixes in config help text
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-25 Denys Vlasenko*: trailing empty lines removed
2010-07-25 Denys Vlasenko*: more empty lines removed. no code changes
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2010-07-16 Denys Vlasenkotweak defconfig
2010-07-10 Denys Vlasenkoremove unzip doc: we don't have 100% proof it's ok...
2010-07-06 Denys Vlasenkowhitespace fixes
2010-07-05 Denys Vlasenkorandomconfig fixes
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-07-04 Denys Vlasenkoremove some dead assignments, add a TODO comment
2010-07-01 Denys Vlasenkoconsolidate xz format comment. no code changes
2010-07-01 Denys Vlasenkoxz compression detection: avoid the need to seek
2010-06-30 Denys Vlasenkobzip2 decompression: simple code shrink
2010-06-27 Ladislav Michl*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix,...
2010-06-26 Denys Vlasenkotar: make typical extraction less memory-hungry
2010-06-26 Denys Vlasenko*: tar-related cleanups: move struct to unarchive.h...
2010-06-26 Denys Vlasenkotar: fix --to-command wrt short writes
2010-06-26 Denys Vlasenkofix breakage in compressed file detection
2010-06-24 Ladislav Michltar: optional support for --to-command
2010-06-21 Denys Vlasenkodecompress_unxz: use common string
2010-06-20 Denys Vlasenkounxz: update from XZ embedded git
2010-06-19 Denys Vlasenkocosmetics on top of Dan's patches
2010-06-19 Dan FandrichA few minor portability improvements
2010-06-19 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-06-18 Dan FandrichImprove unzip's handling of stream ZIP files
2010-06-18 Denys Vlasenkodata_extract_all: do not chmod symlink. Closes 2053
2010-06-08 Denys Vlasenko*: add INSERTs to *.src files where appropriate
2010-06-06 Pascal Bellarddpkg: add support for lzma compression
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-06-05 Denys Vlasenkomake it possible to keep usage texts in .c files
2010-06-05 Denys Vlasenkomake it possible to have include/applets.h-esque entrie...
2010-06-04 Denys Vlasenkomass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
2010-06-02 Denys Vlasenko*: simplify checks for gz/bz2/xz magic
2010-06-02 Denys Vlasenko*: better string sharing
2010-06-01 Denys Vlasenkodecompress_unxz: allocate permanent crc32 table _fisrt_
2010-06-01 Denys Vlasenkodeinline two big functions
2010-06-01 Denys Vlasenkodecompress_unxz: newer version, one which can unpack...
2010-05-31 Denys Vlasenkoarchival/*: shrink by reusing sufficiently similar...
2010-05-30 Denys Vlasenkorpm2cpio: teach it to understand xz format
2010-05-30 Denys Vlasenkounxz: remove debugging. no code changes
2010-05-30 Denys Vlasenko*: teach tar et. al. to understand .xz by heart
2010-05-30 Denys Vlasenkoforgotten "git add"...
2010-05-30 Denys Vlasenkoreorder parts of bbunzip.c, no code changes
next