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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lineedit: normalise HOME for use in prompt
Ron Yorston
2023-10-25
1
-1
/
+7
*
ash: add options to control globbing of hidden files
Ron Yorston
2023-09-20
1
-0
/
+4
*
ash: changes to login shell functionality
Ron Yorston
2023-08-30
1
-1
/
+2
*
libbb: fix #!/bin/busybox
Ron Yorston
2023-08-28
1
-0
/
+4
*
win32: replace readlink(2)
Ron Yorston
2023-08-21
1
-0
/
+2
*
libbb: change message regarding UTF-8 manifest
Ron Yorston
2023-08-17
1
-1
/
+1
*
libbb: silence compiler warnings
Ron Yorston
2023-08-10
1
-1
/
+3
*
Merge branch 'busybox' into merge
Ron Yorston
2023-08-10
7
-8
/
+8
|
\
|
*
libbb: rename source files, no code changes
Denys Vlasenko
2023-07-18
7
-8
/
+8
*
|
win32: fail early if UTF8 isn't supported
Ron Yorston
2023-07-27
1
-11
/
+20
*
|
win32: version with UTF8 manifest: add '(Unicode on/off)'
Avi Halachmi (:avih)
2023-07-24
1
-0
/
+4
*
|
unicode: identify emoji width and modifiers
Avi Halachmi (:avih)
2023-07-23
1
-0
/
+8
*
|
win32: use inc_cursor regardless of VT mode
Avi Halachmi (:avih)
2023-07-23
1
-6
/
+2
*
|
win32: support build with FEATURE_UNICODE_SUPPORT
Avi Halachmi (:avih)
2023-07-22
2
-1
/
+33
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-07-13
4
-26
/
+14
|
\
|
|
*
libbb: code shrink: introduce and use [_]exit_FAILURE()
Denys Vlasenko
2023-06-15
1
-0
/
+10
|
*
libbb: pass "" rather than NULL as format string in _nomsg functions
Denys Vlasenko
2023-06-12
3
-26
/
+4
*
|
win32: don't assume console CP equals OEM CP
Avi Halachmi (:avih)
2023-06-28
1
-1
/
+1
*
|
win32: more applet look-up tweaks
Ron Yorston
2023-06-19
1
-4
/
+21
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-06-16
1
-34
/
+68
|
\
|
|
*
libbb/dump: code shrink
Denys Vlasenko
2023-05-28
1
-5
/
+7
|
*
libbb/dump: make xxd_displayoff member conditional on xxd
Denys Vlasenko
2023-05-27
1
-2
/
+10
|
*
libbb/dump: correct handling of 1-byte signed int format
Denys Vlasenko
2023-05-26
1
-20
/
+17
|
*
libbb/dump: use fputs_stdout where appropriate
Denys Vlasenko
2023-05-26
1
-2
/
+2
|
*
od, hexdump: byte 0x11 is "dc1" not "dcl"
Denys Vlasenko
2023-05-26
1
-2
/
+4
|
*
libbb/dump: conditionalize code used only by xxd and od
Denys Vlasenko
2023-05-26
1
-1
/
+5
|
*
od: stop printing extra trailing spaces
Denys Vlasenko
2023-05-25
1
-7
/
+14
|
*
od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -s
Denys Vlasenko
2023-05-25
1
-8
/
+22
*
|
win32: code shrink applet look-up
Ron Yorston
2023-06-05
1
-20
/
+2
*
|
win32: another BB_OVERRIDE_APPLETS fix
Ron Yorston
2023-06-04
1
-1
/
+8
*
|
win32: change interpretation of BB_OVERRIDE_APPLETS
Ron Yorston
2023-06-02
1
-6
/
+21
*
|
win32: case-sensitivity in tab completion
Ron Yorston
2023-04-19
2
-43
/
+62
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-04-17
3
-12
/
+10
|
\
|
|
*
lineedit: fix crash when icanon set with -echo
Akos Somfai
2023-04-12
1
-2
/
+2
|
*
appletlib: fix "warning: unused variable applet_no"
Tomas Paukrt
2023-04-10
1
-1
/
+1
|
*
ash: fix sleep built-in not running INT trap immediately on ^C
Denys Vlasenko
2023-04-10
1
-9
/
+7
*
|
wget: enable progress bar in default configuration
Ron Yorston
2023-04-16
1
-1
/
+1
*
|
libbb: don't build useless functions
Ron Yorston
2023-04-16
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-04-09
2
-16
/
+22
|
\
|
|
*
libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]
Denys Vlasenko
2023-04-06
1
-4
/
+6
|
*
lineedit: fix matching of directories when searching PATH
Ron Yorston
2023-03-29
1
-2
/
+2
|
*
libbb/sha: do not read shaNI variable twice, and factor out its setting
Denys Vlasenko
2023-03-29
1
-12
/
+16
|
*
libbb/sha: fix sha-NI instruction detection
Denys Vlasenko
2023-03-29
1
-2
/
+2
*
|
ash: add support for INT trap
Ron Yorston
2023-04-03
1
-0
/
+4
*
|
lineedit: fix matching of directories when searching PATH
Ron Yorston
2023-03-24
1
-2
/
+2
*
|
win32: delay adjusting code page
Ron Yorston
2023-03-17
1
-3
/
+1
*
|
win32: code shrink detection of executables
Ron Yorston
2023-03-16
1
-4
/
+6
*
|
win32: virtual terminal input fixes
Ron Yorston
2023-03-06
2
-5
/
+7
*
|
win32: add support for virtual terminal input
Ron Yorston
2023-03-05
1
-12
/
+9
*
|
win32: enable Unix read_key() for virtual terminal
Ron Yorston
2023-03-05
2
-1
/
+5
[next]