index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
Age
Commit message (
Expand
)
Author
2007-08-17
assorted fixes for breakage found by randomconfig
Denis Vlasenko
2007-08-16
whitespace fixes, no code changes
Denis Vlasenko
2007-08-15
if pidfile turned out to be !regular file, do not unlink it.
Denis Vlasenko
2007-08-15
dhcpd: make -S and -f actually work
Denis Vlasenko
2007-08-14
httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]
Denis Vlasenko
2007-08-14
httpd: extend -p PORT to -p [IP[v6]:]PORT
Denis Vlasenko
2007-08-14
udhcpd: add -f "foreground" and -S "syslog" options
Denis Vlasenko
2007-08-13
httpd: round down sendfile byte count to 64k
Denis Vlasenko
2007-08-13
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-12
httpd: sendfile support
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-11
httpd: CGI Status: header fix
Denis Vlasenko
2007-08-11
httpd: add support for Status: CGI header
Denis Vlasenko
2007-08-11
httpd: fix CGI handling bug (we were closing wrong fd).
Denis Vlasenko
2007-08-09
udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/
Denis Vlasenko
2007-08-06
bb_uuencode: fix obscure case where we were using data past last byte of source
Denis Vlasenko
2007-08-02
udhcp: slight shrink
Denis Vlasenko
2007-08-02
start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>
Denis Vlasenko
2007-07-29
interface.c: code shrink (IIRC ~30 bytes)
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-23
zcip: remove stray seed48. It's the only thing which was pulling in
Denis Vlasenko
2007-07-23
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
fix typo in last commit
Denis Vlasenko
2007-07-21
Three patches from FreeWRT people
Denis Vlasenko
2007-07-21
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-19
ifup/ifdown: make location of ifstate configurable
Denis Vlasenko
2007-07-17
ifconfig: make it work with ifaces with ifnames > 255
Denis Vlasenko
2007-07-17
remove accumulated stray trailing whitespace
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-13
nc: minor code shrink
Denis Vlasenko
2007-07-03
udhcp: many small fixes:
Denis Vlasenko
2007-07-03
ifupdown: kill -TERM is default, so drop -TERM
Denis Vlasenko
2007-07-02
ping: fix non-fancy ping6
Denis Vlasenko
2007-07-01
fix comment placement (no code changes)
Denis Vlasenko
2007-07-01
udhcp: new config option "Rewrite the lease file at every new acknowledge"
Denis Vlasenko
2007-06-30
introduce and use bb_basename()
Denis Vlasenko
2007-06-27
wget: fix bug in base64 encoding (bug 1404). +10 bytes.
Denis Vlasenko
2007-06-27
devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-26
uuencode: shrink
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
test: suppress gcc warning
Denis Vlasenko
2007-06-23
httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com>
Denis Vlasenko
2007-06-21
- remove matches() from networking/. Untested.
Bernhard Reutner-Fischer
2007-06-21
slattach: code shrink (Bernhard Fischer <rep.dot.nop@gmail.com>)
Denis Vlasenko
2007-06-20
slattach: new applet.
Denis Vlasenko
2007-06-20
- move iprule and ipaddress from matches() to index_in_str_array
Bernhard Reutner-Fischer
2007-06-20
- remove another user of the deprecated matches() func by moving it to use in...
Bernhard Reutner-Fischer
2007-06-19
ping: fix incorrect handling of -I (Iouri Kharon <bc-info@styx.cabel.net>)
Denis Vlasenko
2007-06-19
pscan: size optimization (Tito <farmatito@tiscali.it>)
Denis Vlasenko
[prev]
[next]