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
...
*
|
libbb: code shrink u_signal_names.c
Ron Yorston
2021-09-03
1
-1
/
+10
*
|
win32: use inet_pton() from musl
Ron Yorston
2021-09-03
1
-183
/
+75
*
|
win32: fix entropy collection for isaac
Ron Yorston
2021-09-02
1
-20
/
+10
*
|
config: turn off DEBUG in default builds
Ron Yorston
2021-08-31
2
-2
/
+2
*
|
vi: add fileformats option
Ron Yorston
2021-08-30
3
-17
/
+119
*
|
shuf: silence compiler warning
Ron Yorston
2021-08-30
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-08-30
9
-99
/
+165
|
\
|
|
*
vi: further changes to colon addresses
Ron Yorston
2021-08-29
1
-49
/
+83
|
*
bzip: make ftab[] and crc32table[] member arrays of EState, do not allocate
Denys Vlasenko
2021-08-29
2
-8
/
+10
|
*
shuf: in -i RANGE, accept numbers up to width of pointers
Denys Vlasenko
2021-08-29
1
-10
/
+28
|
*
shuf: with -i LOW-HIGH, do not allow any argv's
Denys Vlasenko
2021-08-23
1
-0
/
+3
|
*
shuf: tweak --help text
Denys Vlasenko
2021-08-23
1
-4
/
+4
|
*
mount: code shrink
Denys Vlasenko
2021-08-23
1
-4
/
+4
|
*
mount: with -w, do not fall back to read-only mounts
Denys Vlasenko
2021-08-23
1
-7
/
+15
|
*
tar,smemcap: silence compiler warning
Ron Yorston
2021-08-22
1
-1
/
+1
|
*
Regularize "NUL terminated input" --help texts
Denys Vlasenko
2021-08-22
3
-3
/
+3
|
*
shuf: speed-up when limited output is requested
Ron Yorston
2021-08-22
1
-14
/
+15
*
|
win32: code shrink
Ron Yorston
2021-08-27
1
-0
/
+2
*
|
vi: skip permission check on .exrc
Ron Yorston
2021-08-22
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-08-22
9
-142
/
+194
|
\
|
|
*
vi: code shrink print_literal()
Ron Yorston
2021-08-22
1
-17
/
+2
|
*
vi: searches in colon commands should wrap
Ron Yorston
2021-08-22
1
-2
/
+7
|
*
rev: correct output for long input lines
Ron Yorston
2021-08-22
2
-0
/
+47
|
*
tar,smemcap: commonalyze checksumming code for tar header
Denys Vlasenko
2021-08-20
4
-44
/
+39
|
*
vi: don't right shift empty lines
Ron Yorston
2021-08-20
1
-2
/
+2
|
*
vi: support ~/.exrc
Ron Yorston
2021-08-20
1
-8
/
+33
|
*
vi: changes to handling of -c and EXINIT
Ron Yorston
2021-08-20
1
-58
/
+65
|
*
udhcp: fix build breakage on MIPS
Denys Vlasenko
2021-08-20
1
-12
/
+0
|
*
Start 1.35.0 development cycle
Denys Vlasenko
2021-08-19
1
-2
/
+2
|
*
Bump version to 1.34.0
1_34_0
Denys Vlasenko
2021-08-19
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-08-17
40
-59
/
+301
|
\
|
|
*
scripts/randomtest.loop: let user know about SKIP_MOUNT_MAND_TESTS
Denys Vlasenko
2021-08-16
1
-3
/
+8
|
*
fdisk: indentation fix
Denys Vlasenko
2021-08-16
1
-4
/
+4
|
*
busybox: fix "busybox --help busybox" not showing correct text
Denys Vlasenko
2021-08-16
1
-1
/
+5
|
*
awk: fix testsuite
Denys Vlasenko
2021-08-16
1
-1
/
+1
|
*
vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTS
Denys Vlasenko
2021-08-16
1
-0
/
+1
|
*
tar: fix testsuite
Denys Vlasenko
2021-08-16
1
-7
/
+10
|
*
dd: tweak --help
Denys Vlasenko
2021-08-15
1
-2
/
+2
|
*
dd: fix testsuite
Denys Vlasenko
2021-08-15
1
-0
/
+2
|
*
*: remove remains of FEATURE_TOUCH_NODEREF
Denys Vlasenko
2021-08-15
3
-5
/
+0
|
*
taskset: disallow "taskset -p 0"
Denys Vlasenko
2021-08-15
1
-2
/
+2
|
*
touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3
Denys Vlasenko
2021-08-15
1
-0
/
+2
|
*
cut: fix testsuite
Denys Vlasenko
2021-08-15
1
-0
/
+2
|
*
hush: fix "error: invalid preprocessing directive ##"
Denys Vlasenko
2021-08-15
1
-1
/
+1
|
*
traceroute: fix compile error due to FreeBSD compat
Denys Vlasenko
2021-08-15
1
-1
/
+6
|
*
cp: fix build failure with long options disabled
Ron Yorston
2021-08-15
1
-3
/
+1
|
*
tar: exclude files before updating hardlink info list
Harald van Dijk
2021-08-02
1
-5
/
+5
|
*
tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILE
Denys Vlasenko
2021-08-02
1
-6
/
+7
|
*
hush: tweak ${var/pattern/repl} optimization
Denys Vlasenko
2021-07-27
1
-5
/
+4
|
*
hush: optimize ${var/pattern/repl} for trivial patterns
Denys Vlasenko
2021-07-27
2
-2
/
+14
[prev]
[next]