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
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-22
win32: support build with FEATURE_UNICODE_SUPPORT
Avi Halachmi (:avih)
5
-1
/
+74
2023-07-21
win32: UTF8 input: improve missing-key-down hack
Avi Halachmi (:avih)
1
-11
/
+47
2023-07-17
win32: avoid crashing the console with poll(2)
Ron Yorston
1
-1
/
+1
2023-07-16
date: allow system date to be set
Ron Yorston
3
-25
/
+24
2023-07-16
Update default configurations
Ron Yorston
4
-10
/
+18
2023-07-12
hwclock: add get/set parameters option
Andrej Picej
2
-5
/
+100
2023-07-12
ash: fix 'read' shell built-in (2)
Ron Yorston
1
-1
/
+12
2023-07-12
ash: fix 'read' shell built-in (1)
Ron Yorston
1
-16
/
+7
2023-07-12
ash: properly echo console input to 'read' built-in
Ron Yorston
4
-4
/
+16
2023-07-10
ntpd: fix a warning on 32-bit arch build
Denys Vlasenko
1
-2
/
+2
2023-07-10
i2ctransfer: fix build warning
Denys Vlasenko
1
-1
/
+1
2023-07-10
Update applet size estimates
Denys Vlasenko
265
-320
/
+320
2023-07-10
ash: tweak comments, no code changes
Denys Vlasenko
1
-6
/
+7
2023-07-10
ash: remove "volatile" specifier from suppress_int
Denys Vlasenko
1
-4
/
+11
2023-07-10
ash: disable sleep as builtin, closes 15619
Denys Vlasenko
2
-5
/
+19
2023-07-09
libiproute: fix filtering ip6 route by table id
Yousong Zhou
1
-9
/
+1
2023-07-08
hush: fix a compile failure
Denys Vlasenko
1
-1
/
+1
2023-07-07
win32: more console input character conversions
Ron Yorston
2
-0
/
+25
2023-07-06
win32: character conversion for fread(3)
Ron Yorston
2
-0
/
+17
2023-07-04
ash: disable check for "good" function name, bash does not check this
Denys Vlasenko
3
-11
/
+17
2023-07-03
hush: quote values in "readonly" output
Denys Vlasenko
1
-4
/
+11
2023-07-02
shell/math: avoid $((3**999999999999999999)) to take years
Denys Vlasenko
1
-3
/
+14
2023-07-02
shell/math: do not accept $((36#@))
Denys Vlasenko
1
-16
/
+22
2023-07-02
win32: don't crash the console *and* handle CJK input
Ron Yorston
2
-20
/
+21
2023-07-01
win32: revert to previous console input method by default
Ron Yorston
3
-12
/
+19
2023-07-01
win32: code shrink readConsoleInput_utf8
Ron Yorston
2
-4
/
+5
2023-07-01
win32: remove superfluous euro code
Ron Yorston
1
-18
/
+0
2023-06-30
shell/math: code shrink
Denys Vlasenko
1
-4
/
+7
2023-06-30
win32: UTF8 console input: don't spin the CPU
Avi Halachmi (:avih)
1
-3
/
+5
2023-06-29
shell/math: code shrink
Denys Vlasenko
1
-11
/
+13
2023-06-28
win32: UTF8 input: avoid timeout when delivering UTF8 bytes
Avi Halachmi (:avih)
1
-6
/
+14
2023-06-28
win32: the great UTF8 ReadConsoleInput hack
Avi Halachmi (:avih)
3
-2
/
+166
2023-06-28
win32: don't assume console CP equals OEM CP
Avi Halachmi (:avih)
5
-62
/
+61
2023-06-28
shell/math: code shrink
Denys Vlasenko
1
-8
/
+10
2023-06-26
shell/math: improve comments
Denys Vlasenko
1
-2
/
+4
2023-06-26
shell/math: rename TOK_NUM to TOK_VALUE, improve comments
Denys Vlasenko
1
-24
/
+25
2023-06-25
shell/math: bash-compatible handling of too large numbers
Denys Vlasenko
9
-44
/
+118
2023-06-23
win32: reduce impact of euro support (2)
Ron Yorston
1
-1
/
+3
2023-06-23
win32: reduce impact of euro support
Ron Yorston
1
-10
/
+12
2023-06-22
win32: make support for euro input a separate option
Ron Yorston
4
-12
/
+29
2023-06-22
pgrep,pkill: remove non-functional options
Ron Yorston
1
-0
/
+55
2023-06-21
ash: standardise treatment of winxp option
Ron Yorston
1
-13
/
+41
2023-06-21
ash: code shrink
Ron Yorston
1
-28
/
+20
2023-06-20
win32: include UTF-8 manifest
Ron Yorston
5
-1
/
+21
2023-06-19
win32: more applet look-up tweaks
Ron Yorston
1
-4
/
+21
2023-06-19
shell/math: disable debug again
Denys Vlasenko
1
-1
/
+1
2023-06-19
shell/math: $((1?)) has one-too-small opstack, fix this
Denys Vlasenko
1
-1
/
+2
2023-06-19
shell/math: fix comments about jammed-together num+num corner cases
Denys Vlasenko
1
-8
/
+16
2023-06-18
shell/math: add note on ERANGE
Denys Vlasenko
1
-4
/
+11
2023-06-18
shell/math: explain why we use separate &end
Denys Vlasenko
1
-1
/
+1
[next]