index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
Age
Commit message (
Expand
)
Author
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
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
[next]