ifupdown: save some 100+ bytes of code in addstr()
[oweals/busybox.git] / archival /
2006-11-21 Denis Vlasenkoinsmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_...
2006-11-21 Denis Vlasenkocpio: (allegedly) fix bug 0001095:
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
2006-10-27 Denis Vlasenkorecursive_action: add depth param
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-12 Denis Vlasenkostyle fixes
2006-10-12 Denis Vlasenkosmall style fixes
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 Vlasenkocorrect largefile support, add comments about it.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkorandom style fixes
2006-10-01 Denis Vlasenkogzip: add a bit of comment. The code itself
2006-10-01 Denis Vlasenkog[un]zip: add support for -v (verbose).
2006-09-30 Denis Vlasenkodpkg: fix use-after-free (bug 939)
2006-09-30 Denis Vlasenkovconfig: fix bug 701 (I be damned if I understand it)
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-28 Denis Vlasenkodpkg: style fixes; short -> int (generated code is...
2006-09-28 Denis Vlasenkodpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!)
2006-09-27 Denis Vlasenkousage.h: remove ugly tricks. We have USE_FEATURE_xxx...
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-23 Denis Vlasenkobb_askpass: shorten static password buffer. 256 is...
2006-09-22 Denis Vlasenkogzip: getopt_ulflags'isation
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-11 Bernhard Reutner... - convert a few xopen3(,,0) into xopen(,). Also peruse...
2006-09-10 Rob LandleyCleanup headers and replace the zero padding with an...
2006-09-09 Denis Vlasenkotar: fix "xopen with O_CREAT" warning, improve zero...
2006-09-09 Denis Vlasenkousing [xa]sprintf for string concatenation is neat...
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-05 Rob LandleyThe bb_ prefixes were removed from xasprintf() and...
2006-09-03 Denis Vlasenkodpkg: fix buffer overflow (bug 983)
2006-09-03 Denis Vlasenkoarchival: added O_TRUNC so that when we overwrite files...
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-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-04 Rob LandleyWe haven't got a CONFIG_APT_GET.
2006-08-04 Rob LandleyOk, that's not a typo, that's just me not thinking.
2006-08-04 Rob LandleyTypo.
2006-08-04 Rob LandleyNow that we have xopen3(), it's just plain unclean...
2006-08-04 Rob LandleyUse xopen3() instead of an after-the-fact chown.
2006-08-03 Rob LandleyThese should have been part of 15767 too.
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"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...
next