"I'll think about it" != "apply it now". It means I need to think about it.
[oweals/busybox.git] / archival / libunarchive /
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...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-20 Rob LandleyPatch from Aurelien Jacobs to add unlzma. (A new decom...
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-10 Rob LandleyDon't return 0 when there's an error.
2005-12-29 Bernhard Reutner... - silence warning about unused param
2005-11-12 Rob LandleyI noticed that "tar tvjf file.tbz" was segfaulting...
2005-10-27 Rob LandleyAdd --no-same-owner and --no-same-permissions options...
2005-10-13 Bernhard Reutner... - typo in makefile variable: s/archvial/archival/
2005-10-11 Rob LandleyThere doesn't seem to be a standard header for makedev...
2005-10-07 Bernhard Reutner... - remove superfluous C statements ";;" in decompress_un...
2005-09-25 Rob LandleyStop gcc4 from nit-picking about signedness of char *.
2005-09-14 Rob LandleyPatch from Berhnard Fischer to keep duplicate objects...
2005-09-14 "Vladimir N. Oleynik"remove unrequired dependences
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-06 "Vladimir N. Oleynik"typo, thanks, Bernhard Fischer
2005-08-31 Rob LandleyAnand Avati hit an integer overflow problem in our...
2005-08-16 Mike FrysingerBernhard Fischer says: use xmalloc() instead of malloc()
2005-07-30 Mike Frysingerpunt unused variable
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-20 Paul Foxapplying fixes from:
2005-07-20 Paul Foxapplying fix for:
2005-04-20 Mike Frysingerfix printf warning
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-03-01 Manuel Novoa III When filling the bit buffer, gzip decompression apparen...
2004-11-16 Rob LandleyDon't document compiler warnings. _FIX_ compiler warnings.
2004-10-13 Eric AndersenMake certain clients of bb_make_directory default to...
2004-10-08 Eric Andersenegor duda writes:
2004-08-28 Eric AndersenFixup some warnings
2004-07-26 Eric AndersenBusyBox has no business hard coding the number of major...
2004-04-29 Glenn L McGrathFix symlink handling and small memory leak
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-09 Glenn L McGrathAdd a comment explaining why we have to check for an...
2004-04-05 Eric Andersenrename uncompress.c to decompress_uncompress.c
2004-03-27 Eric AndersenAdd missing include files
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-21 Glenn L McGrathSometimes i get carried away with the use of function...
2004-02-20 Glenn L McGrathFix up hard links
2004-02-20 Glenn L McGrathA strict interpretation of the ustar format requires...
2004-02-19 Glenn L McGrathAdd extra comments, freakout if a pax archive is encout...
2004-02-17 Glenn L McGrathRemove debugging
2004-02-17 Glenn L McGrathDont strip trailing '/' until _after_ i test to set...
2004-01-04 Glenn L McGrathFix usage with libraries, skip symbol table.
2003-12-22 Glenn L McGrathFix a bug of mine where extracting files to stdout...
2003-12-21 Eric AndersenDon't hose up perms for files that happen to have symlinks
2003-11-27 Glenn L McGrathFix tar hard links
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-21 Glenn L McGrathUse safe read
2003-11-20 Glenn L McGrathRemove unused function
2003-11-20 Glenn L McGrathFix tar-handles-nested-exclude testcase
2003-11-20 Glenn L McGrathDont attempt to unlink directories
next