aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* httpd shrink and logging update, part 2 of 7Denis Vlasenko2007-08-171-92/+82
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-172-1/+5
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-1/+1
* if pidfile turned out to be !regular file, do not unlink it.Denis Vlasenko2007-08-151-1/+1
* dhcpd: make -S and -f actually workDenis Vlasenko2007-08-151-1/+2
* httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko2007-08-141-126/+116
* httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko2007-08-141-123/+96
* udhcpd: add -f "foreground" and -S "syslog" optionsDenis Vlasenko2007-08-143-16/+8
* httpd: round down sendfile byte count to 64kDenis Vlasenko2007-08-131-1/+2
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-1/+1
* httpd: sendfile supportDenis Vlasenko2007-08-122-21/+47
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-1227-59/+62
* httpd: CGI Status: header fixDenis Vlasenko2007-08-111-9/+7
* httpd: add support for Status: CGI headerDenis Vlasenko2007-08-111-13/+24
* httpd: fix CGI handling bug (we were closing wrong fd).Denis Vlasenko2007-08-111-13/+20
* udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/Denis Vlasenko2007-08-091-11/+10
* bb_uuencode: fix obscure case where we were using data past last byte of sourceDenis Vlasenko2007-08-061-2/+2
* udhcp: slight shrinkDenis Vlasenko2007-08-026-69/+64
* start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-08-022-2/+4
* interface.c: code shrink (IIRC ~30 bytes)Denis Vlasenko2007-07-291-43/+43
* 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