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
/
win32
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ash: detect console state on shell start up
noconsole2
Ron Yorston
2023-08-20
1
-14
/
+0
*
win32: disable console output conversion with LC_ALL=C
Avi Halachmi (:avih)
2023-08-03
1
-6
/
+29
*
win32: add FEATURE_UTF8_OUTPUT (enabled with unicode)
Avi Halachmi (:avih)
2023-08-03
1
-0
/
+96
*
win32: unify 'convert and write to console' (no-op)
Avi Halachmi (:avih)
2023-08-03
1
-17
/
+44
*
win32: support build with FEATURE_UNICODE_SUPPORT
Avi Halachmi (:avih)
2023-07-22
1
-0
/
+14
*
win32: UTF8 input: improve missing-key-down hack
Avi Halachmi (:avih)
2023-07-21
1
-11
/
+47
*
win32: avoid crashing the console with poll(2)
Ron Yorston
2023-07-17
1
-1
/
+1
*
date: allow system date to be set
Ron Yorston
2023-07-16
1
-0
/
+23
*
ash: fix 'read' shell built-in (2)
Ron Yorston
2023-07-12
1
-1
/
+12
*
ash: properly echo console input to 'read' built-in
Ron Yorston
2023-07-12
1
-0
/
+11
*
win32: more console input character conversions
Ron Yorston
2023-07-07
1
-0
/
+20
*
win32: character conversion for fread(3)
Ron Yorston
2023-07-06
1
-0
/
+15
*
win32: don't crash the console *and* handle CJK input
Ron Yorston
2023-07-02
2
-20
/
+21
*
win32: revert to previous console input method by default
Ron Yorston
2023-07-01
2
-6
/
+12
*
win32: code shrink readConsoleInput_utf8
Ron Yorston
2023-07-01
2
-4
/
+5
*
win32: remove superfluous euro code
Ron Yorston
2023-07-01
1
-18
/
+0
*
win32: UTF8 console input: don't spin the CPU
Avi Halachmi (:avih)
2023-06-30
1
-3
/
+5
*
win32: UTF8 input: avoid timeout when delivering UTF8 bytes
Avi Halachmi (:avih)
2023-06-28
1
-6
/
+14
*
win32: the great UTF8 ReadConsoleInput hack
Avi Halachmi (:avih)
2023-06-28
2
-2
/
+163
*
win32: don't assume console CP equals OEM CP
Avi Halachmi (:avih)
2023-06-28
2
-55
/
+55
*
win32: reduce impact of euro support (2)
Ron Yorston
2023-06-23
1
-1
/
+3
*
win32: reduce impact of euro support
Ron Yorston
2023-06-23
1
-10
/
+12
*
win32: make support for euro input a separate option
Ron Yorston
2023-06-22
1
-4
/
+4
*
win32: include UTF-8 manifest
Ron Yorston
2023-06-20
3
-0
/
+14
*
Fix for old mingw-w64 (32-bit)
Ron Yorston
2023-06-15
1
-0
/
+3
*
Fixes for old mingw-w64
Ron Yorston
2023-06-14
1
-0
/
+4
*
win32: code shrink
Ron Yorston
2023-06-04
1
-7
/
+2
*
win32: change interpretation of BB_OVERRIDE_APPLETS
Ron Yorston
2023-06-02
1
-10
/
+2
*
win32: fix euro symbol handling
Ron Yorston
2023-06-02
1
-3
/
+1
*
win32: skip test for non-console apps if necessary
Ron Yorston
2023-06-02
1
-0
/
+4
*
ash: enable 'set -/+o noconsole'
Ron Yorston
2023-06-01
1
-8
/
+6
*
win32: support "app exec link" reparse points
Ron Yorston
2023-05-27
1
-1
/
+36
*
win32: crtl-c interrupts non-console applications
Ron Yorston
2023-05-23
1
-1
/
+36
*
win32: changes to signal handling
Ron Yorston
2023-05-23
1
-8
/
+13
*
win32: further code shrink quote_args()
Ron Yorston
2023-04-28
1
-19
/
+3
*
win32: code shrink copying of argv
Ron Yorston
2023-04-28
1
-4
/
+14
*
win32: improved error for overlong command line
Ron Yorston
2023-04-27
1
-1
/
+6
*
win32: code shrink quote_args()
Ron Yorston
2023-04-27
1
-58
/
+20
*
win32: export xappendword()
Ron Yorston
2023-04-23
1
-0
/
+12
*
win32: further fix incorrect path search in spawnvp
Ron Yorston
2023-04-16
1
-1
/
+3
*
win32: fix incorrect path search in spawnvp
Ron Yorston
2023-04-14
1
-3
/
+1
*
win32: ignore ctrl-c in parent of execve(2)
Ron Yorston
2023-04-05
1
-4
/
+14
*
win32: use CheckTokenMembership() to check privilege
Ron Yorston
2023-03-25
1
-14
/
+16
*
drop: add cdrop and pdrop aliases
Ron Yorston
2023-03-19
1
-1
/
+1
*
runuser,drop: drop runuser, tweak drop
Ron Yorston
2023-03-19
1
-1
/
+1
*
runuser,drop: code shrink
Ron Yorston
2023-03-19
1
-3
/
+2
*
win32: delay adjusting code page
Ron Yorston
2023-03-17
1
-1
/
+12
*
runuser: add 'drop' as an alias for runuser
Ron Yorston
2023-03-16
2
-2
/
+2
*
win32: code shrink detection of executables
Ron Yorston
2023-03-16
2
-16
/
+29
*
runuser: new applet
Ron Yorston
2023-03-13
2
-13
/
+32
[next]