Standardize on the vi editing directives being on the first line.
[oweals/busybox.git] / archival /
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
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-25 Rob LandleyA few patches from Erik Hovland, turning strncpy()...
2006-06-20 Rob LandleySince rangecoder is just a bunch of C functions, move...
2006-06-13 Rob LandleyUse xstat() instead of if(stat()) die()
2006-06-13 Rob LandleyPatch from Denis Vlasenko: unlzma was make files with...
2006-06-10 Bernhard Reutner... - use bb_xchdir instead of ignoring eventual errors...
2006-06-07 Bernhard Reutner... - spelling
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-03 Bernhard Reutner... - use bb_msg_{read,write}_error where appropriate.
2006-05-29 Bernhard Reutner... - ls: remove unused variable
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... - add central knob to turn off getopt_long everywhere...
2006-05-26 Bernhard Reutner... - use ATTRIBUTE_ALWAYS_INLINE if requested
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
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-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-04-27 Rob LandleyPatch from Dennis Vlasenko to add the option to compres...
2006-04-18 Bernhard Reutner... - typo: s/derefernce/dereference/g
2006-04-17 Rob LandleyGlenn gave permission for GPLv2 "or later".
2006-04-14 Rob LandleyBusybox is under the GPL.
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-04-13 Bernhard Reutner... - remove unneeded include, use shorter boilerplate...
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-04-10 Rob LandleyPatch from Rob Sullivan to consolidate crc32 table...
2006-04-05 Bernhard Reutner... - include proper headers.
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
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-27 Paul Foxensure that corrupted file extraction causes both a...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
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-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
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 Andersenpassing around an int as a void* is a very bad idea
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-30 Bernhard Reutner... - add some ATTRIBUTE_UNUSED.
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.
2006-01-09 Rob LandleyBug 547: writing out the tar file header before we...
2006-01-04 Mike Frysingeruse MAP_PRIVATE instead of MAP_SHARED for uClinux syste...
2005-12-29 Bernhard Reutner... - silence warning about unused param
2005-12-16 Rob LandleyBug 601: When we fork an archiver and feed stuff to...
2005-12-12 Bernhard Reutner... - typo: s/sucess/success/g
2005-12-06 "Vladimir N. Oleynik"reduce 3 warning if compile with -W
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-16 Rob LandleyThe fact "tar tvjf thing.tbz" didn't work was due to...
2005-10-16 Rob LandleyWhitespace and curly bracket cleanup (our tabstop is...
2005-10-15 "Vladimir N. Oleynik"llist must initialize, add loses ifdef, small indent...
2005-10-15 Rob LandleyAdd --exclude option (to make uClibc-0.9.28 headers...
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-13 Bernhard Reutner... - typo in makefile variable: s/archvial/archival/
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-10-12 "Vladimir N. Oleynik"Prepend '-' to the first argument if required, more...
2005-10-12 "Vladimir N. Oleynik"new featured bb_opt_complementally, correct argc checking
2005-10-11 Rob LandleyThere doesn't seem to be a standard header for makedev...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-10-10 "Vladimir N. Oleynik"bb_mkdep: Rewroted. removed problem "include name must...
2005-10-07 Bernhard Reutner... - remove superfluous C statements ";;" in decompress_un...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-25 Rob LandleyStop gcc4 from nit-picking about signedness of char *.
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
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-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyFix for bug 383: attempting to "tar c /" would error...
2005-08-31 Rob LandleyAnand Avati hit an integer overflow problem in our...
next