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
*
Merge commit '1_20_0' into merge
Ron Yorston
2012-04-23
7
-16
/
+31
|
\
|
*
udhcpc: fix improper size calculation for OPTION_STRING_HOST
Denys Vlasenko
2012-04-22
1
-0
/
+1
|
*
fix build breakage found by randconfig
Denys Vlasenko
2012-04-20
3
-2
/
+8
|
*
udhcp: make arpping code resistant to time jumps
Denys Vlasenko
2012-04-17
1
-2
/
+7
|
*
httpd: emit correct content length on range requests past the end. Closes 4952
Rob Walker
2012-04-03
1
-1
/
+1
|
*
hostname: make -i not emit extra trailing space
Denys Vlasenko
2012-04-01
1
-1
/
+1
|
*
ntpd: fix build failure if !NTPD_SERVER. Closes 4994
Denys Vlasenko
2012-04-01
1
-10
/
+13
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-03-23
20
-414
/
+2537
|
\
|
|
*
ftp{get,put}: tweak help text
Denys Vlasenko
2012-03-19
1
-17
/
+17
|
*
nc: support "-<other_opts>e PROG" form of -e option
Denys Vlasenko
2012-03-19
1
-14
/
+29
|
*
ntpd: make "reply from IP" messages more uniform
Denys Vlasenko
2012-03-08
1
-1
/
+1
|
*
ntpd: drop offset averaging code
Denys Vlasenko
2012-03-08
1
-23
/
+60
|
*
tftpd: chroot to DIR, not merely chdir. Closes 4874
Denys Vlasenko
2012-03-08
1
-2
/
+3
|
*
libbb: make xchroot do a chdir("/") after chroot
Denys Vlasenko
2012-03-08
1
-2
/
+1
|
*
ntpd: tweak log messages format
Denys Vlasenko
2012-03-06
1
-4
/
+4
|
*
ntpd: fix a case when discipline_jitter = 0 if we step
Denys Vlasenko
2012-03-05
1
-17
/
+13
|
*
ntpd: experimental code to correct frequency a bit more aggressively
Denys Vlasenko
2012-03-05
1
-23
/
+29
|
*
ntpd: fix the "are we a server" check in previous commit
Denys Vlasenko
2012-03-03
1
-1
/
+1
|
*
ntpd: avoid printing messages between send and recv. good for fast networks
Denys Vlasenko
2012-03-03
1
-7
/
+30
|
*
ntpd: log clock drift with three digits after decimal point
Denys Vlasenko
2012-03-02
1
-2
/
+2
|
*
ntpd: log jitter on update too; increase assumed clock precision x2 - to 2ms
Denys Vlasenko
2012-03-02
1
-17
/
+28
|
*
ntpd: fix offset adjustment after step; better step printing
Denys Vlasenko
2012-02-28
1
-17
/
+23
|
*
ntpd: increase OPT_qq constant to not collide with -L
Denys Vlasenko
2012-02-23
1
-14
/
+14
|
*
ifupdown: support metric for static default gw
Natanael Copa
2012-02-19
1
-4
/
+4
|
*
httpd: make byte ranges which start at 0 work too. Closes 4766
Denys Vlasenko
2012-02-19
1
-6
/
+7
|
*
httpd: fix sendfile of files larger than 2 Gb. Closes 4754
Denys Vlasenko
2012-02-04
1
-1
/
+1
|
*
httpd: fix MD5-encrypted-in-httpd.conf password logic
Denys Vlasenko
2012-02-01
2
-27
/
+39
|
*
vconfig: fix help text; small code shrink. Closes 4658
Denys Vlasenko
2012-01-16
1
-55
/
+41
|
*
httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used
Denys Vlasenko
2011-12-19
2
-19
/
+34
|
*
wget: fix use-after-free on redirect
Denys Vlasenko
2011-12-18
1
-2
/
+4
|
*
libbb: remove is_directory's argument which is always NULL
Denys Vlasenko
2011-12-18
1
-3
/
+3
|
*
httpd: remove redundant NULL assignment and save one strrchr. -8 bytes
Denys Vlasenko
2011-12-18
1
-8
/
+11
|
*
udhcp: finish support of classless static routes (now the correct patch!)
Michael McTernan
2011-12-16
1
-18
/
+37
|
*
vconfig: remove /proc/net/vlan/config check
Paulius Zaleckas
2011-12-16
1
-6
/
+0
|
*
httpd: fix /../ sanitization (had one extra semicolon). rewrote it
Denys Vlasenko
2011-12-16
1
-13
/
+19
|
*
*: style fixes. no code changes
Denys Vlasenko
2011-12-15
1
-2
/
+2
|
*
ifupdown: remove interface from state_list if iface_up fails
Lauri Hintsala
2011-12-15
1
-1
/
+1
|
*
udhcpc: sanitize hostnames in incoming packets. Closes 3979.
Denys Vlasenko
2011-12-08
3
-5
/
+73
|
*
iproute: fix help text
Denys Vlasenko
2011-12-06
1
-7
/
+6
|
*
httpd: small fixes to previous change
Pascal Bellard
2011-11-29
1
-7
/
+11
|
*
httpd: make it possible to use system passwords for auth
Pascal Bellard
2011-11-29
1
-28
/
+147
|
*
nommu: fix cases where we mangle argv[0][0]
Denys Vlasenko
2011-11-22
1
-0
/
+1
|
*
udhcpc: shrink code by setting xid more economically
Denys Vlasenko
2011-11-18
1
-4
/
+8
|
*
udhcpc6: rudimentary code to export data to script; fix IAADDR parsing
Denys Vlasenko
2011-11-16
5
-40
/
+131
|
*
udhcpc[6]: tweak help text, remove -B from udhcpc6 and "--version" from both
Denys Vlasenko
2011-11-08
2
-13
/
+9
|
*
udhcpc6: set hop limit to 1 in emitted raw packets
Denys Vlasenko
2011-11-07
1
-7
/
+11
|
*
udhcpc6: fix endianness
Denys Vlasenko
2011-11-07
2
-10
/
+10
|
*
udhcpc6: new applet. Not yet functional.
Denys Vlasenko
2011-11-07
4
-0
/
+1724
|
*
udhcpc: trim help text, rename badly-named variable
Denys Vlasenko
2011-11-07
2
-15
/
+14
|
*
udhcpc: code shrink
Denys Vlasenko
2011-11-07
1
-22
/
+18
[next]