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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
apply post-1.11.1 patches, bump version to 1.11.2
1_11_2
Denis Vlasenko
2008-08-21
5
-27
/
+69
*
- fix typo
Bernhard Reutner-Fischer
2008-08-06
1
-1
/
+1
*
- remove erroneous & from &var. By Vladimir. (r23056 from trunk)
Bernhard Reutner-Fischer
2008-08-06
1
-1
/
+1
*
- don't free user-supplied string (via -e)
Bernhard Reutner-Fischer
2008-08-05
2
-6
/
+6
*
cpio: dont use UNUSED_PARAM, it exists only in 1.11.1
1_11_1
Denis Vlasenko
2008-07-11
1
-1
/
+1
*
cpio: backport the fix for
Denis Vlasenko
2008-07-11
3
-43
/
+138
*
Apply post-1.11.0 patches. Bump version to 1.11.1.
Denis Vlasenko
2008-07-11
15
-151
/
+130
*
defconfig fix; "help output to fd 2" fix
Denis Vlasenko
2008-06-25
2
-5
/
+27
*
This is 1.11.0
Denis Vlasenko
2008-06-25
1
-1
/
+1
*
mkfs_minix, fsck_minix: code shrink
Denis Vlasenko
2008-06-25
2
-19
/
+19
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
23
-75
/
+62
*
mount: fix mishandling of proto=tcp/udp
Denis Vlasenko
2008-06-24
1
-38
/
+44
*
mount: code shrink without logic changes. Added a comment
Denis Vlasenko
2008-06-24
1
-99
/
+87
*
changes in comments only
Denis Vlasenko
2008-06-24
2
-7
/
+10
*
vi: fix yet another vda's thinko
Denis Vlasenko
2008-06-24
1
-0
/
+1
*
hush: ifdef out parts which are not needed
Denis Vlasenko
2008-06-24
1
-46
/
+59
*
hush: kill some old unused fields; small code shrink
Denis Vlasenko
2008-06-24
1
-58
/
+49
*
fix breakage found by randomconfig
Denis Vlasenko
2008-06-23
7
-15
/
+20
*
hush: trivial fix in debug code
Denis Vlasenko
2008-06-23
1
-1
/
+1
*
ash: trivial code readability fixes
Denis Vlasenko
2008-06-23
1
-9
/
+8
*
ash: improve readability of the code. No real code changes.
Denis Vlasenko
2008-06-23
1
-9
/
+9
*
ash: optional support for $'...\t...\n...' bashism
Denis Vlasenko
2008-06-23
3
-29
/
+104
*
trim usage text
Denis Vlasenko
2008-06-22
1
-6
/
+3
*
mdoprobe: fix SEGV bug (by Vlad Dronnikov)
Denis Vlasenko
2008-06-22
1
-3
/
+1
*
vi: fix obvious thinko's
Denis Vlasenko
2008-06-22
1
-5
/
+4
*
wget: accept code 204.
Denis Vlasenko
2008-06-22
1
-0
/
+25
*
vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)
Denis Vlasenko
2008-06-22
1
-5
/
+5
*
ash: minor shrink (mostly smallints) and variable renaming
Denis Vlasenko
2008-06-22
1
-91
/
+91
*
dpkg: trivial code shrinkage, and redo G trick correctly.
Denis Vlasenko
2008-06-21
1
-37
/
+35
*
dpkg: code shrink
Denis Vlasenko
2008-06-21
1
-33
/
+61
*
dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>)
Denis Vlasenko
2008-06-21
1
-9
/
+7
*
vi: small code shrink
Denis Vlasenko
2008-06-21
1
-35
/
+24
*
vi: fix the bug where vi never grows the edit buffer.
Denis Vlasenko
2008-06-20
1
-121
/
+154
*
ssd: fix comment
Denis Vlasenko
2008-06-20
1
-3
/
+3
*
udhcpc: change BPF filter to not use 0xffffffff as a max packet size,
Denis Vlasenko
2008-06-20
1
-1
/
+1
*
strrchr: actually, last one was finding "" in "any" at pos 0,
Denis Vlasenko
2008-06-18
1
-1
/
+1
*
strrchr: bikeshed painting time!
Denis Vlasenko
2008-06-18
1
-51
/
+43
*
ash: fix "shift BIGNUM" and "read with no variable name" bugs.
Denis Vlasenko
2008-06-18
1
-2
/
+4
*
cosmetics in hush testsuites
Denis Vlasenko
2008-06-18
2
-3
/
+1
*
fix globbing in unquoted $* and $@
Denis Vlasenko
2008-06-18
3
-6
/
+25
*
fix trivial error with inverted exit code in ls
Denis Vlasenko
2008-06-18
1
-6
/
+6
*
hush: fix a bug with backslashes improperly handled in unquoted variables.
Denis Vlasenko
2008-06-18
1
-51
/
+115
*
hush: add testsuite for "no globbing in redirection" rule.
Denis Vlasenko
2008-06-18
7
-45
/
+75
*
hush: expand quote3.tests and move from hush-bugs to hush-parsing
Denis Vlasenko
2008-06-18
4
-11
/
+33
*
hush: fix last hush-bugs testcase (disappearing "", $empty"" etc)
Denis Vlasenko
2008-06-18
1
-12
/
+25
*
- fixes from Tito
Bernhard Reutner-Fischer
2008-06-18
1
-10
/
+7
*
- fix includes
Bernhard Reutner-Fischer
2008-06-17
1
-2
/
+1
*
hush: fix $$ handling
Denis Vlasenko
2008-06-17
3
-1
/
+7
*
- improved strrstr impl from vda with testcases from Tito and vda
Bernhard Reutner-Fischer
2008-06-17
1
-6
/
+69
*
hush: fix "for a in; do echo 'I should never run'; done" bug
Denis Vlasenko
2008-06-17
3
-8
/
+10
[next]