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
...
*
telnetd: ifdef out a buggy error handling code path
Denys Vlasenko
2016-10-13
1
-0
/
+8
*
cpio: fix restoration of file ownership, closes 9306
Denys Vlasenko
2016-10-12
1
-0
/
+4
*
telnet: code shrink
Denys Vlasenko
2016-10-12
1
-3
/
+4
*
telnetd: add another handshake example in comments, no code changes
Denys Vlasenko
2016-10-12
1
-0
/
+5
*
telnetd: treat all 2-byte IACs in 240..249 range as NOPs.
Denys Vlasenko
2016-10-12
1
-18
/
+24
*
telnetd: fix corner case of input processing of 0xff bytes
Denys Vlasenko
2016-10-12
2
-4
/
+117
*
telnetd: fix a corner case where CRLF->CR translation can misbehave
Denys Vlasenko
2016-10-12
1
-14
/
+35
*
telnetd: fix handling of short writes to pty
Denys Vlasenko
2016-10-12
1
-111
/
+120
*
more: accept and ignore a bunch of options
Denys Vlasenko
2016-10-11
1
-1
/
+10
*
ifupdown: rewrite state file atomically
Denys Vlasenko
2016-10-09
1
-5
/
+38
*
tcpsvd: don't keep shared fd open if fd limit is reached. closes 9331
Denys Vlasenko
2016-10-07
1
-23
/
+46
*
ash: all blocks in function node copying must be SHELL_ALIGNed
Denys Vlasenko
2016-10-07
1
-3
/
+3
*
ash testsuite: fix false positives
Denys Vlasenko
2016-10-07
2
-2
/
+2
*
ash: get rid of two global data variables
Denys Vlasenko
2016-10-07
1
-51
/
+48
*
ash: comment out free(p) just before _exit, tweak some outdated comments
Denys Vlasenko
2016-10-07
1
-16
/
+5
*
wget: there is no -s option in GNU Wget 1.18, we should be compatible
Denys Vlasenko
2016-10-04
1
-24
/
+33
*
dhcp: merge leases.c and static_leases.c into dhcpd.c
Denys Vlasenko
2016-10-04
6
-253
/
+219
*
dhcp: merge most of static_leases.c into dhcpd.c
Denys Vlasenko
2016-10-04
3
-69
/
+58
*
dhcp: merge files.c into dhcpd.c
Denys Vlasenko
2016-10-04
4
-243
/
+222
*
examples: add example of a DHCP server
Denys Vlasenko
2016-10-03
8
-0
/
+91
*
hush: add commented-out debug printouts in "memleak" built-in
Denys Vlasenko
2016-10-03
2
-0
/
+17
*
hush: fix a memory corruption when exported variable is modified
Denys Vlasenko
2016-10-03
1
-7
/
+19
*
hush: fix exitcode on exec failure with EACCES - should be 126
Denys Vlasenko
2016-10-03
1
-1
/
+5
*
sh testsuite: add tests for exitcode on failure to exec
Denys Vlasenko
2016-10-03
8
-0
/
+16
*
shell: delete all msh tests
Denys Vlasenko
2016-10-03
47
-356
/
+0
*
hush testsuite: fix another false positive
Denys Vlasenko
2016-10-03
2
-2
/
+1
*
hust testsuite: fix a false positive
Denys Vlasenko
2016-10-03
1
-1
/
+1
*
ash testsuite: add most of hust tests which pass for ash
Denys Vlasenko
2016-10-03
103
-0
/
+795
*
ash: [PARSER] Add nlprompt/nlnoprompt helpers
Denys Vlasenko
2016-10-02
1
-19
/
+23
*
whitespace fixes
Denys Vlasenko
2016-10-02
2
-2
/
+2
*
hush: add var4.tests, var5.tests
Denys Vlasenko
2016-10-02
4
-0
/
+22
*
hush: fix var3.tests
Denys Vlasenko
2016-10-02
4
-206
/
+214
*
sh: do not print empty line at the end of "help" output
Denys Vlasenko
2016-10-02
2
-2
/
+1
*
sh testsuite: sync ash-redir/ and hush-redir/
Denys Vlasenko
2016-10-02
18
-114
/
+313
*
sh testsuite: sync ash-misc/source* and hush-misc/source*
Denys Vlasenko
2016-10-02
10
-27
/
+50
*
sh testsuite: sync ash-vars/ and hush-vars/
Denys Vlasenko
2016-10-02
11
-20
/
+39
*
ash testsuite: update some of variable tests with newer versions from hush
Denys Vlasenko
2016-10-02
6
-25
/
+156
*
sh testsuite: create hush-redir/* and move files around
Denys Vlasenko
2016-10-02
30
-0
/
+143
*
sh testsuite: create hush-heredoc/* and move files around
Denys Vlasenko
2016-10-02
16
-0
/
+30
*
hush testsuite: add many tests from ash testsuite
Denys Vlasenko
2016-10-02
34
-3
/
+254
*
ash: undo "tokname hack"
Denys Vlasenko
2016-10-02
1
-41
/
+83
*
ash: placate gcc: "warning: ! is only applied to the left hand side of =="
Denys Vlasenko
2016-10-02
1
-1
/
+1
*
hush testsuite: add glob_dir.tests
Denys Vlasenko
2016-10-02
3
-1
/
+45
*
ash: fix globbing bugs when using glibc glob()
Denys Vlasenko
2016-10-02
3
-7
/
+66
*
ash: style fixes
Denys Vlasenko
2016-10-02
1
-8
/
+16
*
ash: support "--" in "source" builtin
Denys Vlasenko
2016-10-02
1
-12
/
+18
*
ash: expand: Fixed "$@" expansion when EXP_FULL is false
Denys Vlasenko
2016-10-02
5
-15
/
+87
*
test: fix compile error in last commit
Denys Vlasenko
2016-10-02
1
-1
/
+1
*
test: memory leak: free group id list
Denys Vlasenko
2016-10-02
2
-7
/
+6
*
ash,hush: add a test that "continue" does not cripple traps
Denys Vlasenko
2016-10-01
4
-0
/
+16
[prev]
[next]