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-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
2007-05-15
netstat: introduce -W: wide, ipv6-friendly output
Denis Vlasenko
2007-05-15
- apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:
Bernhard Reutner-Fischer
2007-05-09
tftp: explain "block# 0" codepath; report our decision to bail out to server
Denis Vlasenko
2007-05-08
tftp: code diet, and I think retransmits were broken.
Denis Vlasenko
2007-05-03
udhcpc: stop deleting our own pidfile if we daemonize.
Denis Vlasenko
2007-05-02
ifupdown: small optimization (avoid doing useless work if we are
Denis Vlasenko
2007-05-02
ifupdown: mke it possible to use DHCP clients different from udhcp.
Denis Vlasenko
2007-05-02
ifupdown: reread state file before rewriting it.
Denis Vlasenko
2007-04-18
"Unify base64 handling" is done, remove TODO
Denis Vlasenko
2007-04-16
ether-wake: save a few more bytes of code
Denis Vlasenko
2007-04-16
ether-wake: close bug 1317. Reorder fuctions to avoid
Denis Vlasenko
2007-04-16
- fix compilation when ENABLE_FEATURE_IP_RULE was off
Bernhard Reutner-Fischer
2007-04-13
teach find_root_device to deal with /dev/ subdirs
Denis Vlasenko
2007-04-13
style fixes
Denis Vlasenko
2007-04-13
sourse_route_list -> source_route_list
Denis Vlasenko
2007-04-12
- shrink iproute a bit (-200 bytes). Untested
Bernhard Reutner-Fischer
2007-04-12
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...
Bernhard Reutner-Fischer
2007-04-12
style fixes. No code changes
Denis Vlasenko
2007-04-11
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
style fixes, no code changes.
Denis Vlasenko
2007-04-11
- set the scope properly. Thanks to Jean Wolter, who wrote:
Bernhard Reutner-Fischer
2007-04-11
add more convenient defines for [NO]MMU:
Denis Vlasenko
[next]