Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-15telnetd: some simplifications and better error hadling.Denis Vlasenko
2007-10-14bzip2: update help textDenis Vlasenko
2007-10-14bzip2: implement -1..-9 command line flagsDenis Vlasenko
2007-10-14bzip2: eliminate some divisionsDenis Vlasenko
2007-10-14remove trailing whitespaceDenis Vlasenko
2007-10-14setsebool: new applet (Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko
2007-10-14httpd: fix bug where we were trying to read more POSTDATA than content-lengthDenis Vlasenko
2007-10-14bzip2: code size shrinkDenis Vlasenko
2007-10-14bzip2: remove files which are not used anymoreDenis Vlasenko
2007-10-14bzip2: size reduction, to just below 9k.Denis Vlasenko
2007-10-13bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko
2007-10-11whitespace/style fixDenis Vlasenko
2007-10-11mt: eliminate vector of structures with pointers (bad for libbusybox).Denis Vlasenko
2007-10-11stty: incorporate strings into struct instead of keeping pointers there.Denis Vlasenko
2007-10-11vi: don't wait 50 ms before reading ESC sequencesDenis Vlasenko
2007-10-11trim too verbose help textsDenis Vlasenko
2007-10-11fix a problem with two different applet_name'sDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-11add -fpic to CC flags when we build libbusybox (14% smaller .so)Denis Vlasenko
2007-10-11bunzip: small code shrink and consmeticsDenis Vlasenko
2007-10-10ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de>Denis Vlasenko
2007-10-10Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko
2007-10-10get rid of global "struct bb_applet *current_applet"Denis Vlasenko
2007-10-10trylink: s/strip/$STRIP/gDenis Vlasenko
2007-10-09typo fix in help textDenis Vlasenko
2007-10-09trylink: trivial cleanupDenis Vlasenko
2007-10-09trylink: reformat link flags for readabilityDenis Vlasenko
2007-10-09trylink: remove useless redirects, add missing error checksDenis Vlasenko
2007-10-09trylink: trivial fixesDenis Vlasenko
2007-10-09make "individual applets" build less noisy.Denis Vlasenko
2007-10-09whitespace fixDenis Vlasenko
2007-10-08add libbb/appletlib.cDenis Vlasenko
2007-10-08make --help work for "individual applets" too.Denis Vlasenko
2007-10-08libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko
2007-10-07trim too verbose help messagesDenis Vlasenko
2007-10-07website: "BusyBox Weekly News" didn't really work, remove linkDenis Vlasenko
2007-10-07ash: revert "cat | jobs" fix, it causes more problems than goodDenis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 4Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 3Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 2Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 1Denis Vlasenko
2007-10-07- mark TODO: use index_in_str_array()Bernhard Reutner-Fischer
2007-10-06chpst: fix whitespace damageDenis Vlasenko
2007-10-06chpst: stop using data/bssDenis Vlasenko
2007-10-06stat: code shrink; stop using bss; stop using strncat incorrectlyDenis Vlasenko
2007-10-06delete now unused check_header_gzip.cDenis Vlasenko
2007-10-05tail: sizeof(buf) is sizeof(char*)! must be BUFSIZDenis Vlasenko
2007-10-05add tests for gunzipDenis Vlasenko
2007-10-05gunzip: support concatenated gz files.Denis Vlasenko
2007-10-02tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>)Denis Vlasenko