gen_build_files.sh uses bashism, document it
[oweals/busybox.git] / archival / libunarchive /
2010-05-06 Denys Vlasenkotar: support GNU 256-bit encoding in all numeric fields
2010-04-09 Denys Vlasenkotar: fix "hardlinks to symlinks chown" bug 1519.
2010-04-09 Denys Vlasenkotar: fix mishandling of repeated hardlink in tarball...
2010-03-19 J. Tangtar: optional support for restoring selinux context
2010-03-15 Alexander Shishkinar: add archive creation support
2010-02-11 Joakim Tjernlundgunzip: inflate_codes(): add fix from upstream gzip...
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-09 Denys Vlasenkocpio: improve help text; document two TODOs
2010-01-09 Denys Vlasenko*: make it easier to distinquish "struct tm", pointer...
2010-01-06 Denys Vlasenkolibunarchive: clean up dirty hacks. code shrank as...
2010-01-06 Denys Vlasenkolibunarchive: trivial code shrink
2010-01-05 Denys Vlasenkocpio: fix unpacking of names with leading slashes
2010-01-03 Denys Vlasenkotar: fix problem handling tarballs with chksums prepend...
2009-12-16 Denys Vlasenkotar: add support for --overwrite. +70 bytes.
2009-12-16 Denys Vlasenkolibunarchive: move dpkg-specific things into dpkg.c...
2009-11-29 Denys Vlasenkofix improper utimes usage
2009-11-29 Denys Vlasenkotar: fix bug 673 (misdetection of repeated dir as hardl...
2009-11-24 Denys Vlasenkolibunarchive: fix reversed test for older/newer
2009-11-15 Denys Vlasenkosome non-gnu compilers can't have non-const struct...
2009-11-14 Bernhard Reutner... use utimes() rather than obsolescent utime()
2009-10-08 Denys Vlasenko*: a few more NOINLINEs
2009-09-23 Denys Vlasenkotar: accept spaces at the end of header fields (compat)
2009-09-19 Denys Vlasenkoar: fix long filenames handling (bug 611)
2009-09-17 Denys Vlasenkotar: do chown, not lchown to restore mode (compat)
2009-09-17 Denys Vlasenkotar: fix --numeric-owner, --no-same-owner, --no-same...
2009-09-15 Denys Vlasenkouse PACKED macro insted of open-coding GCC-ism
2009-09-15 Denys Vlasenkounlzma: fixed speedup/shrink by Pascal Bellard (pascal...
2009-09-07 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-09-06 Denys VlasenkoRevert "unlzma: speedup, by Pascal Bellard (pascal...
2009-08-29 Denys Vlasenkolibunarchive: fix a bug where mode and time is no longe...
2009-08-28 Denys Vlasenkorpm2cpio: handle unseekable input correctly
2009-07-08 Denys Vlasenkotar: handle 256-base encoding in mtime
2009-07-05 Denys Vlasenkodf: fix "df /"
2009-05-28 Mike Frysingeronly build common libarchive objs when needed
2009-05-05 Mike Frysingerlibunarchive: fix build failure with !FEATURE_TAR_UNAME...
2009-04-25 Denis Vlasenkounlzma: speedup, by Pascal Bellard (pascal.bellard...
2009-04-21 Denis Vlasenkoswitch_root: improve behavior on error; improve help...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-21 Denis Vlasenkotar: support for tar --numeric-owner. By Natanael Copa.
2009-04-01 Denis Vlasenkotrailing whitespace removal
2009-03-13 Denis Vlasenkotar: make FEATURE_TAR_AUTODETECT work with DESKTOP...
2008-12-12 Denis Vlasenkoheader_verbose_list: show off_t size, not cast to ...
2008-12-08 Denis Vlasenkooptimize 16- and 32-bit moves
2008-11-01 Denis Vlasenkogunzip: restore mtime. approx +80 bytes of code
2008-10-17 Denis Vlasenkodata_extract_all: do not complain if directory exists...
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
2008-07-22 Denis Vlasenkofix trivial build warning
2008-07-20 Denis Vlasenkotar: fix handling of tarballs with symlinks with size...
2008-07-12 Denis Vlasenkocpio: internalize archive_xread_all_eof. add a few...
2008-07-11 Denis Vlasenkocpio: on unpack, limit filename length to 8k; shorten...
2008-07-11 Denis Vlasenkocpio: support some long options; document GNU options
2008-07-11 Denis Vlasenkofix compile failures resulting from last few commits
2008-07-10 Denis Vlasenkodpkg_deb: slight code shrink
2008-07-10 Denis Vlasenkoopen_transformer: do not return fd, it does not change
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-01 Denis Vlasenkosendmail: fix wrong vfork usage here too
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xfork()
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
2008-06-28 Denis Vlasenkobunzip2: make proper fix for the problem "fixed" in...
2008-06-28 Denis Vlasenkolibunarchive: stop using static data in archivers ...
2008-06-27 Denis Vlasenkounlzma: fix memory leak (Pascal Bellard)
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-26 Denis Vlasenkobunzip2: fix an uncompression error. Add the example...
2008-06-26 Denis Vlasenkostyle fixes, no code changes
2008-06-26 Denis Vlasenkoopen_transformer: fix bug of calling exit instead of...
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-04-29 Denis Vlasenkotar: fix obscure case when name is "" and prefix is...
2008-04-29 Denis Vlasenkotar: fix the case where long base names can be ignored
2008-04-21 Denis Vlasenkotar: move vfork into separate function (smaller code)
2008-04-15 Denis Vlasenkotrivial fixes to make bbox compile with gcc 4.3.0
2008-04-05 Denis Vlasenkocpio: fix a bug where we do not extract zero-sized...
2008-03-18 Denis Vlasenkounlzma: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-17 Denis Vlasenkofsck_minix: getopt32-ification; code shrink; reduce...
2008-03-02 Denis Vlasenkounlzma: save a few more bytes, and maybe even a bit...
2008-03-02 Denis Vlasenkounlzma: if !LZMA_FAST, save ~200 more bytes (Pascal...
2008-02-19 Denis Vlasenkotar: optional autodetection of gz/bz2 compressed tarballs.
2008-02-16 Denis Vlasenko*: more readable handling of pipe fds. No code changes.
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-02-14 Denis Vlasenkotar: real support for -p. +200 if selected.
2008-02-14 Denis Vlasenkotar: do "short EOF" compat only if CONFIG_DESKTOP.
2008-02-13 Denis Vlasenkotar: compat: handle tarballs with only one zero block...
2008-02-04 Denis Vlasenkounzip: do not try to read entire compressed stream...
2008-01-28 Denis Vlasenko*: tidy up usage of char **environ
2007-11-17 Paul Foxadd comment clarifying busybox's use of non-standard...
2007-11-16 Denis Vlasenkotar: fix a case where glibc detects bogus buffer overrun
2007-11-12 Denis Vlasenkoopen_transformer: do not duplicate "<program> -cf -"
2007-11-12 Denis Vlasenkogzip: fix a case where tar xzf fails (we use uninitiali...
2007-10-13 Denis Vlasenkobzip2: port bzip2 1.0.4 to busybox. note: bzip2 code...
2007-10-10 Denis Vlasenkobunzip: small code shrink and consmetics
2007-10-05 Denis Vlasenkodelete now unused check_header_gzip.c
2007-10-05 Denis Vlasenkogunzip: support concatenated gz files.
2007-09-28 Denis Vlasenkobunzip2: trim verbose messages
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-09-09 Denis Vlasenkostyle fix, no code changes
2007-09-09 Denis Vlasenkoopen_transformer: fix vda's goofup
next