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
*
ubi_tools: fix typo in strcpy
Paul B. Henson
2013-08-04
1
-1
/
+1
*
ifplugd: use a larger netlink buffer
Tito Ragusa
2013-08-04
1
-4
/
+10
*
less: support "less 1<>TTY"
Denys Vlasenko
2013-08-04
1
-4
/
+25
*
volume_id: add f2fs detection
Sven-Göran Bergh
2013-08-01
3
-0
/
+100
*
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2013-07-31
2
-1
/
+29
*
volume_id: nilfs config description.
Sven-Göran Bergh
2013-07-31
1
-1
/
+10
*
volume_id: Adopt to new config style.
Sven-Göran Bergh
2013-07-31
35
-245
/
+318
*
volume_id: Adopt to new kbuild style.
Sven-Göran Bergh
2013-07-31
35
-38
/
+71
*
Whitespace fixes
Denys Vlasenko
2013-07-30
12
-23
/
+23
*
catv: code shrink
Denys Vlasenko
2013-07-30
2
-7
/
+13
*
Refactor catv. Move visible() from stty to libbb.
Bartosz Golaszewski
2013-07-30
5
-58
/
+51
*
unpackers: by users' request, print compression percentage if -v and DESKTOP
Denys Vlasenko
2013-07-30
1
-13
/
+23
*
nc: remove unnecessary "errno = 0"
Denys Vlasenko
2013-07-29
1
-5
/
+4
*
iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)
Denys Vlasenko
2013-07-28
1
-4
/
+4
*
logread: intercept all fatal signals, not just SIGINT
Denys Vlasenko
2013-07-28
1
-5
/
+4
*
nc: remove some dead code
Denys Vlasenko
2013-07-28
1
-24
/
+12
*
nc: exit when both stdin and network are closed.
Denys Vlasenko
2013-07-28
1
-19
/
+31
*
nc: use symbolic SHUT_WR instead of literal 1
Denys Vlasenko
2013-07-28
1
-1
/
+1
*
Update docs/tcp.txt
Denys Vlasenko
2013-07-27
1
-1
/
+18
*
buildsys: Add helper to list suid applets
Bernhard Reutner-Fischer
2013-07-26
4
-6
/
+88
*
Add notes about TCP programming quirks.
Denys Vlasenko
2013-07-25
1
-0
/
+65
*
date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formats
Bartosz Golaszewski
2013-07-25
1
-10
/
+23
*
networking: code shrink
Bartosz Golaszewski
2013-07-25
5
-99
/
+60
*
awk.tests: add test for recent large integer fix
Denys Vlasenko
2013-07-22
1
-3
/
+8
*
sed: fix matching of newlines by $
Denys Vlasenko
2013-07-21
2
-1
/
+22
*
unzip: survive lack of CDF on non-streaming zip files
Denys Vlasenko
2013-07-21
1
-16
/
+39
*
awk: use "long long" as integer type, not "int"
Denys Vlasenko
2013-07-20
1
-5
/
+5
*
unzip: increase PEEK_FROM_END from 16k to 64k
Denys Vlasenko
2013-07-20
1
-1
/
+8
*
ip link: add VLAN support
Patrick McHardy
2013-07-15
1
-9
/
+128
*
ip: code shrink
Denys Vlasenko
2013-07-15
3
-20
/
+16
*
typo fix in comment
Denys Vlasenko
2013-07-14
1
-1
/
+1
*
Commonalize typical [b,]k,m suffix struct
Denys Vlasenko
2013-07-13
11
-58
/
+22
*
chrt: remove warning for _POSIX_PRIORITY_SCHEDULING
Bernhard Reutner-Fischer
2013-07-08
1
-3
/
+0
*
typo fix in comment
Denys Vlasenko
2013-07-08
1
-1
/
+1
*
tail: code shrink
Denys Vlasenko
2013-07-08
1
-16
/
+15
*
sed: remove now-redundant backslash-newline handling
Denys Vlasenko
2013-07-08
1
-16
/
+2
*
sed: document where we are more liberal then GNU
Denys Vlasenko
2013-07-08
1
-0
/
+6
*
Call setlocale("") , not "C", if we want to set the default one
Denys Vlasenko
2013-07-07
1
-3
/
+12
*
unicode: check $LC_CTYPE too to detect Unicode mode
Denys Vlasenko
2013-07-05
4
-2
/
+13
*
foo*sum: Correct syntax error
Cristian Ionescu-Idbohrn
2013-07-04
1
-1
/
+1
*
tail: track file size only in -f mode
Denys Vlasenko
2013-07-02
1
-11
/
+15
*
foo*sum: report I/O errors, don't merely exit with 1.
Denys Vlasenko
2013-07-02
1
-1
/
+3
*
unicode: check $LC_ALL to detect Unicode mode, not only $LANG
Denys Vlasenko
2013-07-02
3
-6
/
+18
*
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
[next]