index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
udhcpc: reuse string constant; remove unneeded memset(0)
Denys Vlasenko
2011-11-05
1
-2
/
+1
*
udhcpc: deprecate --hostname NAME
Denys Vlasenko
2011-11-05
1
-5
/
+20
*
getty: reset tty attrs on Ctrl-C and Ctrl-D too
Denys Vlasenko
2011-10-23
1
-1
/
+1
*
udhcpc: add comment about server IP
Denys Vlasenko
2011-10-20
1
-1
/
+19
*
udhcpc: in fill_envp, export BOOTP fields first
Denys Vlasenko
2011-10-20
1
-18
/
+36
*
dhcpc: fix the case where we might add extra space at the end of envvar.
Denys Vlasenko
2011-10-20
2
-9
/
+13
*
udhcpc: fix 6rd option formatting (was using 4 more bytes than there is)
Denys Vlasenko
2011-10-20
1
-27
/
+23
*
udhcpc: remove unused argument in sprint_nip6
Denys Vlasenko
2011-10-20
1
-4
/
+4
*
udhcpc: small code shrink
Denys Vlasenko
2011-10-20
1
-6
/
+9
*
typo fix in comment
Denys Vlasenko
2011-10-20
1
-1
/
+1
*
udhcpc: add support for DHCP option 212 (RFC 5969)
Denys Vlasenko
2011-10-19
3
-2
/
+82
*
nc: small code shrink
Denys Vlasenko
2011-10-19
1
-2
/
+1
*
ifupdown: code shrink
Denys Vlasenko
2011-10-19
1
-27
/
+15
*
ifupdown: support post-up / pre-down hooks
Peter Korsgaard
2011-10-19
1
-0
/
+6
*
udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total re...
Vladislav Grishenko
2011-10-18
1
-1
/
+15
*
udhcp: IF_UDHCP_VERBOSE() macro - improve code readability
Leonid Lisovskiy
2011-10-18
3
-11
/
+5
*
tftp: mode string is case independent
Denys Vlasenko
2011-10-06
1
-1
/
+2
*
add INIT_G()'s. No code changes.
Denys Vlasenko
2011-09-21
1
-0
/
+2
*
start_stop_daemon: set complementary group ids too. Closes 3253
Denys Vlasenko
2011-09-15
1
-1
/
+1
*
wget: URL-decode user:password before base64-encoding it into auth hdr. Close...
Denys Vlasenko
2011-09-11
2
-81
/
+8
*
ping: display real IPv6 response address. Hopefully closes 3745.
Denys Vlasenko
2011-09-11
1
-3
/
+3
*
inetd: close new udp fd in "udp nowait" case
Denys Vlasenko
2011-09-11
1
-11
/
+55
*
udhcp: remove the declaration of non-existent udhcp_checksum
Baruch Siach
2011-09-09
1
-2
/
+0
*
networking: consolidate the IP checksum code. -129 bytes.
Baruch Siach
2011-09-07
4
-95
/
+9
*
tcpudp: simplify help text
Denys Vlasenko
2011-07-25
1
-3
/
+3
*
more tweak for bionic
Denys Vlasenko
2011-07-08
2
-2
/
+33
*
typo fixes
Dan Fandrich
2011-07-08
1
-1
/
+1
*
inetd: check if RPC is available
Bernhard Reutner-Fischer
2011-06-15
1
-2
/
+5
*
iplink: tweak includes to work on android
Denys Vlasenko
2011-06-12
1
-1
/
+1
*
Replaced __u32 etc. with standard uint32_t style types
Daniel Fandrich
2011-06-10
2
-24
/
+24
*
*: simplify Ethernet header includes
Dan Fandrich
2011-06-10
9
-53
/
+20
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
35
-44
/
+6
*
udhcpc: allow -O OPT take numeric params
Denys Vlasenko
2011-06-04
1
-2
/
+5
*
The [-Wunused-but-set-variable] warnings
Cristian Ionescu-Idbohrn
2011-05-16
1
-2
/
+2
*
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-05-13
1
-4
/
+3
*
adduser: safe username passing to passwd/addgroup
Denys Vlasenko
2011-05-13
1
-1
/
+1
*
inetd: add FIXMEs
Denys Vlasenko
2011-05-12
1
-0
/
+5
*
traceroute: properly reduce poll timeout
Denys Vlasenko
2011-05-05
1
-24
/
+37
*
udhcp: fix some default values from "" to NULL
Denys Vlasenko
2011-05-03
1
-3
/
+3
*
udhcp: add FEATURE_UDHCP_8021Q option
Nigel Hathaway
2011-04-26
3
-0
/
+18
*
dhcpc: export unrecognized options in "optNN=XXXXXXXXX" form
Nigel Hathaway
2011-04-26
1
-10
/
+47
*
add include <sys/socket.h>
Denys Vlasenko
2011-04-17
1
-0
/
+1
*
wget: add a note about bug 3625
Denys Vlasenko
2011-04-16
1
-0
/
+6
*
Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619
Denys Vlasenko
2011-04-16
1
-1
/
+1
*
add forgotten #include
Denys Vlasenko
2011-04-11
1
-0
/
+1
*
tftpd: add -l "log to syslog" option. Needed for inetd mode
Denys Vlasenko
2011-04-11
1
-2
/
+8
*
tftp: fix progress bar for large (>32M) files. Closes 3499
Denys Vlasenko
2011-04-11
1
-2
/
+2
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
33
-0
/
+711
*
http: document index.cgi usage. no code changes
Denys Vlasenko
2011-04-10
1
-1
/
+5
*
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
Denys Vlasenko
2011-04-07
8
-16
/
+16
[prev]
[next]