aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ftpd: code chrink, fixed some minor bugsDenis Vlasenko2009-03-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | ls: update comment *: openlog fixes (added LOG_PID, set LOG_DAEMON as appropriate) function old new delta xwrite_str - 26 +26 cmdio_write_ok - 15 +15 handle_cwd 40 45 +5 packed_usage 25668 25670 +2 cmdio_write_raw 7 9 +2 handle_upload_common 322 320 -2 udhcpd_main 1375 1372 -3 udhcpc_main 2362 2359 -3 port_cleanup 27 23 -4 handle_dir_common 221 209 -12 str_netfd_write 26 - -26 cmdio_get_cmd_and_arg 122 - -122 ftpd_main 2208 2050 -158 ------------------------------------------------------------------------------ text data bss dec hex filename 809933 476 7864 818273 c7c61 busybox_old 809199 476 7864 817539 c7983 busybox_unstripped
* ftpd: new applet by Adam TkacDenis Vlasenko2009-03-081-0/+13
| | | | | | | $ size ftpd.o text data bss dec hex filename 5703 0 0 5703 1647 ftpd.o
* - rephrase helptext for clarityBernhard Reutner-Fischer2009-02-241-1/+1
|
* - improve wordingBernhard Reutner-Fischer2009-02-241-1/+1
|
* - improve wordingBernhard Reutner-Fischer2009-02-141-1/+1
|
* httpd:Denis Vlasenko2009-02-041-16/+0
| | | | | | | | | | | | | | | | | | | | | Kill config options by making them always on: FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES This makes httpd.c remotely readable - it had ~125 #ifdefs, now it has ~100. The growth on a .config with all FEATURE_HTTPDs off is: function old new delta send_file_and_exit - 269 +269 parse_conf 683 763 +80 free_llist - 32 +32 httpd_main 427 454 +27 sighup_handler - 15 +15 handle_incoming_and_exit 1110 905 -205 ------------------------------------------------------------------------------ (add/remove: 3/0 grow/shrink: 2/1 up/down: 423/-205) Total: 218 bytes
* tunctl: new applet by VladimirDenis Vlasenko2009-01-231-0/+14
| | | | | | | | | | | | | function old new delta tunctl_main - 371 +371 packed_usage 25669 25799 +130 applet_names 1981 1988 +7 applet_main 1192 1196 +4 applet_nameofs 596 598 +2 applet_install_loc 149 150 +1 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 5/0 up/down: 515/0) Total: 515 bytes
* tftpd: can also have TFTP_DEBUGDenis Vlasenko2008-11-221-1/+1
|
* ifupdown.c: allow options to udhcpc to be configurable from .configWade Berrier2008-11-141-0/+9
| | | | | | | | | | This allows more control over options that are passed to udhcpc that are not configurable via /etc/network/interfaces. Example: rather than quit when an initial lease isn't found, you could use "--background" so that udhcpc keeps running and continually attempts to get an ip. That way, when you plug in the ethernet after powering on the device, you'll still get an ip.
* total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko2008-11-061-41/+0
|
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-061-1/+1
|
* - wrap overlong lineBernhard Reutner-Fischer2008-10-021-1/+2
|
* sendmail: update by VladimirDenis Vlasenko2008-09-281-0/+7
|
* sendmail: compat update by VladimirDenis Vlasenko2008-09-271-0/+21
| | | | | | | | | | | | | function old new delta sendgetmail_main 1889 2091 +202 putchar_unlocked - 43 +43 putchar - 43 +43 packed_usage 24868 24910 +42 smtp_checkp 102 111 +9 uuencode 235 227 -8 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 3/1 up/down: 339/-8) Total: 331 bytes
* - add WIP stub for tc.Bernhard Reutner-Fischer2008-09-041-0/+10
| | | | Printing worked at some point. Modify/Delete needs some refacturing.
* netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>Denis Vlasenko2008-07-271-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without FEATURE_NETSTAT_PRG: function old new delta recursive_action 416 425 +9 tcp_do_one 420 428 +8 udp_do_one 492 499 +7 raw_do_one 472 479 +7 expand 1697 1701 +4 netstat_main 489 492 +3 unix_do_one 486 488 +2 flags 1 - -1 qgravechar 109 106 -3 net_conn_line 4 - -4 bbunpack 391 383 -8 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 7/2 up/down: 40/-16) Total: 24 bytes With FEATURE_NETSTAT_PRG: file_act - 213 +213 dir_act - 192 +192 netstat_main 489 601 +112 prg_cache_get - 50 +50 tcp_do_one 420 462 +42 udp_do_one 492 533 +41 raw_do_one 472 513 +41 unix_do_one 486 519 +33 recursive_action 416 425 +9 expand 1697 1701 +4 flags 1 - -1 qgravechar 109 106 -3 net_conn_line 4 - -4 bbunpack 391 383 -8 packed_usage 24586 24572 -14 ------------------------------------------------------------------------------ (add/remove: 3/2 grow/shrink: 7/3 up/down: 737/-30) Total: 707 bytes
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-22/+26
| | | | - s/\. /. /g;# (me)
* *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko2008-04-211-1/+1
| | | | | | | | | | | | | | | function old new delta strncpy_IFNAMSIZ - 13 +13 set_slave_mtu 39 37 -2 set_slave_hwaddr 52 50 -2 set_master_hwaddr 52 50 -2 set_if_flags 40 38 -2 get_if_settings 101 98 -3 ifenslave_main 1680 1661 -19 vconfig_main 306 280 -26 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/7 up/down: 13/-56) Total: -43 bytes
* brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-04-061-8/+8
| | | | | | | | | | function old new delta brctl_main 739 1186 +447 if_indextoname - 104 +104 static.keywords 827 841 +14 static.ops - 7 +7 packed_usage 23978 23976 -2
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-17/+29
| | | | | | | | | | | | | | */Config.in: fixes to text svlogd: make it NOMMU capable function old new delta processorstart 378 420 +42 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes text data bss dec hex filename 797153 662 7420 805235 c4973 busybox_old 797196 662 7420 805278 c499e busybox_unstripped
* tftpd: new applet (mostly using existing code for tftp)Denis Vlasenko2008-03-171-5/+18
| | | | | | | | | | | | | | | | | | | | function old new delta tftp_protocol - 1173 +1173 tftpd_main - 500 +500 tftp_option_get - 102 +102 packed_usage 23650 23662 +12 applet_names 1809 1815 +6 applet_main 1100 1104 +4 applet_nameofs 550 552 +2 tftp_main 302 301 -1 get_nport 32 - -32 tftp 1172 - -1172 ------------------------------------------------------------------------------ (add/remove: 3/2 grow/shrink: 4/1 up/down: 1799/-1205) Total: 594 bytes text data bss dec hex filename 796479 662 7420 804561 c46d1 busybox_old 797153 662 7420 805235 c4973 busybox_unstripped
* sendmail: yet another maintainer's updateDenis Vlasenko2008-02-271-29/+1
|
* ifenslave: new applet. closes bug 115.Denis Vlasenko2008-02-261-0/+7
|
* - spelling fixesBernhard Reutner-Fischer2008-02-111-3/+3
|
* sendmail: update from maintainerDenis Vlasenko2008-02-081-4/+31
|
* Fix compilation error when FEATURE_FANCY_PING enabled. AlsoPaul Fox2008-02-011-6/+6
| | | | | | reorder networking/Config.in moving FEATURE_FANCY_PING next to PING6. (Cristian Ionescu-Idbohrn)
* sendmail: new applet by dronnikov at gmail.comDenis Vlasenko2008-01-281-0/+13
|
* - implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer2008-01-141-0/+1
| | | | | text data bss dec hex filename 907 20 0 927 39f networking/brctl.o
* - shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer2008-01-131-0/+19
| | | | | | text data bss dec hex filename 253 20 0 273 111 networking/brctl.o.bare 613 20 0 633 279 networking/brctl.o.fancy-time
* - new applet brctlBernhard Reutner-Fischer2008-01-131-0/+6
| | | | | | text data bss dec hex filename 289 20 0 309 135 networking/brctl.o 335 23 0 358 166 networking/brctl-verbose-ops.o
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-0/+13
| | | | | | | | | | | | *: whitespace fixes function old new delta prepend_new_eth_table - 304 +304 nameif_main 620 684 +64 cc_macaddr 51 - -51 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 1/0 up/down: 368/-51) Total: 317 bytes
* Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have:Denis Vlasenko2007-11-141-0/+15
| | | | | | function old new delta str2sockaddr 328 344 +16
* Announce 1.8.01_8_0Denis Vlasenko2007-11-041-7/+7
|
* - fix typo in helptextBernhard Reutner-Fischer2007-10-291-1/+1
|
* ll_types.c: optimize link type table, make it conditionalDenis Vlasenko2007-10-291-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 commentDenis Vlasenko2007-10-181-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 downloadsDenis Vlasenko2007-09-211-0/+9
|
* - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWNBernhard Reutner-Fischer2007-09-021-0/+1
|
* httpd: add optional support for error pages Denis Vlasenko2007-08-211-0/+13
| | | | | (by Pierre Metras <genepi@sympatico.ca>)
* httpd: sendfile supportDenis Vlasenko2007-08-121-0/+8
|
* ifup/ifdown: make location of ifstate configurableDenis Vlasenko2007-07-191-0/+10
|
* slattach: new applet.Denis Vlasenko2007-06-201-0/+6
|
* make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-featuresDenis Vlasenko2007-06-161-1/+2
|
* pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it>Denis Vlasenko2007-06-161-0/+6
| | | | wget: lift 256 chars limitation on terminal width
* - fix typo in help text and fix punctuationBernhard Reutner-Fischer2007-05-261-4/+4
|
* netstat: introduce -W: wide, ipv6-friendly outputDenis Vlasenko2007-05-151-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 Vlasenko2007-05-021-8/+19
|
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-051-1/+1
|
* - fix formatting of help textBernhard Reutner-Fischer2007-03-281-2/+1
|
* - don't automatically select run-parts but point out that this is a ↵Bernhard Reutner-Fischer2007-03-191-2/+2
| | | | system-utility in the strict sense.