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 branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
Denys Vlasenko
2010-02-27
1
-28
/
+28
|
\
|
*
Config: fix alphabetical ordering
Bernhard Reutner-Fischer
2010-02-26
1
-28
/
+28
*
|
*: gethostname-related fixes
Denys Vlasenko
2010-02-27
1
-3
/
+7
|
/
*
reuse a few strings
Bernhard Reutner-Fischer
2010-02-26
1
-1
/
+1
*
typo fixes
Denys Vlasenko
2010-02-24
1
-2
/
+2
*
netstat: fix a trivial bug
Denys Vlasenko
2010-02-19
1
-1
/
+1
*
wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"
Denys Vlasenko
2010-02-11
1
-0
/
+1
*
wget: ignore --no-check-certificate
Bernhard Reutner-Fischer
2010-02-10
1
-0
/
+2
*
dnsd: add -s option. This allows (clumsy) operation with read dns servers
Denys Vlasenko
2010-02-07
1
-34
/
+39
*
dnsd: add more -v messages
Denys Vlasenko
2010-02-07
1
-6
/
+18
*
dnsd: fix one big-endian goof; add a TODO about RA bit
Denys Vlasenko
2010-02-06
1
-18
/
+21
*
udhcp[cd]: fix aliasing warnings
Denys Vlasenko
2010-02-05
2
-2
/
+2
*
*: fix 1/4 remaining aliasing warnings
Denys Vlasenko
2010-02-05
3
-34
/
+31
*
*: eliminate more aliasing warnings
Denys Vlasenko
2010-02-04
2
-24
/
+23
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
15
-16
/
+15
*
more thorough fix for systems with strange socklen_t
Denys Vlasenko
2010-02-02
2
-2
/
+2
*
tftpd: fix file creation with bogus mode. Closes bug 1021.
Denys Vlasenko
2010-02-02
1
-1
/
+1
*
further work on unicodization
Denys Vlasenko
2010-01-30
1
-2
/
+5
*
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2010-01-28
6
-27
/
+53
*
libiproute: eliminate unused fields in struct filter_t's; style fixes
Denys Vlasenko
2010-01-26
2
-153
/
+168
*
ntpd: explain why scripts can be run in quick succession
Denys Vlasenko
2010-01-25
1
-3
/
+10
*
whitespace fixes
Denys Vlasenko
2010-01-25
4
-5
/
+5
*
libbb: better unicode width support. Hopefully fixes bug 839.
Denys Vlasenko
2010-01-24
1
-1
/
+1
*
ping: use ICMP_MINLEN
Bernhard Reutner-Fischer
2010-01-23
1
-1
/
+1
*
ftpd: conditional support for broken clients
Stefan Seyfried
2010-01-18
2
-0
/
+23
*
ftpd: code shrink
Denys Vlasenko
2010-01-17
1
-21
/
+30
*
ntpd: remove some code which is at best unneeded and at worst wrong
Denys Vlasenko
2010-01-17
1
-18
/
+3
*
ntpd: add anti-clock-hopping code
Denys Vlasenko
2010-01-17
1
-17
/
+61
*
ntpd: disable frequency estimation code
Denys Vlasenko
2010-01-17
1
-24
/
+45
*
whitespace fix
Denys Vlasenko
2010-01-14
1
-1
/
+1
*
libbb: introduce and use monotonic_ms
Denys Vlasenko
2010-01-12
1
-2
/
+2
*
*: add/remove safe_, it seems we had a few incorrect uses
Denys Vlasenko
2010-01-12
3
-8
/
+8
*
ntpd: explain algorithm
Denys Vlasenko
2010-01-11
1
-5
/
+34
*
ntpd: expose more data to the script; more eagerly drop to lower poll
Denys Vlasenko
2010-01-11
1
-26
/
+46
*
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2010-01-09
1
-7
/
+7
*
nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bu...
Denys Vlasenko
2010-01-08
1
-9
/
+22
*
ifplugd: restore auto-ifup unless -a; make iff method less iffy :D
Denys Vlasenko
2010-01-08
1
-38
/
+34
*
*: fix places where we were still using malloc/realloc
Denys Vlasenko
2010-01-08
1
-20
/
+22
*
ntpd: show at loglevel 2 and export in env current poll interval
Denys Vlasenko
2010-01-07
1
-6
/
+11
*
hwclock: disable time diff code; ntpd -S script: do not wait for completion
Denys Vlasenko
2010-01-07
1
-2
/
+6
*
hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact
Denys Vlasenko
2010-01-06
1
-3
/
+2
*
ntpd: renew cur_time after script run, it can take a while
Denys Vlasenko
2010-01-06
1
-0
/
+1
*
ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization
Denys Vlasenko
2010-01-06
1
-6
/
+55
*
ifplugd: simplify run_script()
Denys Vlasenko
2010-01-06
1
-15
/
+9
*
ntpd: make -w less cumbersome to use
Denys Vlasenko
2010-01-04
1
-2
/
+2
*
fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...
Denys Vlasenko
2010-01-04
1
-1
/
+1
*
*: remove some uses of argc
Denys Vlasenko
2010-01-04
4
-13
/
+10
*
*: make 2 more "int argc"'s unused; more saved if !DESKTOP
Denys Vlasenko
2010-01-04
1
-1
/
+1
*
ntpd: add -w "watch" option, useful for debugging to look at our own data
Denys Vlasenko
2010-01-04
1
-13
/
+26
*
ntpd: fix comment, no code changes
Denys Vlasenko
2010-01-03
1
-1
/
+1
[prev]
[next]