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-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
2007-06-19
ll_map: disable interface name caching code
Denis Vlasenko
2007-06-19
networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...
Denis Vlasenko
2007-06-19
networking/interface.c: reduce bss usage
Denis Vlasenko
2007-06-18
ping: fix write-after-allocated-mem bug
Denis Vlasenko
2007-06-17
wget: use monotonic_sec instead of gettimeofday
Denis Vlasenko
2007-06-17
hwclock: size optimizations
Denis Vlasenko
2007-06-17
arping: -i should be -I
Denis Vlasenko
2007-06-16
forgot svn add...
Denis Vlasenko
2007-06-16
make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features
Denis Vlasenko
2007-06-16
pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-06-14
traceroute: stop using floating point needlessly; nuke useless assignment.
Denis Vlasenko
2007-06-12
diff: shrink code (-85 bytes):
Denis Vlasenko
2007-06-10
moved biggest stack buffers to malloc space, or made their size configurable
Denis Vlasenko
2007-06-09
httpd: move data off bss.
Denis Vlasenko
2007-06-05
nc: make connecting to IPv4 from IPv6-enabled hosts easier
Denis Vlasenko
2007-06-04
snprintf(... "%s"...) => safe_strncpy
Denis Vlasenko
2007-06-04
ping: stop using data/bss
Denis Vlasenko
2007-06-04
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-06-03
find_stray_communal_vars: script which finds communal variables
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-05-31
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-05-27
ping: fix wrong sign extension of packet id (bug 1373)
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
xpipe: introduce (saves ~170 bytes)
Denis Vlasenko
2007-05-26
- fix typo in help text and fix punctuation
Bernhard Reutner-Fischer
2007-05-24
udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not...
Denis Vlasenko
2007-05-17
several *.c files:
Denis Vlasenko
2007-05-17
fix trivial compile errors found by randomconfig run
Denis Vlasenko
2007-05-16
netstat: fix error in new -W option handling
Denis Vlasenko
[next]