typo fix in a comment in a testcase. oh well...
[oweals/busybox.git] / archival / libunarchive /
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
2007-09-05 Denis Vlasenkotar + gzip/bzip2/etc: support NOMMU machines (by Alex...
2007-09-04 Denis Vlasenkotar: conditionally don't wait for vforked child to...
2007-08-17 Denis Vlasenkoassorted fixes for breakage found by randomconfig
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-06-21 Denis Vlasenkotar: improve OLDGNU compat, make old SUN compat configu...
2007-06-20 Denis Vlasenkodo not do utime() on links, it acts on link targets...
2007-06-12 Denis Vlasenkodiff: shrink code (-85 bytes):
2007-06-10 Denis Vlasenkomoved biggest stack buffers to malloc space, or made...
2007-06-08 Denis Vlasenkormp: add optional support for bz2 data. +50 bytes of...
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-26 Denis Vlasenkoxpipe: introduce (saves ~170 bytes)
2007-04-13 Denis Vlasenkostyle fixes
2007-04-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-10 Denis Vlasenkoone-liner: fix indentation
2007-04-10 Denis Vlasenkobunzip2: big style cleanup. No code changes apart from...
2007-04-07 Denis Vlasenkorandom small shrinkage and elimination of statics
next