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
/
init
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2026-03-22
tar: support zstd compression
Ron Yorston
7
-6
/
+70
2026-03-21
build system: add option to place statics in .bss
Ron Yorston
7
-0
/
+19
2026-03-19
win32: UTF8_OUTPUT: don't fail due to nwritten value
Avi Halachmi (:avih)
1
-2
/
+4
2026-03-19
win32: UTF8_OUTPUT: refine bad-sequence output
Avi Halachmi (:avih)
1
-18
/
+12
2026-03-11
Update default configurations
merge
Ron Yorston
5
-5
/
+15
2026-03-09
ash: fix here strings causing segfault in function invocation
busybox
Ron Yorston
1
-0
/
+1
2026-03-05
paste: fix output when file lengths differ
Ron Yorston
3
-12
/
+62
2026-03-04
ash: fix here strings causing segfault in subshells
Ron Yorston
1
-0
/
+3
2026-02-28
ash: fix help builtin and tab completion of builtins
Ron Yorston via busybox
1
-2
/
+2
2026-02-28
tar: only strip unsafe components from hardlinks, not symlinks
Radoslav Kolev
1
-1
/
+1
2026-02-27
less: unbreak EAGAIN propagation
Denys Vlasenko
1
-6
/
+12
2026-02-27
less: make read error reporting actually visible
Denys Vlasenko
1
-10
/
+19
2026-02-27
less: improve O_NONBLOCK manipulations on stdin
Denys Vlasenko
1
-32
/
+44
2026-02-27
less: do not retry reads of stdin if got EAGAIN
Denys Vlasenko
1
-35
/
+35
2026-02-25
ash: allow execution of busybox-w32 binary without extension
Ron Yorston
3
-4
/
+3
2026-02-25
*: don't use getservbyname, it links in a static buffer
Denys Vlasenko
5
-37
/
+145
2026-02-24
telnet: fix false positive "Error writing to foreign host"
Denys Vlasenko
1
-28
/
+34
2026-02-24
netstat: fix breakage due to last commit
Denys Vlasenko
3
-9
/
+19
2026-02-24
netstat,pscan: don't use getservbyport(), it links in a static buffer
Denys Vlasenko
4
-10
/
+64
2026-02-24
telnet: fixes after testing against some MUD servers
Denys Vlasenko
1
-112
/
+193
2026-02-24
telnetd: if vfork in make_new_session() fails, do close socket.
Denys Vlasenko
2
-46
/
+84
2026-02-23
telnet: code shrink
Denys Vlasenko
1
-21
/
+25
2026-02-23
telnet: rewrite to use ioloop()
Denys Vlasenko
4
-440
/
+1393
2026-02-23
telnetd: do not send stray \r\n before /etc/issue.net
Denys Vlasenko
2
-3
/
+3
2026-02-22
telnetd: do not wait for more input after 10-byte NAWS is received
Denys Vlasenko
1
-28
/
+34
2026-02-22
telnetd: fix handshake: had one wrong, but harmless element
Denys Vlasenko
2
-7
/
+15
2026-02-22
telnetd: correct handling of screen sizes with any dimension equal to 255
Denys Vlasenko
1
-23
/
+52
2026-02-22
telnetd: do close pty when network read returns EOF; try to cause EOF-on-read
Denys Vlasenko
1
-36
/
+66
2026-02-21
libbb: add generic "fd polling and I/O" loop, use it in telnetd
Denys Vlasenko
5
-571
/
+2623
2026-02-21
tls: code shrink
Denys Vlasenko
1
-14
/
+13
2026-02-15
tls: server: fix incorrect key_block assignments - now works against openssl ...
Denys Vlasenko
5
-91
/
+241
2026-02-15
tls: make ECDHE_RSA work against our client (openssl s_client not yet)
Denys Vlasenko
4
-67
/
+320
2026-02-15
tls: remove unnecessary malloc/free in psRsaDecryptPriv()
Denys Vlasenko
1
-22
/
+10
2026-02-15
tls: fix cipher-id selection in server mode
Denys Vlasenko
3
-221
/
+430
2026-02-15
tls: eliminate unnecessary ENCRYPT_ON_WRITE, merge tls_get_zeroed_outbuf() wi...
Denys Vlasenko
1
-37
/
+23
2026-02-15
tls: fix up debug printouts wrt newlines
Denys Vlasenko
1
-88
/
+90
2026-02-15
tls: implement server code
Denys Vlasenko
5
-129
/
+660
2026-02-15
ssl_server: new applet, not functional yet
Denys Vlasenko
4
-17
/
+191
2026-02-15
libbb: better comments in read_key()
Denys Vlasenko
1
-37
/
+38
2026-02-15
*: placate warnings where strchr/strstr returns constant pointer
Denys Vlasenko
22
-51
/
+58
2026-02-15
fdisk: implement -t PARTTYPE
Denys Vlasenko
2
-11
/
+22
2026-02-14
ash: fix execution of applets via Unix-style path
Ron Yorston
1
-18
/
+15
2026-02-10
Update default configurations; include uuid functions
Ron Yorston
6
-7
/
+23
2026-02-09
ash: fix help builtin and tab completion of builtins
Ron Yorston
1
-0
/
+8
2026-02-08
main: !CONFIG_BUSYBOX: "busybox --OPT" is not a call to applet "-OPT"
Denys Vlasenko
1
-1
/
+4
2026-02-08
*: whitespace cleanup
Denys Vlasenko
7
-8
/
+0
2026-02-08
tls: document PSTM_64BIT + PSTM_X86_64 optimizations better
Denys Vlasenko
2
-11
/
+11
2026-02-07
vi: code shrink
Denys Vlasenko
1
-7
/
+9
2026-02-07
vi: fix last commit - do terminate the :CMD on the first whitespace
Denys Vlasenko
1
-0
/
+1
2026-02-07
*: use is_prefixed_with() where appropriate
Denys Vlasenko
4
-4
/
+4
[next]