index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
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
/
libbb
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-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-15
Fix for old mingw-w64 (32-bit)
Ron Yorston
1
-0
/
+3
2023-06-14
Fixes for old mingw-w64
Ron Yorston
3
-2
/
+10
2023-06-08
awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...
Denys Vlasenko
2
-26
/
+51
2023-06-08
make: code shrink
Ron Yorston
1
-1
/
+1
2023-06-07
awk: fix SEGV on read error in -f PROGFILE
Denys Vlasenko
1
-2
/
+2
2023-06-07
ls: code shrink
Ron Yorston
1
-10
/
+11
2023-06-06
awk: code shrink
Denys Vlasenko
1
-8
/
+10
2023-06-06
ls: check whether link is hidden
Ron Yorston
1
-0
/
+17
2023-06-05
win32: remove special treatment of USERNAME
Ron Yorston
2
-2
/
+0
2023-06-05
win32: code shrink applet look-up
Ron Yorston
3
-31
/
+19
2023-06-04
Example build scripts
Ron Yorston
3
-0
/
+124
2023-06-04
win32: code shrink
Ron Yorston
1
-7
/
+2
2023-06-04
ash: fix build with line editing disabled
Ron Yorston
1
-0
/
+4
2023-06-04
win32: another BB_OVERRIDE_APPLETS fix
Ron Yorston
3
-6
/
+48
2023-06-03
win32: fix BB_OVERRIDE_APPLETS
Ron Yorston
1
-0
/
+8
2023-06-03
awk: fix backslash handling in sub() builtins
Denys Vlasenko
2
-22
/
+66
2023-06-02
win32: change interpretation of BB_OVERRIDE_APPLETS
Ron Yorston
2
-16
/
+23
2023-06-02
win32: fix euro symbol handling
Ron Yorston
2
-3
/
+6
2023-06-02
win32: skip test for non-console apps if necessary
Ron Yorston
1
-0
/
+4
2023-06-02
Update README
Ron Yorston
1
-4
/
+5
2023-06-01
ls: allow hidden system files to be omitted
Ron Yorston
1
-2
/
+14
2023-06-01
ash: enable 'set -/+o noconsole'
Ron Yorston
3
-14
/
+10
2023-05-30
awk: fix precedence of = relative to ==
Denys Vlasenko
2
-21
/
+50
2023-05-29
tunctl: code shrink
Denys Vlasenko
1
-2
/
+1
2023-05-29
awk: printf(INVALID_FMT) prints it verbatim
Denys Vlasenko
1
-3
/
+9
2023-05-28
awk: shrink - use setvar_sn() to set variables from non-NUL terminated strings
Denys Vlasenko
1
-14
/
+9
2023-05-28
awk: code shrink
Denys Vlasenko
1
-23
/
+24
2023-05-28
awk: fix closing of non-opened file
Denys Vlasenko
1
-8
/
+15
2023-05-28
libbb/dump: code shrink
Denys Vlasenko
1
-5
/
+7
2023-05-28
su: fix usage message
FRP-5007-g82accfc19
Ron Yorston
1
-1
/
+1
2023-05-27
awk: do not read ARGIND, only set it (gawk compat)
Denys Vlasenko
1
-5
/
+14
2023-05-27
awk: remove a local variable "caching" a struct member
Denys Vlasenko
1
-6
/
+4
2023-05-27
awk: get rid of one indirection level for iF (input file structure)
Denys Vlasenko
1
-37
/
+41
2023-05-27
awk: fix splitting with default FS
Denys Vlasenko
2
-5
/
+15
2023-05-27
libbb/dump: make xxd_displayoff member conditional on xxd
Denys Vlasenko
2
-6
/
+14
2023-05-27
win32: support "app exec link" reparse points
Ron Yorston
3
-1
/
+43
2023-05-26
od: -l,I,L indeed depend on sizeof(long), fix this
Denys Vlasenko
3
-29
/
+39
2023-05-26
awk: fix use-after-realloc (CVE-2021-42380), closes 15601
Denys Vlasenko
2
-6
/
+75
2023-05-26
hexdump: code shrink
Denys Vlasenko
1
-10
/
+14
[next]