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
2011-09-21
add INIT_G()'s. No code changes.
Denys Vlasenko
2011-09-15
start_stop_daemon: set complementary group ids too. Closes 3253
Denys Vlasenko
2011-09-11
wget: URL-decode user:password before base64-encoding it into auth hdr. Close...
Denys Vlasenko
2011-09-11
ping: display real IPv6 response address. Hopefully closes 3745.
Denys Vlasenko
2011-09-11
inetd: close new udp fd in "udp nowait" case
Denys Vlasenko
2011-09-09
udhcp: remove the declaration of non-existent udhcp_checksum
Baruch Siach
2011-09-07
networking: consolidate the IP checksum code. -129 bytes.
Baruch Siach
2011-07-25
tcpudp: simplify help text
Denys Vlasenko
2011-07-08
more tweak for bionic
Denys Vlasenko
2011-07-08
typo fixes
Dan Fandrich
2011-06-15
inetd: check if RPC is available
Bernhard Reutner-Fischer
2011-06-12
iplink: tweak includes to work on android
Denys Vlasenko
2011-06-10
Replaced __u32 etc. with standard uint32_t style types
Daniel Fandrich
2011-06-10
*: simplify Ethernet header includes
Dan Fandrich
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-04
udhcpc: allow -O OPT take numeric params
Denys Vlasenko
2011-05-16
The [-Wunused-but-set-variable] warnings
Cristian Ionescu-Idbohrn
2011-05-13
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-05-13
adduser: safe username passing to passwd/addgroup
Denys Vlasenko
2011-05-12
inetd: add FIXMEs
Denys Vlasenko
2011-05-05
traceroute: properly reduce poll timeout
Denys Vlasenko
2011-05-03
udhcp: fix some default values from "" to NULL
Denys Vlasenko
2011-04-26
udhcp: add FEATURE_UDHCP_8021Q option
Nigel Hathaway
2011-04-26
dhcpc: export unrecognized options in "optNN=XXXXXXXXX" form
Nigel Hathaway
2011-04-17
add include <sys/socket.h>
Denys Vlasenko
2011-04-16
wget: add a note about bug 3625
Denys Vlasenko
2011-04-16
Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619
Denys Vlasenko
2011-04-11
add forgotten #include
Denys Vlasenko
2011-04-11
tftpd: add -l "log to syslog" option. Needed for inetd mode
Denys Vlasenko
2011-04-11
tftp: fix progress bar for large (>32M) files. Closes 3499
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2011-04-10
http: document index.cgi usage. no code changes
Denys Vlasenko
2011-04-07
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
Denys Vlasenko
2011-04-07
ntpd: decrease ntpd -q "no response" timeout to 10 sec
Denys Vlasenko
2011-03-27
httpd: don't send error messages with gzip encoding
Peter Korsgaard
2011-03-27
wget: --post-data=STR should not encode STR, should send it verbatim
Vitaly Magerya
2011-03-22
don't call freeaddinfo(NULL)
Vitaly Magerya
2011-03-21
wget: move help text to .c file
Denys Vlasenko
2011-03-21
wget: fix fname_out usage wrt redirects
Denys Vlasenko
2011-03-12
udhcpc: emit "correct" secs field
Denys Vlasenko
2011-03-08
use user's shell instead of hardwired "/bin/sh" (android needs this)
Denys Vlasenko
2011-03-08
ftpd: better usage text
Denys Vlasenko
2011-03-07
udhcpc: add -B option
Keith Young
2011-03-06
nameif: add matching by phy_address=NUM; extend help text
Phil Sutter
2011-03-06
nameif: fix parsing of /proc/net/dev; small code shrink
Phil Sutter
2011-03-02
don't leak malloced variables in the loop; remove double alloc
Alexey Fomenko
2011-03-02
convert "do {...} while (1);" -> "while (1) {...}"
Denys Vlasenko
2011-03-02
add missing fclose's
Alexey Fomenko
2011-02-27
whois: new applet
Pere Orga
2011-02-26
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Denys Vlasenko
[next]