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
...
|
*
hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVE
Denys Vlasenko
2013-05-12
1
-3
/
+3
|
*
Fix build failures caused by not compiling open_transformer.c
Denys Vlasenko
2013-05-12
1
-12
/
+23
|
*
telnet: code shrink
Denys Vlasenko
2013-05-12
1
-9
/
+8
|
*
volume_id: fix ntfs attribute search
Oliver Metz
2013-05-09
1
-1
/
+1
|
*
vi: make regexp search case-insensitive if ":set ignorecase" is active
Denys Vlasenko
2013-04-21
1
-40
/
+28
|
*
ash,hush: history builtin
Flemming Madsen
2013-04-07
4
-3
/
+45
|
*
hush: fix for "while false && true; do echo BUG; break; done". closes 6170
Denys Vlasenko
2013-04-07
3
-10
/
+16
*
|
libbb: handle UNC paths in recursive make directory calls
Ron Yorston
2013-08-27
1
-2
/
+23
*
|
ash: add noconsole option to hide console window on WIN32
Ron Yorston
2013-05-24
1
-0
/
+15
*
|
ash: Add a very small timeout to nonblocking wait
Ron Yorston
2013-05-03
1
-1
/
+1
*
|
sh: only change to user's home directory in login mode
Ron Yorston
2013-04-04
1
-1
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-04-03
18
-74
/
+201
|
\
|
|
*
mdev: call index_in_strings on $ACTION only after we checked it for NULL
Denys Vlasenko
2013-04-02
1
-3
/
+3
|
*
examples/mdev.conf.change_blockdev.sh: update
Denys Vlasenko
2013-04-02
1
-3
/
+8
|
*
examples: add mdev example for Android phone
Denys Vlasenko
2013-03-30
2
-0
/
+54
|
*
examples/inittab: fix a few incorrect statements about init
Denys Vlasenko
2013-03-29
2
-15
/
+2
|
*
lineedit: \W on "/bin" should show "bin", not "/bin"
Denys Vlasenko
2013-03-29
1
-1
/
+1
|
*
lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \!
Denys Vlasenko
2013-03-29
1
-37
/
+47
|
*
libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
Denys Vlasenko
2013-03-29
7
-12
/
+35
|
*
lineedit: add handling of \H in prompt
Denys Vlasenko
2013-03-28
1
-5
/
+45
|
*
hexdump: need to use xstrtoull for off_t
Denys Vlasenko
2013-03-27
1
-1
/
+1
|
*
hexdump: don't unconditionally limit the usable address range
Denys Vlasenko
2013-03-27
2
-2
/
+7
|
*
man: install to /usr/bin, not /sbin
Denys Vlasenko
2013-03-27
1
-1
/
+1
|
*
httpd: don't allow tabs and multiple spaces in request string
Denys Vlasenko
2013-03-25
1
-2
/
+5
|
*
setserial: Fix typo: s/baund_rate/baud_rate/g
Bernhard Reutner-Fischer
2013-03-22
1
-2
/
+2
*
|
df: limited implementation for WIN32
Ron Yorston
2013-04-03
8
-4
/
+187
*
|
Provide fake fchmod implementation
Ron Yorston
2013-03-26
2
-2
/
+2
*
|
ash: remove old comment
Ron Yorston
2013-03-26
1
-2
/
+0
*
|
vi: handle CRLF line ending
Ron Yorston
2013-03-19
1
-0
/
+38
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-03-19
59
-718
/
+1260
|
\
|
|
*
sendmail: code shrink on top of previous patches
Denys Vlasenko
2013-03-18
1
-42
/
+30
|
*
sendmail: don't add multiple To: headers
Aaro Koskinen
2013-03-18
1
-3
/
+16
|
*
sendmail: don't add To: header if it already exists
Aaro Koskinen
2013-03-18
1
-2
/
+7
|
*
sendmail: support long header fields for recipients
Aaro Koskinen
2013-03-18
1
-1
/
+18
|
*
sendmail: support address lists
Aaro Koskinen
2013-03-18
1
-4
/
+29
|
*
sendmail: support addresses inside angle brackets
Aaro Koskinen
2013-03-18
1
-2
/
+20
|
*
sendmail: don't mangle e-mail headers
Aaro Koskinen
2013-03-18
1
-1
/
+3
|
*
sendmail: avoid sending mail to wrong addresses
Aaro Koskinen
2013-03-18
1
-1
/
+16
|
*
mkfs_minix: use get_volume_size_in_bytes instead of local version
Denys Vlasenko
2013-03-18
1
-63
/
+14
|
*
mdev: fix build failure
Denys Vlasenko
2013-03-17
1
-2
/
+1
|
*
nc: fix build failure ("subscripted value is neither array nor pointer")
Denys Vlasenko
2013-03-17
1
-1
/
+1
|
*
ash: add comment about failures in source builtin. No code changes.
Denys Vlasenko
2013-03-17
1
-0
/
+6
|
*
hush: source builtin should override $N only if it has args
Denys Vlasenko
2013-03-17
3
-2
/
+19
|
*
ash: read $HOME/.profile instead of $(pwd)/.profile
Stefan Hellermann
2013-03-15
1
-2
/
+9
|
*
ash: move code to allow setting $HOME in /etc/profile
Stefan Hellermann
2013-03-15
1
-13
/
+9
|
*
vi: code shrink
Denys Vlasenko
2013-03-15
1
-4
/
+10
|
*
vi: fix adjustment of buffer on partial file read
Ron Yorston
2013-03-15
1
-1
/
+1
|
*
sysklogd: trim help text
Denys Vlasenko
2013-03-15
1
-1
/
+1
|
*
traceroute: free some memory allocated by xzalloc()
Guilherme Maciel Ferreira
2013-03-15
1
-2
/
+13
|
*
flash_eraseall: implement -N
Alexander Shiyan
2013-03-15
1
-7
/
+8
[prev]
[next]