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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
win32: disable urandom/zero devices if dd is disabled
Ron Yorston
2026-04-27
2
-2
/
+12
*
win32: improve urandom/zero device handling
Ron Yorston
2026-04-26
3
-14
/
+14
*
win32: expose /dev/urandom and /dev/zero
Ron Yorston
2026-04-26
1
-8
/
+23
*
tls: fix double free of HMAC context
Ron Yorston
2026-04-25
1
-4
/
+1
*
wget: allow HTTPS certificate check to be skipped
Ron Yorston
2026-04-24
4
-2
/
+36
*
Win32: trivial refinements (#577)
avih
2026-04-18
4
-11
/
+13
*
patch: improved handling of files with no final newline
Ron Yorston
2026-04-16
2
-9
/
+94
*
win32: fnmatch2: replace if-else-... with switch/case
Avi Halachmi (:avih)
2026-04-16
1
-17
/
+28
*
win32: fnmatch2.c: optimize last '*'
Avi Halachmi (:avih)
2026-04-16
1
-1
/
+87
*
win32: switch to new fnmatch2.c
Avi Halachmi (:avih)
2026-04-16
3
-0
/
+233
*
win32: actype: remove size-optimization option (no-op)
Avi Halachmi (:avih)
2026-04-16
1
-23
/
+9
*
win32: actype: code shrink
Avi Halachmi (:avih)
2026-04-16
2
-18
/
+13
*
win32: actype/isactype: optimize both to O(1)
Avi Halachmi (:avih)
2026-04-16
2
-40
/
+154
*
win32: coreutils/tr.c: use actail/isactype
Avi Halachmi (:avih)
2026-04-16
1
-0
/
+15
*
win32: regcomp.c: use isactype insead of switch
Avi Halachmi (:avih)
2026-04-16
2
-48
/
+25
*
win32: fnmatch.c: use isactype insead of switch
Avi Halachmi (:avih)
2026-04-16
1
-51
/
+9
*
win32: add actype/isactype instead of match_class
Avi Halachmi (:avih)
2026-04-16
7
-23
/
+102
*
scripts/patbench.sh: add patterns, verify results
Avi Halachmi (:avih)
2026-04-16
1
-53
/
+107
*
scripts/patbench.sh: new shell patterns benchmark
Avi Halachmi (:avih)
2026-04-16
1
-0
/
+274
*
patch: handle files with no final newline
Ron Yorston
2026-04-14
1
-0
/
+18
*
ash: allow 'times' built-in to report process timing
Ron Yorston
2026-04-12
4
-22
/
+38
*
win32: UTF8_OUTPUT: reject overlong encoding
Avi Halachmi (:avih)
2026-03-25
1
-2
/
+13
*
build system: add option to place statics in .bss
Ron Yorston
2026-03-21
7
-0
/
+19
*
win32: UTF8_OUTPUT: don't fail due to nwritten value
Avi Halachmi (:avih)
2026-03-19
1
-2
/
+4
*
win32: UTF8_OUTPUT: refine bad-sequence output
Avi Halachmi (:avih)
2026-03-19
1
-18
/
+12
*
Update default configurations
merge
Ron Yorston
2026-03-11
5
-5
/
+15
*
Merge branch 'busybox' into merge
Ron Yorston
2026-03-11
52
-1740
/
+6426
|
\
|
*
ash: fix here strings causing segfault in function invocation
busybox
Ron Yorston
2026-03-09
1
-0
/
+1
|
*
paste: fix output when file lengths differ
Ron Yorston
2026-03-05
3
-12
/
+62
|
*
ash: fix help builtin and tab completion of builtins
Ron Yorston via busybox
2026-02-28
1
-2
/
+2
|
*
tar: only strip unsafe components from hardlinks, not symlinks
Radoslav Kolev
2026-02-28
1
-1
/
+1
|
*
less: unbreak EAGAIN propagation
Denys Vlasenko
2026-02-27
1
-6
/
+12
|
*
less: make read error reporting actually visible
Denys Vlasenko
2026-02-27
1
-10
/
+19
|
*
less: improve O_NONBLOCK manipulations on stdin
Denys Vlasenko
2026-02-27
1
-32
/
+44
|
*
less: do not retry reads of stdin if got EAGAIN
Denys Vlasenko
2026-02-27
1
-35
/
+35
|
*
*: don't use getservbyname, it links in a static buffer
Denys Vlasenko
2026-02-25
5
-37
/
+145
|
*
telnet: fix false positive "Error writing to foreign host"
Denys Vlasenko
2026-02-24
1
-28
/
+34
|
*
netstat: fix breakage due to last commit
Denys Vlasenko
2026-02-24
3
-9
/
+19
|
*
netstat,pscan: don't use getservbyport(), it links in a static buffer
Denys Vlasenko
2026-02-24
4
-10
/
+64
|
*
telnet: fixes after testing against some MUD servers
Denys Vlasenko
2026-02-24
1
-112
/
+193
|
*
telnetd: if vfork in make_new_session() fails, do close socket.
Denys Vlasenko
2026-02-24
2
-46
/
+84
|
*
telnet: code shrink
Denys Vlasenko
2026-02-23
1
-21
/
+25
|
*
telnet: rewrite to use ioloop()
Denys Vlasenko
2026-02-23
4
-440
/
+1393
|
*
telnetd: do not send stray \r\n before /etc/issue.net
Denys Vlasenko
2026-02-23
2
-3
/
+3
|
*
telnetd: do not wait for more input after 10-byte NAWS is received
Denys Vlasenko
2026-02-22
1
-28
/
+34
|
*
telnetd: fix handshake: had one wrong, but harmless element
Denys Vlasenko
2026-02-22
2
-7
/
+15
|
*
telnetd: correct handling of screen sizes with any dimension equal to 255
Denys Vlasenko
2026-02-22
1
-23
/
+52
|
*
telnetd: do close pty when network read returns EOF; try to cause EOF-on-read
Denys Vlasenko
2026-02-22
1
-36
/
+66
|
*
libbb: add generic "fd polling and I/O" loop, use it in telnetd
Denys Vlasenko
2026-02-21
5
-571
/
+2623
|
*
tls: code shrink
Denys Vlasenko
2026-02-21
1
-14
/
+13
[prev]
[next]