Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Announce 1.8.01_8_0 | Denis Vlasenko | 2007-11-04 | 1 | -7/+7 |
| | |||||
* | - fix typo in helptext | Bernhard Reutner-Fischer | 2007-10-29 | 1 | -1/+1 |
| | |||||
* | ll_types.c: optimize link type table, make it conditional | Denis Vlasenko | 2007-10-29 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | on FEATURE_IP_RARE_PROTOCOLS function old new delta static.arphrd_name - 373 +373 static.arphrd_type - 124 +124 ll_type_n2a 58 78 +20 static.arphrd_names 496 - -496 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 1/0 up/down: 517/-496) Total: 21 bytes text data bss dec hex filename 776880 974 9420 787274 c034a busybox_old 776594 974 9420 786988 c022c busybox_unstripped | ||||
* | xatonum.h: add comment | Denis Vlasenko | 2007-10-18 | 1 | -0/+12 |
| | | | | | | | lineedit: fix typo in comment httpd: support for proxying connection to other http server (by Alex Landau <landau_alex@yahoo.com>) | ||||
* | httpd: optional support for partial downloads | Denis Vlasenko | 2007-09-21 | 1 | -0/+9 |
| | |||||
* | - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN | Bernhard Reutner-Fischer | 2007-09-02 | 1 | -0/+1 |
| | |||||
* | httpd: add optional support for error pages | Denis Vlasenko | 2007-08-21 | 1 | -0/+13 |
| | | | | | (by Pierre Metras <genepi@sympatico.ca>) | ||||
* | httpd: sendfile support | Denis Vlasenko | 2007-08-12 | 1 | -0/+8 |
| | |||||
* | ifup/ifdown: make location of ifstate configurable | Denis Vlasenko | 2007-07-19 | 1 | -0/+10 |
| | |||||
* | slattach: new applet. | Denis Vlasenko | 2007-06-20 | 1 | -0/+6 |
| | |||||
* | make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features | Denis Vlasenko | 2007-06-16 | 1 | -1/+2 |
| | |||||
* | pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-06-16 | 1 | -0/+6 |
| | | | | wget: lift 256 chars limitation on terminal width | ||||
* | - fix typo in help text and fix punctuation | Bernhard Reutner-Fischer | 2007-05-26 | 1 | -4/+4 |
| | |||||
* | netstat: introduce -W: wide, ipv6-friendly output | Denis Vlasenko | 2007-05-15 | 1 | -0/+8 |
| | | | | | | | netstat: shrink by ~500 bytes (patch by Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>) netstat: fix for bogus state value for raw sockets | ||||
* | ifupdown: mke it possible to use DHCP clients different from udhcp. | Denis Vlasenko | 2007-05-02 | 1 | -8/+19 |
| | |||||
* | nc: port nc 1.10 to busybox | Denis Vlasenko | 2007-04-05 | 1 | -1/+1 |
| | |||||
* | - fix formatting of help text | Bernhard Reutner-Fischer | 2007-03-28 | 1 | -2/+1 |
| | |||||
* | - don't automatically select run-parts but point out that this is a ↵ | Bernhard Reutner-Fischer | 2007-03-19 | 1 | -2/+2 |
| | | | | system-utility in the strict sense. | ||||
* | - update helptext | Bernhard Reutner-Fischer | 2007-02-02 | 1 | -0/+1 |
| | |||||
* | Unify ping and ping6. ping has -4 and -6 which force | Denis Vlasenko | 2007-01-24 | 1 | -13/+5 |
| | | | | | | | | name resolution into IP or IPv6 only, otherwise we take address family returned by host2sockaddr() in lsa->sa.sa_family. IOW: "ping ::1" with do IPv6 ping, "ping 127.0.0.1" will do IPv4 ping. ping6 is aliased to "ping -6". | ||||
* | combine depends lines | Mike Frysinger | 2007-01-24 | 1 | -2/+1 |
| | |||||
* | clean up commented out old code | Denis Vlasenko | 2007-01-22 | 1 | -0/+8 |
| | |||||
* | remove obsolete FEATURE_WGET_IP6_LITERAL | Denis Vlasenko | 2007-01-22 | 1 | -7/+0 |
| | |||||
* | add arp applet - thanks to | Denis Vlasenko | 2007-01-07 | 1 | -0/+6 |
| | | | | "Eric Spakman" <E.Spakman@inter.nl.net> | ||||
* | httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore, | Denis Vlasenko | 2006-12-17 | 1 | -3/+3 |
| | | | | remove it from Config.in | ||||
* | - provide central knob to turn off RPC related options. | Bernhard Reutner-Fischer | 2006-12-01 | 1 | -2/+2 |
| | |||||
* | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | Denis Vlasenko | 2006-11-22 | 1 | -4/+3 |
| | | | | | What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd. | ||||
* | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer | 2006-11-21 | 1 | -0/+12 |
| | | | | | text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o | ||||
* | httpd: add -i (inetd) and -f (foreground) otions. | Denis Vlasenko | 2006-11-16 | 1 | -8/+0 |
| | | | | | -i makes possible to run httpd in both inetd and standalone mode without recompile (or need to have two different binaries) | ||||
* | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | Denis Vlasenko | 2006-11-02 | 1 | -5/+5 |
| | |||||
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -163/+163 |
| | |||||
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -4/+4 |
| | |||||
* | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko | 2006-09-07 | 1 | -0/+5 |
| | | | | | | | | bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build. | ||||
* | Upgrade netcat a lot. Make -e able to take the rest of the command line as | Rob Landley | 2006-07-10 | 1 | -4/+12 |
| | | | | | | | what to exec. Add -f mode and a brief explanation of how to use it to replace minicom. Add -l -l mode so you can turn any command into a server. And group all of netcat's command line options under two CONFIG entries, so if you disable both it doesn't use getopt at all. | ||||
* | - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP | Bernhard Reutner-Fischer | 2006-06-14 | 1 | -1/+1 |
| | |||||
* | - add CONFIG_FEATURE_WGET_LONG_OPTIONS | Bernhard Reutner-Fischer | 2006-05-31 | 1 | -0/+7 |
| | |||||
* | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -0/+14 |
| | | | | | | Adds "Enable getopt long" under "General options", default y. Send patches to fix getopt_ulflags and run_parts.c if you turn this off.. See http://busybox.net/lists/busybox/2006-May/021828.html for a start to run-parts | ||||
* | re-enable udhcp in a few more places | Mike Frysinger | 2006-05-08 | 1 | -1/+2 |
| | |||||
* | Busybox's udhcp was deleted a while ago. Bolting an external project onto the | Rob Landley | 2006-05-05 | 1 | -2/+0 |
| | | | | tree doesn't change that. | ||||
* | More usage.h cleanups, with collateral changes to httpd. Specifically, | Rob Landley | 2006-04-28 | 1 | -6/+6 |
| | | | | | most of our CONFIG entries switch stuff on instead of off when enabled, so fix the gratuitously reversed INETD thing. | ||||
* | - improve wording in some help texts a little bit. | Bernhard Reutner-Fischer | 2006-04-18 | 1 | -9/+9 |
| | |||||
* | - patch from P.J. Day to rely on the automatic indenting provided by depends. | Bernhard Reutner-Fischer | 2006-04-18 | 1 | -62/+60 |
| | |||||
* | - simplify config options of the ip applet. | Bernhard Reutner-Fischer | 2006-04-18 | 1 | -76/+58 |
| | |||||
* | - put udhcp back in (Rob, you removed this in r14787 by accident..). | Bernhard Reutner-Fischer | 2006-04-10 | 1 | -0/+1 |
| | |||||
* | Second verse, same as the first. | Rob Landley | 2006-04-10 | 1 | -1/+1 |
| | |||||
* | Missing dependency spotted by Robert P Day. | Rob Landley | 2006-04-10 | 1 | -3/+1 |
| | |||||
* | - fix typo introduced in the last commit. | Bernhard Reutner-Fischer | 2006-04-10 | 1 | -2/+2 |
| | |||||
* | - typo: s/biltin/builtin/g | Bernhard Reutner-Fischer | 2006-04-10 | 1 | -7/+7 |
| | |||||
* | add feature: support for running scripts through an interpreter. Thanks ↵ | "Vladimir N. Oleynik" | 2006-01-31 | 1 | -1/+11 |
| | | | | Florian Schirmer <jolt@tuxbox.org> | ||||
* | new applet. Thanks Roberto A. Foglietta | "Vladimir N. Oleynik" | 2006-01-25 | 1 | -0/+6 |
| |