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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
od: stop printing extra trailing spaces
Denys Vlasenko
2023-05-25
4
-47
/
+51
|
*
od: implement -B
Denys Vlasenko
2023-05-25
2
-15
/
+15
|
*
od: correct -i, enable tests which pass for DESKTOP too
Denys Vlasenko
2023-05-25
3
-31
/
+39
|
*
od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -s
Denys Vlasenko
2023-05-25
3
-68
/
+100
|
*
od: add tests
David Leonard
2023-05-25
2
-0
/
+220
|
*
od: fix -O
David Leonard
2023-05-25
1
-1
/
+1
|
*
hush: make "false" built-in
Denys Vlasenko
2023-05-25
1
-0
/
+7
|
*
hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571
Denys Vlasenko
2023-05-25
9
-8
/
+56
*
|
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
3
-2
/
+10
*
|
make: code shrink
Ron Yorston
2023-06-08
1
-1
/
+1
*
|
ls: code shrink
Ron Yorston
2023-06-07
1
-10
/
+11
*
|
ls: check whether link is hidden
Ron Yorston
2023-06-06
1
-0
/
+17
*
|
win32: remove special treatment of USERNAME
Ron Yorston
2023-06-05
2
-2
/
+0
*
|
win32: code shrink applet look-up
Ron Yorston
2023-06-05
3
-31
/
+19
*
|
Example build scripts
Ron Yorston
2023-06-04
3
-0
/
+124
*
|
win32: code shrink
Ron Yorston
2023-06-04
1
-7
/
+2
*
|
ash: fix build with line editing disabled
Ron Yorston
2023-06-04
1
-0
/
+4
*
|
win32: another BB_OVERRIDE_APPLETS fix
Ron Yorston
2023-06-04
3
-6
/
+48
*
|
win32: fix BB_OVERRIDE_APPLETS
Ron Yorston
2023-06-03
1
-0
/
+8
*
|
win32: change interpretation of BB_OVERRIDE_APPLETS
Ron Yorston
2023-06-02
2
-16
/
+23
*
|
win32: fix euro symbol handling
Ron Yorston
2023-06-02
2
-3
/
+6
*
|
win32: skip test for non-console apps if necessary
Ron Yorston
2023-06-02
1
-0
/
+4
*
|
Update README
Ron Yorston
2023-06-02
1
-4
/
+5
*
|
ls: allow hidden system files to be omitted
Ron Yorston
2023-06-01
1
-2
/
+14
*
|
ash: enable 'set -/+o noconsole'
Ron Yorston
2023-06-01
3
-14
/
+10
*
|
su: fix usage message
FRP-5007-g82accfc19
Ron Yorston
2023-05-28
1
-1
/
+1
*
|
win32: support "app exec link" reparse points
Ron Yorston
2023-05-27
3
-1
/
+43
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-05-23
12
-53
/
+561
|
\
|
|
*
ash: use-after-free in bash pattern substitution
Karsten Sperling
2023-05-18
1
-0
/
+2
|
*
examples/var_service/README: fix an error
Denys Vlasenko
2023-05-18
1
-1
/
+1
|
*
cpio: tweak --help
Denys Vlasenko
2023-05-09
1
-1
/
+1
|
*
nslookup: code shrink
Denys Vlasenko
2023-05-09
1
-1
/
+7
|
*
nslookup: ensure unique transaction IDs for the DNS queries
Denys Vlasenko
2023-05-09
1
-4
/
+390
|
*
hush: add comment about abort on syntax error %{^}
Denys Vlasenko
2023-05-09
1
-0
/
+1
|
*
build system: fix "Config.in:117 error: Overlong line"
Denys Vlasenko
2023-05-08
1
-3
/
+4
|
*
hush: fix an interactive abort on error
Denys Vlasenko
2023-05-08
1
-0
/
+8
|
*
build system: Make it possible to build with 64bit time_t
Uwe Kleine-König
2023-05-07
2
-0
/
+11
|
*
readlink: code shrink
Denys Vlasenko
2023-05-07
1
-5
/
+4
|
*
nmeter: improve %T fractionals display
Denys Vlasenko
2023-05-07
1
-0
/
+18
|
*
factor: we can pack 21, not 20, 3-bit elements into packed wheel words
Denys Vlasenko
2023-04-23
1
-36
/
+35
|
*
ip: code shrink
Denys Vlasenko
2023-04-23
2
-5
/
+82
*
|
drop: changes to ctrl-c handling
Ron Yorston
2023-05-23
1
-12
/
+25
*
|
win32: crtl-c interrupts non-console applications
Ron Yorston
2023-05-23
2
-1
/
+37
*
|
win32: changes to signal handling
Ron Yorston
2023-05-23
5
-18
/
+43
*
|
timeout: code shrink
Ron Yorston
2023-05-23
1
-2
/
+6
*
|
su: add option to keep console open on shell exit
Ron Yorston
2023-05-02
2
-7
/
+36
*
|
su: add option to wait for shell exit code
Ron Yorston
2023-05-02
1
-3
/
+27
*
|
make: special treatment of archive members
Ron Yorston
2023-05-01
1
-4
/
+25
*
|
win32: further code shrink quote_args()
Ron Yorston
2023-04-28
1
-19
/
+3
[prev]
[next]