index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
long_paths
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
zstd
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
httpd: time out data writes after 60 seconds of no progress
Denys Vlasenko
2026-01-22
1
-13
/
+45
|
*
httpd: optimize header reading timeout code
Denys Vlasenko
2026-01-22
1
-4
/
+10
|
*
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: fix regression where 'which' output duplicate slashes
Ron Yorston
2026-02-01
1
-0
/
+8
*
|
ash: remove unnecessary conditional compilation
Ron Yorston
2026-01-30
1
-4
/
+0
*
|
ash: don't skip exec() if std streams are invalid
Ron Yorston
2026-01-29
1
-1
/
+3
*
|
libbb: code shrink
Ron Yorston
2026-01-28
2
-16
/
+30
*
|
libbb: update CNG API config message
rfl890
2026-01-28
1
-2
/
+3
*
|
libbb: refactor CNG hashing implementation
rfl890
2026-01-27
4
-47
/
+110
*
|
make: bring into alignment with pdpmake
Ron Yorston
2026-01-26
1
-2
/
+3
*
|
join: add some more tests
Ron Yorston
2026-01-23
2
-1
/
+31
*
|
Update default configurations
Ron Yorston
2026-01-22
5
-6
/
+11
*
|
Merge branch 'busybox' into merge
Ron Yorston
2026-01-22
13
-54
/
+726
|
\
|
|
*
vmstat: fix I/O, int and ctxt rates: need to be divided by seconds
Denys Vlasenko
2026-01-20
1
-5
/
+8
|
*
vmstat: fixes for >4TB memory and long sampling intervals
Denys Vlasenko
2026-01-20
1
-39
/
+75
|
*
vmstat: fix "vmstat N 0" to act compatibly (do not print infinitely)
Denys Vlasenko
2026-01-19
1
-5
/
+12
|
*
vmstat: smarter handling of header re-printing
Denys Vlasenko
2026-01-19
1
-23
/
+30
|
*
vmstat: show shorter, human-readable accumulating counts if they grow large
Denys Vlasenko
2026-01-18
1
-13
/
+29
|
*
vmstat: reduce the chances of misaligned columns
Denys Vlasenko
2026-01-18
1
-8
/
+26
|
*
vmstat: code shrink
Denys Vlasenko
2026-01-18
1
-28
/
+39
|
*
procps: new applet: vmstat
David Leonard
2026-01-18
1
-0
/
+483
|
*
adduser: remove preconfigured GECOS full name field
Achill Gilgenast
2026-01-18
1
-1
/
+1
|
*
md5/sha1sum: Honor the -b flag in the output
Martin Storsjö
2026-01-18
2
-4
/
+22
|
*
cmp: fix -n causing all diffs to be output, implement size suffixes for SKIP
Denys Vlasenko
2026-01-18
4
-20
/
+77
|
*
cmp: stop skipping bytes if EOF is reached
Giorgi Tchankvetadze
2026-01-18
1
-2
/
+2
|
*
coreutils: fixes for coreutils/id_test.sh script
Denys Vlasenko
2026-01-18
1
-11
/
+11
|
*
networking/udhcp: fix typo in comment
Giorgi Tchankvetadze
2026-01-14
1
-1
/
+1
|
*
xxd: fix -pANYTHING handling (-pc50 does not mean -p -c50)
Denys Vlasenko
2025-11-30
2
-7
/
+31
|
*
tls: better error message when TLS record is truncated
Denys Vlasenko
2025-11-25
1
-1
/
+4
*
|
ash: don't display ^C twice
Ron Yorston
2026-01-20
1
-1
/
+1
*
|
win32: mkdtemp is available in mingw-w64 14.0.0
Ron Yorston
2026-01-19
1
-0
/
+2
*
|
md5/sha1sum: fix POSIX build
Ron Yorston
2026-01-06
1
-1
/
+5
*
|
md5/sha1sum: Honor the -b flag in the output
Martin Storsjö
2026-01-06
2
-3
/
+10
*
|
stty: reinstate functionality of 'stty size'
Ron Yorston
2026-01-03
1
-0
/
+6
*
|
join: minor adjustments
Ron Yorston
2026-01-02
2
-2
/
+17
*
|
join: update docs and fix some omissions
mbartlett21
2026-01-02
1
-30
/
+16
*
|
join: new applet
mbartlett21
2026-01-02
9
-0
/
+591
*
|
win32: wcwidth_alt.c: update to Unicode 17 (latest)
Avi Halachmi (:avih)
2025-12-29
1
-16
/
+24
*
|
win32: wcwidth_alt.c: update to Unicode 16.0.0
Avi Halachmi (:avih)
2025-12-29
1
-16
/
+29
*
|
win32: wcwidth_alt.c: new generator script, re-generate code
Avi Halachmi (:avih)
2025-12-29
2
-94
/
+283
*
|
win32: wcwidth_alt.c: remove codepoint comments (no-op)
Avi Halachmi (:avih)
2025-12-29
1
-450
/
+450
*
|
win32: fix printable-chars with no-op utf8 manifest
Avi Halachmi (:avih)
2025-12-26
1
-0
/
+18
[prev]
[next]