summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)Denis Vlasenko2007-06-271-2/+2
* uuencode: shrinkDenis Vlasenko2007-06-261-2/+2
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-256-16/+13
* test: suppress gcc warningDenis Vlasenko2007-06-251-13/+13
* httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-06-231-0/+12
* - remove matches() from networking/. Untested.Bernhard Reutner-Fischer2007-06-214-62/+96
* slattach: code shrink (Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko2007-06-211-21/+27
* slattach: new applet.Denis Vlasenko2007-06-203-0/+247
* - move iprule and ipaddress from matches() to index_in_str_arrayBernhard Reutner-Fischer2007-06-203-43/+50
* - remove another user of the deprecated matches() func by moving it to use in...Bernhard Reutner-Fischer2007-06-201-11/+24
* ping: fix incorrect handling of -I (Iouri Kharon <bc-info@styx.cabel.net>)Denis Vlasenko2007-06-191-5/+8
* pscan: size optimization (Tito <farmatito@tiscali.it>)Denis Vlasenko2007-06-191-5/+3
* ll_map: disable interface name caching codeDenis Vlasenko2007-06-192-40/+51
* networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko2007-06-194-75/+61
* networking/interface.c: reduce bss usageDenis Vlasenko2007-06-191-45/+54
* ping: fix write-after-allocated-mem bugDenis Vlasenko2007-06-182-37/+32
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-175-141/+131
* hwclock: size optimizationsDenis Vlasenko2007-06-174-125/+83
* arping: -i should be -IDenis Vlasenko2007-06-171-1/+1
* forgot svn add...Denis Vlasenko2007-06-161-0/+150
* 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-164-4/+19
* traceroute: stop using floating point needlessly; nuke useless assignment.Denis Vlasenko2007-06-141-14/+9
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-1/+1
* moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko2007-06-101-16/+23
* httpd: move data off bss.Denis Vlasenko2007-06-091-189/+218
* nc: make connecting to IPv4 from IPv6-enabled hosts easierDenis Vlasenko2007-06-051-9/+12
* snprintf(... "%s"...) => safe_strncpyDenis Vlasenko2007-06-041-3/+6
* ping: stop using data/bssDenis Vlasenko2007-06-041-18/+44
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-043-17/+15
* find_stray_communal_vars: script which finds communal variablesDenis Vlasenko2007-06-031-1/+1
* delete tons of extra #includesDenis Vlasenko2007-05-3114-51/+24
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-7/+1
* whitespace fixesDenis Vlasenko2007-05-305-10/+10
* ping: fix wrong sign extension of packet id (bug 1373)Denis Vlasenko2007-05-271-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-2631-33/+35
* xpipe: introduce (saves ~170 bytes)Denis Vlasenko2007-05-261-6/+7
* - fix typo in help text and fix punctuationBernhard Reutner-Fischer2007-05-261-4/+4
* udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not...Denis Vlasenko2007-05-241-1/+3
* several *.c files:Denis Vlasenko2007-05-171-2/+3
* fix trivial compile errors found by randomconfig runDenis Vlasenko2007-05-171-0/+8
* netstat: fix error in new -W option handlingDenis Vlasenko2007-05-161-2/+3
* netstat: introduce -W: wide, ipv6-friendly outputDenis Vlasenko2007-05-152-166/+161
* - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:Bernhard Reutner-Fischer2007-05-151-10/+5
* tftp: explain "block# 0" codepath; report our decision to bail out to serverDenis Vlasenko2007-05-091-73/+70
* tftp: code diet, and I think retransmits were broken.Denis Vlasenko2007-05-081-209/+159
* udhcpc: stop deleting our own pidfile if we daemonize.Denis Vlasenko2007-05-033-34/+35
* ifupdown: small optimization (avoid doing useless work if we areDenis Vlasenko2007-05-021-10/+10
* ifupdown: mke it possible to use DHCP clients different from udhcp.Denis Vlasenko2007-05-022-33/+48
* ifupdown: reread state file before rewriting it.Denis Vlasenko2007-05-021-36/+37