index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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 'busybox' into merge
merge
Ron Yorston
2025-11-11
1
-5
/
+12
|
\
|
*
ntpd: set tmx.maxerror properly - avoid STA_UNSYNC
Denys Vlasenko
2025-10-11
1
-5
/
+12
*
|
Further mingw-w64/gcc build tweaks
Ron Yorston
2025-10-02
1
-0
/
+7
*
|
Allow building with older mingw-w64/gcc
Ron Yorston
2025-10-01
1
-0
/
+3
*
|
tls: rewrite Schannel code
RFL890
2025-08-28
1
-248
/
+263
*
|
tls: various schannel fixes
RFL890
2025-08-18
1
-135
/
+61
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-08-15
1
-27
/
+12
|
\
|
|
*
ftpd: code shrink, move replace_char() to libbb
Denys Vlasenko
2025-08-02
1
-27
/
+12
*
|
Post-merge fixes
Ron Yorston
2025-08-12
1
-4
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-08-12
7
-252
/
+47
|
\
|
|
*
telnetd: improve --help
Denys Vlasenko
2025-07-27
1
-2
/
+2
|
*
tftp: use bb_error_msg instead of info_msg for a debug message
Denys Vlasenko
2025-07-18
1
-1
/
+1
|
*
ntpd: replace two bb_info_msg's with bb_error_msg
Denys Vlasenko
2025-07-18
1
-2
/
+2
|
*
libbb: introduce and use block-XOR functions
Denys Vlasenko
2025-07-09
3
-38
/
+11
|
*
libbb/yescrypt: remove redundant SHA256 HMAC implementation
Denys Vlasenko
2025-07-07
1
-4
/
+4
|
*
libbb: factor out HMAC code from TLS
Denys Vlasenko
2025-07-07
1
-131
/
+30
|
*
libbb: add yescrypt password hashing support
Denys Vlasenko
2025-07-06
1
-1
/
+1
*
|
tls: only show schannel config option on mingw
rfl890
2025-08-10
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-08-10
3
-12
/
+10
|
\
|
|
*
whitespace fix
Denys Vlasenko
2025-07-05
1
-2
/
+2
|
*
ntpd: Raise MAXDIST to 3s for better tolerance and consistency with chrony
Michael Glembotzki
2025-07-01
1
-1
/
+1
|
*
ip route: make cache printing a bit more similar to upstream
Denys Vlasenko
2025-07-01
1
-9
/
+7
*
|
tls: whitespace fixes
Ron Yorston
2025-08-08
3
-5
/
+5
*
|
tls: fix schannel handshake on older Windows
RFL890
2025-08-08
1
-1
/
+1
*
|
tls: add Schannel implementation
rfl890
2025-08-07
3
-12
/
+592
*
|
Call BCryptDestroyHash before freeing memory handle
RFL890
2025-07-30
1
-0
/
+1
*
|
win32: deduplicate die_if_error()
Ron Yorston
2025-07-11
1
-14
/
+5
*
|
remove comments from old implementation
RFL890
2025-07-11
1
-4
/
+0
*
|
patch tls.c to work with CNG implementation
RFL890
2025-07-11
1
-3
/
+89
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-05-19
3
-88
/
+179
|
\
|
|
*
udhcpd: send DHCPOFFERs as unicast (unless clients specifically asks for bcast)
Denys Vlasenko
2025-04-07
1
-16
/
+42
|
*
udhcpc6: fix copy-paste error in "generate a consistent IAID" commit
Denys Vlasenko
2025-02-09
1
-1
/
+1
|
*
udhcpc6: generate a consistent IAID
Zhou Siqi
2025-02-09
1
-2
/
+27
|
*
udhcpc6: move block comment, no code changes
Denys Vlasenko
2025-02-09
1
-61
/
+61
|
*
udhcpc6: improvements
Laurent Bercot
2025-02-09
2
-32
/
+72
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-10-08
1
-0
/
+21
|
\
|
|
*
networking/libiproute/iplink.c: fix support for older kernels
Thomas Devoogdt
2024-10-06
1
-0
/
+21
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-09-28
1
-3
/
+6
|
\
|
|
*
wget: fix compile warnings when WGET_FTP is not selected
Denys Vlasenko
2024-09-26
1
-3
/
+6
*
|
wget: let user override Content-Length
Ron Yorston
2024-07-26
1
-0
/
+21
*
|
win32: consolidate executable handling in popen.c
Ron Yorston
2024-07-20
1
-3
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-13
1
-29
/
+62
|
\
|
|
*
tls: P256: improve x86_64 multiplication asm code
Denys Vlasenko
2024-07-12
1
-22
/
+36
|
*
tls: P256: fix obscure x86_64 asm misbehavior, closes 15679
Denys Vlasenko
2024-07-11
1
-10
/
+29
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-10
1
-1
/
+1
|
\
|
|
*
wget: ignore header casing
Sertonix
2024-07-08
1
-1
/
+1
*
|
win32: code shrink system drive handling
Ron Yorston
2024-07-07
1
-3
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-06-23
8
-59
/
+343
|
\
|
|
*
typo fix
Denys Vlasenko
2024-06-01
2
-2
/
+2
|
*
libbb: add bit counting function, use where appropriate
Denys Vlasenko
2024-05-31
4
-46
/
+9
[next]