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
/
testsuite
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix testsuite false positive
Denys Vlasenko
2013-01-21
1
-1
/
+1
*
mdev: fix mode of dir1 in =dir1/dir2/file rule
Denys Vlasenko
2013-01-21
1
-1
/
+21
*
grep: fix grep -Fw not respecting the -w option. Closes 5792
Denys Vlasenko
2013-01-20
1
-0
/
+12
*
sha3sum: new applet
Lauri Kasanen
2013-01-14
1
-0
/
+3
*
testsuite: make mkfs.minix test not fail spuriously on big endian
Yao Zhao
2012-07-24
1
-1
/
+9
*
awk: fix FS assignment behavior. Closes 5108
Denys Vlasenko
2012-07-11
1
-0
/
+7
*
awk: make -F STR interpret escape sequences. Closes 5126
Denys Vlasenko
2012-06-22
1
-0
/
+5
*
mount: fix the wrongly stored fs creation time
Denys Vlasenko
2012-06-21
1
-1
/
+26
*
testsuite: some more awk tests related to conditions
Tanguy Pruvot
2012-06-11
1
-0
/
+7
*
sed: yet another fix on top of zero length match code
Denys Vlasenko
2012-06-08
1
-1
/
+5
*
sed: fix breakage added by zero length match code
Denys Vlasenko
2012-06-07
1
-0
/
+4
*
sed: fix zero chars match/replace
Denys Vlasenko
2012-06-04
1
-2
/
+8
*
fix for spurious testsuite failure
Denys Vlasenko
2012-05-10
1
-0
/
+1
*
sed: fix handling of s/// which has empty matches
Denys Vlasenko
2012-04-24
1
-0
/
+1
*
testsuite: add a test that tar detects XZ-compressed data
Denys Vlasenko
2012-03-06
1
-0
/
+19
*
testsuite: merge bzcat2.tests into bzcat.tests
Denys Vlasenko
2011-10-31
2
-28
/
+30
*
testsuite: fix the mishap in the previous commit
Denys Vlasenko
2011-10-31
3
-27
/
+81
*
bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...
Denys Vlasenko
2011-10-31
2
-53
/
+27
*
libbb: split decode_base64 off read_base64
Leonid Lisovskiy
2011-10-28
1
-3
/
+98
*
patch: make -p count path components, not slashes (think /blah//thing)
Rob Landley
2011-10-10
1
-0
/
+16
*
tail: fix -c +N. Closes 4111
Denys Vlasenko
2011-09-17
1
-0
/
+8
*
awk: fix a SEGV
Denys Vlasenko
2011-09-11
1
-0
/
+3
*
grep: be GNU compatible with -f EMPTY_FILE
Lauri Kasanen
2011-08-28
1
-1
/
+17
*
patch: make it able to create files (again)
Rob Landley
2011-08-22
1
-1
/
+0
*
uncompress: fix buffer underrun by corrupted input
Denys Vlasenko
2011-08-18
1
-0
/
+20
*
patch: add a test we currently fail
Denys Vlasenko
2011-08-16
1
-0
/
+15
*
sed: fix range handling for sed -i. Closes 4069
Denys Vlasenko
2011-08-16
1
-3
/
+7
*
testsuite: fixes after randomconfig run
Denys Vlasenko
2011-08-11
2
-3
/
+5
*
randomconfig fixes
Denys Vlasenko
2011-08-10
2
-21
/
+13
*
randomconfig fixes
Denys Vlasenko
2011-08-10
5
-4
/
+24
*
fix false positive in parse test
Denys Vlasenko
2011-06-18
1
-0
/
+1
*
od: code shrink, fix "od --traditional FILE"
Denys Vlasenko
2011-05-21
1
-1
/
+21
*
sed: support \r in s command
Denys Vlasenko
2011-05-03
1
-0
/
+3
*
mount: add a test for bind+rshared
Denys Vlasenko
2011-03-14
1
-1
/
+38
*
ls: fix handling of symlinks by option -1
Denys Vlasenko
2011-03-12
1
-0
/
+10
*
tar: skip leading / and handle names like abc/..////def -> def (not ///def)
Denys Vlasenko
2011-03-02
1
-1
/
+1
*
tar: on extract, everything up to and including last ".." is stripped
Denys Vlasenko
2011-03-01
1
-0
/
+17
*
echo: fix ENOSPC detection and some iffy code in \NNN handling
Denys Vlasenko
2011-02-14
6
-0
/
+14
*
typo fix
Denys Vlasenko
2011-02-06
1
-1
/
+1
*
tar: fix a bug where autodetection messes up -z on extract
Denys Vlasenko
2011-02-06
1
-0
/
+14
*
date: preserve isdst value if date is in time_t (unix time) format
Alexey Soloviev
2010-12-31
1
-0
/
+13
*
add a test for patch which we currently fail
Denys Vlasenko
2010-11-28
2
-0
/
+38
*
fixes for bugs discovered by randomconfig builds and tests
Denys Vlasenko
2010-11-22
2
-1
/
+6
*
patch: busyboxify by migrating from toybox to busybox helpers
Denys Vlasenko
2010-11-21
1
-2
/
+2
*
decompress_bunzip2: handle concatenated .bz2 files
Denys Vlasenko
2010-10-28
1
-2
/
+29
*
awk: fix segfault on closing non-opened file
Denys Vlasenko
2010-10-23
1
-0
/
+6
*
cpio: avoid 'not created: newer or same age file exists' message for dirs
Pascal Bellard
2010-10-18
1
-0
/
+10
*
shaN: small code shrink
Denys Vlasenko
2010-10-16
1
-11
/
+3
*
testsuite: add tests for {ms5,shaN}sum
Denys Vlasenko
2010-10-16
5
-1
/
+56
*
awk: 00.123 is not a octal constant; neither is 009.123. fixing this
Denys Vlasenko
2010-10-05
1
-0
/
+6
[next]