stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)
[oweals/busybox.git] / archival / libunarchive /
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
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-03-26 Denis VlasenkoAttempt to get more applets compile for NOMMU.
2007-03-19 Denis Vlasenkols: fix segfault-if-standalone-shell, add big fat comment.
2007-03-15 Denis Vlasenkogunzip: s/unsigned char extra_short/unsigned extra_short/
2007-03-14 Denis Vlasenkoget_header_ar: reformatted code, no real changes
2007-03-14 Denis Vlasenkogzip: reduce global data footprint, part 3
2007-03-11 Denis Vlasenkokill superfluous returns at the end of void functions
2007-03-07 Denis Vlasenkobunzip2/gunzip/uncompress/unlzma: merge into common...
2007-03-04 Denis Vlasenkoremove f words
2007-03-03 Denis Vlasenkotar: handle tarfiles with (broken) checksums a-la Sun.
2007-02-12 Denis Vlasenkomake tar restore mode again
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2007-01-10 Denis Vlasenkomissed a few #undefs (no real impact I think)
2007-01-10 Denis Vlasenkofix bug 1146 (gunzip breakage introduced by me --vda)
2007-01-06 Denis Vlasenkomove [g]zip decompressor state into malloc'ed buffer...
2007-01-05 Denis Vlasenkosplit inflate_xx_setup() subroutines from inflate_xx()
2007-01-05 Denis Vlasenkodo not expose internal state of [g]zip unpacker.
2007-01-05 Denis VlasenkoStopped doing assignments inside expressions.
2007-01-05 Denis Vlasenkodecompress_unzip: preparatory patch
2007-01-05 Denis VlasenkoStop tracking buffer size - it is a constant.
2007-01-05 Denis Vlasenkosimplify access to buffer, making code a bit smaller
2007-01-03 Denis Vlasenkoextern variable declaration in a .c file is heresy...
2006-12-26 Denis Vlasenkomerge post-1.3.0 fixes
2006-12-26 Denis Vlasenkostyle fixes
2006-12-22 Denis Vlasenkoremove useless casts (type*) xzalloc(...)
2006-12-22 Denis Vlasenkoremoval of commented-out cruft
2006-12-22 Denis Vlasenkotar et al: die if bb_copyfd_size copies less than asked...
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-26 Denis Vlasenkotar: refuse to untar files with "/../" components
2006-11-26 Denis Vlasenkotar: correctly skip (and warn about) pax headers.
2006-11-25 Denis Vlasenkotar: small fix and small optimization
2006-11-24 Denis Vlasenkotar: buglet fix
2006-11-24 Denis Vlasenkotar: fix and sanitize handling of long filenames/linknames
2006-11-24 Denis Vlasenkoheader_verbose_list: stop truncating file size in listing
2006-11-24 Denis Vlasenkotar:
2006-11-21 Denis Vlasenkoinsmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_...
2006-11-21 Denis Vlasenkocpio: (allegedly) fix bug 0001095:
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-10 Denis Vlasenkood: provide full-blown od from coreutils if CONFIG_DESKTOP
2006-10-10 Denis Vlasenkofixes from Vladimir Dronnikov <dronnikov@gmail.ru>
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-01 Denis Vlasenkog[un]zip: add support for -v (verbose).
2006-09-30 Denis Vlasenkovconfig: fix bug 701 (I be damned if I understand it)
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-06 Bernhard Reutner... - strip 399424 off the bss by making decompress_uncompr...
2006-09-03 Denis Vlasenkotar: revert older fix (non-portable), added new one.
2006-09-02 Denis Vlasenkotar: tar xf foo.tar dir/dir did not extract all subdirs.
2006-08-04 Rob LandleyUse xopen3() instead of an after-the-fact chown.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-20 "Robert P. J. Day""formated" -> "formatted" throughout the code base.
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-06 Rob LandleyFix tar so it can extract git-generated tarballs, based...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-06-20 Rob LandleySince rangecoder is just a bunch of C functions, move...
2006-05-29 Rob LandleyMore size shrinkage.
2006-05-29 Rob LandleyAdd SWAP_LE?? and SWAP_BE?? macros, and make things...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-26 Bernhard Reutner... - use ATTRIBUTE_ALWAYS_INLINE if requested
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-11 Rob LandleyPatch from Vladamir Oleynik, reducing memory consumption.
2006-04-27 Rob LandleyPatch from Dennis Vlasenko to add the option to compres...
2006-04-14 Rob LandleyBusybox is under the GPL.
2006-04-13 Bernhard Reutner... - remove unneeded include, use shorter boilerplate...
2006-04-10 Rob LandleyPatch from Rob Sullivan to consolidate crc32 table...
2006-04-05 Bernhard Reutner... - include proper headers.
2006-04-02 Bernhard Reutner... - include proper prototypes in libunarchive.
2006-04-02 Bernhard Reutner... - janitorial: huft_build is never used outside of decom...
2006-04-02 Bernhard Reutner... - typos: s/compatability/compatibility/g;s/compatable...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-09 Rob LandleyPatch from Denis Vlasenko to make unlzma smaller.
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-04 Rob LandleyPatch from Robert P. Day, moving byte order checks...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-03-01 "Vladimir N. Oleynik"use bb_xstrndup vs strndup. Thanks rfelker.
2006-02-20 Rob LandleyBug 640: a filename of length exactly 100 could bleed...
2006-02-20 Rob LandleyThe gentoo security guys found another way to segfault...
2006-02-17 Rob LandleyFix for an integer overflow bug that could cause a...
2006-02-17 Rob LandleyThe tendency of vi to auto-indent can be really annoyin...
2006-02-17 Rob LandleyMore whitespace than you can possibly imagine...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-30 Eric Andersensort out yet more type issues
2006-01-30 Eric Andersenfixup a few types to prevent gcc (rightfully) whining...
next