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
...
|
*
wget: do not abort if "_" is encountered in a HTTP header
Denys Vlasenko
2013-07-01
1
-2
/
+10
|
*
cryptpw: do not segfault on EOF. Closes 6350
Denys Vlasenko
2013-06-30
1
-7
/
+12
|
*
*: change execl sentinels from NULL to (char*)0
Rich Felker
2013-06-30
3
-3
/
+3
|
*
ubi_tools: enhance -s option to allow size multiplier to match mtd-utils
Denys Vlasenko
2013-06-30
1
-1
/
+8
|
*
ubi_tools: add forgotten argv++
Denys Vlasenko
2013-06-30
1
-1
/
+1
|
*
ubi_tools: extend supported volume size to 64 bits; shrink code
Denys Vlasenko
2013-06-30
1
-149
/
+154
|
*
ubimkvol: add -m option to create volume of maximum size
Paul B. Henson
2013-06-30
1
-6
/
+45
|
*
pstree: fix theoretically unsafe code
Denys Vlasenko
2013-06-28
1
-1
/
+1
|
*
ping: code shrink
Denys Vlasenko
2013-06-28
1
-13
/
+14
|
*
Move create_icmp[6]_socket to its only user, and simplify it
Denys Vlasenko
2013-06-28
5
-99
/
+44
|
*
losetup: assorted fixes. Closes 6314
Denys Vlasenko
2013-06-27
2
-18
/
+23
|
*
lsof: correct check for symbolic link
Thomas De Schampheleire
2013-06-27
1
-3
/
+6
|
*
nslookup: set default DNS server again. Hopefully helps with 675
Denys Vlasenko
2013-06-27
1
-2
/
+13
|
*
md5/sha512: a better fix for strict aliasing warnings
Denys Vlasenko
2013-06-27
2
-3
/
+4
|
*
md5/sha512: fix strict aliasing warnings
Mike Frysinger
2013-06-19
1
-3
/
+3
|
*
pstree: stop truncating thread names
Mike Frysinger
2013-06-19
1
-3
/
+10
|
*
ntpd: set offset to 0.0 in "usync" event
Denys Vlasenko
2013-05-23
1
-3
/
+8
|
*
ntpd: set G.last_script_run even if script isn't configured
Denys Vlasenko
2013-05-22
1
-2
/
+2
|
*
ntpd: make "unsync" code actually work.
Denys Vlasenko
2013-05-22
1
-3
/
+13
|
*
ntpd: drop delay outliers; run "unsync" handler if no replies for some time
Denys Vlasenko
2013-05-22
1
-8
/
+34
|
*
sulogin: allow system maintenance login if root password is empty
Jonathan Liu
2013-05-21
2
-3
/
+5
|
*
sulogin: correct lying comment
Denys Vlasenko
2013-05-21
1
-1
/
+1
|
*
init: remove special-case code for machines with less tham 1 MB of RAM.
Denys Vlasenko
2013-05-21
1
-15
/
+18
|
*
stty: disable CIBAUD leak check - it is not necessary on Linux
Denys Vlasenko
2013-05-17
1
-1
/
+6
|
*
stty: code shrink
Denys Vlasenko
2013-05-17
1
-30
/
+29
|
*
udhcp: code shrink
Denys Vlasenko
2013-05-17
1
-17
/
+13
|
*
udhcpc: fix a problem with binary-encoded options #2
Denys Vlasenko
2013-05-17
1
-1
/
+1
|
*
find:: get rid of nested function (it's a gcc-ism)
Denys Vlasenko
2013-05-16
1
-6
/
+45
|
*
grep: fix grep -x to not set REG_NOSUB
James Hogan
2013-05-16
2
-1
/
+15
|
*
volume_id_internal.h: drop unoptimized byteswap routines
Denys Vlasenko
2013-05-15
1
-36
/
+16
|
*
grep: don't bail out on first mismatch if '-w' option is set
Bartosz Golaszewski
2013-05-15
2
-8
/
+20
|
*
Fix build failures caused by not compiling open_transformer.c (#2)
Denys Vlasenko
2013-05-15
1
-0
/
+3
|
*
find: support -HLP
Denys Vlasenko
2013-05-14
1
-3
/
+12
|
*
mdev: use $DEVNAME in uevent sysfs file for device node name
Nikolaus Voss
2013-05-13
1
-12
/
+35
|
*
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
[prev]
[next]