summaryrefslogtreecommitdiff
path: root/ipsvd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove trailing whitespaceDenis Vlasenko2007-10-141-1/+1
|
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
| | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so
* assorted static vars removalDenis Vlasenko2007-09-281-5/+20
| | | | | | | | | | | | | | | | | | | | | function old new delta tcpudpsvd_main 1829 1839 +10 update_status 567 569 +2 sigterm 1 - -1 ......... dhcprelay_signal_handler 8 - -8 nfs_strerror 60 49 -11 singlemount 4579 4564 -15 static.p 16 - -16 svstatus 20 - -20 dhcprelay_xid_list 32 - -32 runsv_main 1785 1746 -39 static.buf 74 28 -46 svd 56 - -56 dhcprelay_main 1141 1080 -61 ------------------------------------------------------------------------------ (add/remove: 0/20 grow/shrink: 2/10 up/down: 12/-386) Total: -374 bytes
* Update defconfig; fix commentsDenis Vlasenko2007-08-241-2/+2
|
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-2/+2
| | | | | | | | (add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes text data bss dec hex filename 773469 1058 11092 785619 bfcd3 busybox_old 772644 1058 11092 784794 bf99a busybox_unstripped
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stop checking whether setsockopt_reuseaddr(int fd) was successful (it always is) remove second parameter (sockllen) from xmalloc_sockaddr2xxxxx functions sockaddr2str 142 156 +14 collect_blk 467 474 +7 xdup2 28 33 +5 singlemount 4456 4454 -2 print_host 214 212 -2 nslookup_main 139 137 -2 ftpgetput_main 414 412 -2 udhcpd_main 1258 1255 -3 udhcpc_main 2405 2402 -3 traceroute_main 4125 4122 -3 nc_main 1072 1069 -3 buffer_fill_and_print 76 73 -3 xmalloc_sockaddr2hostonly_noport 18 14 -4 xmalloc_sockaddr2host_noport 18 14 -4 xmalloc_sockaddr2host 15 11 -4 xmalloc_sockaddr2dotted_noport 18 14 -4 xmalloc_sockaddr2dotted 18 14 -4 wget_main 2618 2614 -4 ping_main 393 389 -4 ip_port_str 120 115 -5 dhcprelay_main 1146 1141 -5 dnsd_main 1531 1525 -6 passwd_main 1110 1102 -8 udhcp_kernel_packet 206 197 -9 udhcp_listen_socket 154 144 -10 getty_main 2576 2566 -10 setup 655 640 -15 xmove_fd 51 34 -17 dolisten 759 742 -17 tcpudpsvd_main 1866 1836 -30 startservice 339 299 -40
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | find_pair 164 180 +16 passwd_main 1222 1230 +8 display_speed 91 96 +5 msh_main 1335 1339 +4 qrealloc 38 36 -2 refresh 1190 1182 -8 cut_main 543 532 -11 sendCgi 1807 1794 -13 getopt32 1063 1045 -18 arith 2077 2030 -47 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/6 up/down: 33/-99) Total: -66 bytes text data bss dec hex filename 781548 1168 11900 794616 c1ff8 busybox_old 781452 1168 11900 794520 c1f98 busybox_unstripped
* whitespace fixesDenis Vlasenko2007-05-302-3/+3
|
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-262-2/+2
| | | | | *: s/include "busybox.h"/include "libbb.h"
* fix typo in commentDenis Vlasenko2007-04-131-1/+1
|
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-052-165/+0
|
* reword commentDenis Vlasenko2007-04-041-1/+1
|
* Add/improve comment, shorten some usage texts. No code changes.Denis Vlasenko2007-04-042-2/+21
|
* ipsvd: use IP:PORT syntax for environment vars. Pros:Denis Vlasenko2007-04-042-71/+74
| | | | | | | | | 1. it's saner (matches internal libc sockaddr abstraction). 2. it's smaller. Cons: not compatible with smarden's ipsvd. Fix IPv6 define typos. Stop interpreting options in prog's args. Code size -162 bytes.
* ipsvd: make udpsvd work similar to tcpsvd (multiple parallelDenis Vlasenko2007-04-031-326/+120
| | | | | children for several streams of udp packets tested to work) code size: -509 bytes
* ipsvd: fixes and improvements after testingDenis Vlasenko2007-04-033-460/+349
|
* udpsvd: more work on it. works in limited testing.Denis Vlasenko2007-04-033-51/+291
|
* test: comment out unused codeDenis Vlasenko2007-04-024-16/+32
| | | | | udpsvd: fake it compile tcpsvd: more optimal memorizing of IP's for -C
* udpsvd: forgotten 'svn add'Denis Vlasenko2007-04-021-0/+221
|
* udpsvd: next part of ipsvd applets (not working yet)Denis Vlasenko2007-04-013-7/+13
|
* tcpsvd: fix line buffering, add firewall query codeDenis Vlasenko2007-04-013-8/+52
|
* Copyright, help text, whitespace cleanupsDenis Vlasenko2007-04-011-36/+48
|
* tcpsvd: new appletDenis Vlasenko2007-04-015-0/+601
It's a GPL-ed 'clone' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape@smarden.org> http://smarden.sunsite.dk/ipsvd/ size tcpsvd.o text data bss dec hex filename 2571 4 16 2591 a1f tcpsvd.o