index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-09-05
hush: big reordering: move parser functions to the beginning. no code changes
Denys Vlasenko
1
-2042
/
+2042
2010-09-05
hush: rename o_quoted to has_quoted_part; small code shrink
Denys Vlasenko
1
-26
/
+33
2010-09-05
hush: move variable expansion into a separate function. No logic changes
Denys Vlasenko
1
-249
/
+264
2010-09-05
hush: add support for ${var/pattern/repl}, conditional on bash compat
Denys Vlasenko
12
-36
/
+362
2010-09-04
hush: optimize #[#] and %[%] for speed. size -2 bytes.
Denys Vlasenko
3
-70
/
+87
2010-09-04
hush: fix handling of backslashes in variable assignment
Denys Vlasenko
5
-41
/
+74
2010-09-04
lzop: fix misordered "v=NULL; free(v)", small code shrink
Denys Vlasenko
1
-15
/
+22
2010-09-03
fix false positive in testsuite/tar.tests
Denys Vlasenko
1
-4
/
+4
2010-09-03
Fix some test cases
Dan Fandrich
3
-5
/
+14
2010-09-03
ifupdown: %client%, not %clientid%
Denys Vlasenko
1
-3
/
+3
2010-09-03
lineedit: on tab completion, show filenames obly in all cases (bash compat)
Denys Vlasenko
1
-13
/
+9
2010-09-03
lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes
Denys Vlasenko
1
-45
/
+48
2010-09-03
lineedit: de-indent large block in input_tab. No logic changes.
Denys Vlasenko
1
-131
/
+131
2010-09-03
lineedit: rename tmp -> chosen_match; small code shrink
Denys Vlasenko
1
-26
/
+23
2010-09-03
lineedit: stop using permanent int_buf[] (16k!): allocate it
Denys Vlasenko
1
-14
/
+13
2010-09-03
lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs
Denys Vlasenko
1
-83
/
+49
2010-09-03
lineedit: return prefix len from tab completion helpers
Denys Vlasenko
1
-36
/
+50
2010-09-03
lineedit: clean up tab completion code (variable reuse, comments)
Denys Vlasenko
1
-69
/
+85
2010-09-03
preparatory cleanup patch for tab completion fixes
Denys Vlasenko
1
-61
/
+65
2010-09-02
lineedit: small readability improvement (same code)
Denys Vlasenko
1
-1
/
+1
2010-09-02
lineedit: fix completion with Unicode chars
Denys Vlasenko
2
-4
/
+14
2010-09-02
lineedit: preparatory cleanup patch for Unicode completion fix
Denys Vlasenko
1
-113
/
+118
2010-09-01
libbb: xfunc_error_retval can be a byte
Denys Vlasenko
2
-3
/
+3
2010-09-01
uudecode,base64: code shrink
Denys Vlasenko
1
-27
/
+26
2010-09-01
better shared strings trick
Denys Vlasenko
8
-43
/
+33
2010-09-01
getty: small code shrink
Denys Vlasenko
1
-9
/
+7
2010-08-31
find: add rudimentary support for -exec {} +
Denys Vlasenko
1
-10
/
+14
2010-08-31
base64: new applet
Denys Vlasenko
2
-6
/
+76
2010-08-31
libbb: add xfstat function
Denys Vlasenko
13
-21
/
+29
2010-08-31
mkswap: clear 1st kilobyte. Closes bug 1831
Denys Vlasenko
1
-2
/
+9
2010-08-30
iplink: another compat #ifndef/#define tweak
Denys Vlasenko
1
-0
/
+2
2010-08-30
ash: small code shrink (-21 bytes)
Denys Vlasenko
1
-9
/
+6
2010-08-30
ash: add another ${v/a/b} test we currently fail
Denys Vlasenko
2
-0
/
+15
2010-08-30
typo fix in comment
Denys Vlasenko
1
-1
/
+1
2010-08-29
remove stray debugging stuff
Denys Vlasenko
1
-1
/
+2
2010-08-29
bbconfig: add COMPRESS_BBCONFIG option
Denys Vlasenko
5
-9
/
+70
2010-08-29
nandwrite: always check the first erase block
Baruch Siach
1
-2
/
+14
2010-08-29
nandwrite: complain on malformed -s NUM
Denys Vlasenko
5
-6
/
+8
2010-08-29
nandwrite: allow hex values in the -s parameter
Baruch Siach
1
-1
/
+1
2010-08-29
showkey: code shrink
Denys Vlasenko
1
-16
/
+16
2010-08-29
testsuite: show the number of failures after a test run
Dan Fandrich
4
-2
/
+21
2010-08-29
typo fixes in config help text
Denys Vlasenko
1
-2
/
+2
2010-08-28
pmap: new applet. +1k.
Alexander Shishkin
4
-67
/
+251
2010-08-27
ntpd: with -q, exit after 60 seconds even if time is not synced.
Denys Vlasenko
1
-3
/
+22
2010-08-25
modutils: explain why we no longer quote params
Denys Vlasenko
1
-0
/
+5
2010-08-25
insmod: Do not add a pair of "" around the arguments of the module.
Carmelo AMOROSO
1
-2
/
+1