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
...
*
Again fix license line format
Denys Vlasenko
2010-09-06
1
-1
/
+1
*
blockdev: code shrink
Denys Vlasenko
2010-09-06
1
-22
/
+34
*
blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes.
Denys Vlasenko
2010-09-06
1
-1
/
+1
*
made 3 license strings to follow the usual form ("or later" bit is not changed!)
Denys Vlasenko
2010-09-06
3
-3
/
+3
*
blockdev: -2 bytes
Denys Vlasenko
2010-09-06
1
-6
/
+9
*
tweak blockdev's help text
Denys Vlasenko
2010-09-06
1
-1
/
+1
*
tweak udhcpd help text
Denys Vlasenko
2010-09-06
1
-1
/
+1
*
blockdev: new applet
Sergey Naumov
2010-09-06
1
-0
/
+180
*
hush: revert a recent buggy change which resulted in two HUSH_VERSIONs
Denys Vlasenko
2010-09-06
1
-6
/
+5
*
fix typo in comment
Denys Vlasenko
2010-09-06
1
-1
/
+1
*
hush: fix another corner case with backslashes in heredocs
Denys Vlasenko
2010-09-06
3
-2
/
+24
*
hush: fix backslash and terminator handling in <<[-]["]heredoc["]
Denys Vlasenko
2010-09-06
3
-5
/
+92
*
hush: fix globbing+backslashes in unquoted $var expansion
Denys Vlasenko
2010-09-06
5
-86
/
+170
*
hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_glob
Denys Vlasenko
2010-09-06
2
-12
/
+2
*
shell: remove lash and bbsh
Denys Vlasenko
2010-09-06
7
-247
/
+1
*
runit_lib: remove/inline a few more things
Denys Vlasenko
2010-09-05
4
-16
/
+18
*
tar: add a test for extraction of read-only directory
Dan Fandrich
2010-09-05
1
-0
/
+25
*
remove redundant ENABLE_DESKTOP in procps/ps.c
Cristian Ionescu-Idbohrn
2010-09-05
1
-8
/
+0
*
hush: big reordering: move parser functions to the beginning. no code changes
Denys Vlasenko
2010-09-05
1
-2042
/
+2042
*
hush: rename o_quoted to has_quoted_part; small code shrink
Denys Vlasenko
2010-09-05
1
-26
/
+33
*
hush: move variable expansion into a separate function. No logic changes
Denys Vlasenko
2010-09-05
1
-249
/
+264
*
hush: add support for ${var/pattern/repl}, conditional on bash compat
Denys Vlasenko
2010-09-05
12
-36
/
+362
*
hush: optimize #[#] and %[%] for speed. size -2 bytes.
Denys Vlasenko
2010-09-04
3
-70
/
+87
*
hush: fix handling of backslashes in variable assignment
Denys Vlasenko
2010-09-04
5
-41
/
+74
*
lzop: fix misordered "v=NULL; free(v)", small code shrink
Denys Vlasenko
2010-09-04
1
-15
/
+22
*
fix false positive in testsuite/tar.tests
Denys Vlasenko
2010-09-03
1
-4
/
+4
*
Fix some test cases
Dan Fandrich
2010-09-03
3
-5
/
+14
*
ifupdown: %client%, not %clientid%
Denys Vlasenko
2010-09-03
1
-3
/
+3
*
lineedit: on tab completion, show filenames obly in all cases (bash compat)
Denys Vlasenko
2010-09-03
1
-13
/
+9
*
lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes
Denys Vlasenko
2010-09-03
1
-45
/
+48
*
lineedit: de-indent large block in input_tab. No logic changes.
Denys Vlasenko
2010-09-03
1
-131
/
+131
*
lineedit: rename tmp -> chosen_match; small code shrink
Denys Vlasenko
2010-09-03
1
-26
/
+23
*
lineedit: stop using permanent int_buf[] (16k!): allocate it
Denys Vlasenko
2010-09-03
1
-14
/
+13
*
lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs
Denys Vlasenko
2010-09-03
1
-83
/
+49
*
lineedit: return prefix len from tab completion helpers
Denys Vlasenko
2010-09-03
1
-36
/
+50
*
lineedit: clean up tab completion code (variable reuse, comments)
Denys Vlasenko
2010-09-03
1
-69
/
+85
*
preparatory cleanup patch for tab completion fixes
Denys Vlasenko
2010-09-03
1
-61
/
+65
*
lineedit: small readability improvement (same code)
Denys Vlasenko
2010-09-02
1
-1
/
+1
*
lineedit: fix completion with Unicode chars
Denys Vlasenko
2010-09-02
2
-4
/
+14
*
lineedit: preparatory cleanup patch for Unicode completion fix
Denys Vlasenko
2010-09-02
1
-113
/
+118
*
libbb: xfunc_error_retval can be a byte
Denys Vlasenko
2010-09-01
2
-3
/
+3
*
uudecode,base64: code shrink
Denys Vlasenko
2010-09-01
1
-27
/
+26
*
better shared strings trick
Denys Vlasenko
2010-09-01
8
-43
/
+33
*
getty: small code shrink
Denys Vlasenko
2010-09-01
1
-9
/
+7
*
find: add rudimentary support for -exec {} +
Denys Vlasenko
2010-08-31
1
-10
/
+14
*
base64: new applet
Denys Vlasenko
2010-08-31
2
-6
/
+76
*
libbb: add xfstat function
Denys Vlasenko
2010-08-31
13
-21
/
+29
*
mkswap: clear 1st kilobyte. Closes bug 1831
Denys Vlasenko
2010-08-31
1
-2
/
+9
*
iplink: another compat #ifndef/#define tweak
Denys Vlasenko
2010-08-30
1
-0
/
+2
*
ash: small code shrink (-21 bytes)
Denys Vlasenko
2010-08-30
1
-9
/
+6
[prev]
[next]