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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
|
*
ntpd: decrease ntpd -q "no response" timeout to 10 sec
Denys Vlasenko
2011-04-07
1
-3
/
+17
|
*
httpd: don't send error messages with gzip encoding
Peter Korsgaard
2011-03-27
1
-0
/
+1
|
*
wget: --post-data=STR should not encode STR, should send it verbatim
Vitaly Magerya
2011-03-27
1
-41
/
+1
*
|
Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into merge
Ron Yorston
2012-03-22
12
-133
/
+344
|
\
|
|
*
don't call freeaddinfo(NULL)
Vitaly Magerya
2011-03-22
1
-2
/
+2
|
*
wget: move help text to .c file
Denys Vlasenko
2011-03-21
1
-0
/
+26
|
*
wget: fix fname_out usage wrt redirects
Denys Vlasenko
2011-03-21
1
-2
/
+8
|
*
udhcpc: emit "correct" secs field
Denys Vlasenko
2011-03-12
2
-0
/
+17
|
*
use user's shell instead of hardwired "/bin/sh" (android needs this)
Denys Vlasenko
2011-03-08
1
-4
/
+5
|
*
ftpd: better usage text
Denys Vlasenko
2011-03-08
1
-1
/
+18
|
*
udhcpc: add -B option
Keith Young
2011-03-07
1
-59
/
+69
|
*
nameif: add matching by phy_address=NUM; extend help text
Phil Sutter
2011-03-06
2
-30
/
+94
|
*
nameif: fix parsing of /proc/net/dev; small code shrink
Phil Sutter
2011-03-06
1
-11
/
+9
|
*
don't leak malloced variables in the loop; remove double alloc
Alexey Fomenko
2011-03-02
2
-3
/
+6
|
*
convert "do {...} while (1);" -> "while (1) {...}"
Denys Vlasenko
2011-03-02
1
-2
/
+2
|
*
add missing fclose's
Alexey Fomenko
2011-03-02
1
-0
/
+2
|
*
whois: new applet
Pere Orga
2011-02-27
1
-0
/
+66
|
*
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Denys Vlasenko
2011-02-26
3
-21
/
+22
*
|
Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge
Ron Yorston
2012-03-22
15
-389
/
+540
|
\
|
|
*
fix libiproute compile with kernel headers < 2.6.17
Stefan Seyfried
2011-02-26
1
-0
/
+3
|
*
iproute: fix parsing and matching of of "short" IP addrs like 10/8
Denys Vlasenko
2011-02-23
4
-38
/
+74
|
*
wget: reduce bloat
Pere Orga
2011-02-19
1
-7
/
+3
|
*
udhcpd: optional IP selection based on MAC hash
Vladislav Grishenko
2011-02-16
2
-8
/
+50
|
*
wget: check for final write errors for -O FILE too
Denys Vlasenko
2011-02-15
1
-0
/
+3
|
*
wget: make "wget -O FILE URL1 URL2" concatenate output
Denys Vlasenko
2011-02-15
1
-29
/
+37
|
*
wget: fix SEGV with multiple urls and redirection
Pere Orga
2011-02-14
1
-0
/
+1
|
*
udhcpc: use more correct, and more importantly, more understandable BPF code
Vladislav Grishenko
2011-02-14
1
-20
/
+24
|
*
wget: support multiple URLs on command line even without -O :)
Denys Vlasenko
2011-02-13
1
-55
/
+15
|
*
wget: support multiple URLs on command line
Denys Vlasenko
2011-02-13
1
-129
/
+160
|
*
typo fix in comment
Denys Vlasenko
2011-02-12
1
-1
/
+1
|
*
wget: display 100% at the _end_ of chunked download
Denys Vlasenko
2011-02-11
1
-2
/
+2
|
*
wget: chunked mode fix. Closes bug 3229
Denys Vlasenko
2011-02-11
1
-10
/
+16
|
*
wget: explain clearerr more clearly
Denys Vlasenko
2011-02-11
1
-1
/
+10
|
*
wget: correctly handle rare case when we get EAGAIN _on first_ read
Denys Vlasenko
2011-02-11
1
-6
/
+26
|
*
progress meter: fix bugs found in stall detection and unknown size logic
Denys Vlasenko
2011-02-11
1
-1
/
+1
|
*
progress meter: move file name to bb_progress_t. +20 bytes
Denys Vlasenko
2011-02-11
2
-7
/
+7
|
*
wget: shrink progress meter code; strink wget and add debug logging
Denys Vlasenko
2011-02-10
1
-34
/
+40
|
*
wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytes
Denys Vlasenko
2011-02-10
1
-8
/
+19
|
*
save 10 bytes on strings
Denys Vlasenko
2011-02-10
1
-1
/
+1
|
*
wget: remove functions which retry on EINTR
Denys Vlasenko
2011-02-10
1
-3
/
+5
|
*
fix trivial build failure
Denys Vlasenko
2011-02-10
1
-2
/
+3
|
*
wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers
Denys Vlasenko
2011-02-10
1
-60
/
+61
|
*
tc: less ugly check for bad sizeof(G)
Denys Vlasenko
2011-02-10
1
-6
/
+4
|
*
iproute: fix handling of "dev IFACE" selector
Denys Vlasenko
2011-02-09
2
-14
/
+25
[prev]
[next]