index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
join2
long_paths
manifest
master
merge
merge_1_19
merge_1_20
mount_point
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
zstd
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
...
|
*
httpd: when reading headers, abort if they are too long
Denys Vlasenko
2026-01-22
1
-7
/
+9
|
*
httpd: reject request line and headers with control chars
Denys Vlasenko
2026-01-22
1
-0
/
+12
|
*
httpd: allow http2 requests if proxying, tighten METHOD checks
Denys Vlasenko
2026-01-22
1
-9
/
+16
|
*
httpd: fix compilation script of httpd_ratelimit_cgi.c
Denys Vlasenko
2026-01-22
2
-2
/
+4
|
*
httpd: add -M MAXCONN - do not accept unlimited number of connections
Denys Vlasenko
2026-01-22
1
-19
/
+86
|
*
httpd: stop disabling/enabling SIGHUP in every child
Denys Vlasenko
2026-01-21
1
-8
/
+13
|
*
httpd: remove one close() from main loop
Denys Vlasenko
2026-01-21
1
-5
/
+6
|
*
networking/httpd_ratelimit_cgi.c: new example CGI handler
Denys Vlasenko
2026-01-21
2
-1
/
+248
|
*
httpd: expand logging: now can see what CGIs are started
Denys Vlasenko
2026-01-21
1
-26
/
+45
*
|
libbb: refactor CNG hashing implementation
rfl890
2026-01-27
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2026-01-22
2
-2
/
+5
|
\
|
|
*
networking/udhcp: fix typo in comment
Giorgi Tchankvetadze
2026-01-14
1
-1
/
+1
|
*
tls: better error message when TLS record is truncated
Denys Vlasenko
2025-11-25
1
-1
/
+4
*
|
Merge branch 'busybox' into 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
[prev]
[next]