summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-2415-162/+153
* zcip: remove stray seed48. It's the only thing which was pulling inDenis Vlasenko2007-07-231-4/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-235-62/+57
* style fix (stray space before ';')Denis Vlasenko2007-07-213-3/+3
* fix typo in last commitDenis Vlasenko2007-07-211-1/+1
* Three patches from FreeWRT peopleDenis Vlasenko2007-07-212-5/+20
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-212-2/+2
* ifup/ifdown: make location of ifstate configurableDenis Vlasenko2007-07-192-3/+15
* ifconfig: make it work with ifaces with ifnames > 255Denis Vlasenko2007-07-171-1/+1
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-173-3/+3
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-1415-136/+86
* nc: minor code shrinkDenis Vlasenko2007-07-131-54/+37
* udhcp: many small fixes:Denis Vlasenko2007-07-0311-185/+177
* ifupdown: kill -TERM is default, so drop -TERMDenis Vlasenko2007-07-031-37/+50
* ping: fix non-fancy ping6Denis Vlasenko2007-07-021-1/+2
* fix comment placement (no code changes)Denis Vlasenko2007-07-011-1/+2
* udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko2007-07-019-113/+148
* introduce and use bb_basename()Denis Vlasenko2007-06-301-2/+2
* wget: fix bug in base64 encoding (bug 1404). +10 bytes.Denis Vlasenko2007-06-271-18/+23
* 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