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
*
ash: make the noconsole option configurable at build time
noconsole
Ron Yorston
2017-02-04
3
-4
/
+22
*
win32: implement nanosleep and enable float sleep by default
Ron Yorston
2017-01-18
4
-2
/
+22
*
unzip: use data from local header rather than CDF
Ron Yorston
2017-01-08
1
-1
/
+1
*
Merge branch 'busybox' into merge
Ron Yorston
2017-01-08
15
-210
/
+337
|
\
|
*
ash: fix open fds leaking in redirects. Closes 9561
Denys Vlasenko
2017-01-07
5
-4
/
+39
|
*
Automatically disable FEATURE_COMPRESS_USAGE for small builds.
Denys Vlasenko
2017-01-06
2
-0
/
+29
|
*
ash: explicltly group ash options
Kang-Che Sung
2017-01-06
2
-0
/
+11
|
*
ntpd: improve postponed hostname resolution
Natanael Copa
2017-01-06
1
-39
/
+34
|
*
unzip: remove now-pointless lseek which returns current position
Cristian Ionescu-Idbohrn
2017-01-05
1
-5
/
+0
|
*
typo fix in config help text
Denys Vlasenko
2017-01-05
1
-1
/
+1
|
*
unzip: properly use CDF to find compressed files. Closes 9536
Denys Vlasenko
2017-01-05
2
-123
/
+168
|
*
modutils: remove special handling of uClibc
Waldemar Brodkorb
2017-01-04
2
-12
/
+8
|
*
shell: clarify help text of CONFIG_{SH,BASH}_IS_* options
Kang-Che Sung
2017-01-04
1
-1
/
+22
|
*
udhcp: tweak config order and menu item names
Denys Vlasenko
2017-01-04
2
-28
/
+28
*
|
Update README.md
Ron Yorston
2017-01-04
1
-0
/
+1
*
|
Update default configuration
Ron Yorston
2017-01-04
2
-40
/
+36
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-01-04
64
-531
/
+1169
|
\
|
|
*
Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONS
Jörg Krause
2017-01-03
1
-1
/
+1
|
*
README_distro_proposal.txt: typo fixes
Tito Ragusa
2017-01-03
1
-7
/
+7
|
*
appletlib: avoid warning on unused function ingroup
Cristian Ionescu-Idbohrn
2017-01-03
1
-0
/
+2
|
*
hush: correct exitcode for unterminated ')' - exitcode2.tests testcase
Denys Vlasenko
2017-01-03
1
-2
/
+7
|
*
ash: fix error code regression
Ron Yorston
2017-01-03
5
-2
/
+38
|
*
qemu_multiarch_testing: small improvements
Denys Vlasenko
2017-01-02
2
-1
/
+19
|
*
tcpudp: define SO_ORIGINAL_DST directly, not via include
Denys Vlasenko
2017-01-02
1
-3
/
+3
|
*
depmod: don't build it if MODPROBE_SMALL=y
Denys Vlasenko
2017-01-01
1
-2
/
+2
|
*
Update to examples/var_service/README_distro_proposal.txt
Denys Vlasenko
2016-12-25
1
-14
/
+21
|
*
make_single_applets.sh: SH_IS_HUSH needs special handling too
Denys Vlasenko
2016-12-23
1
-4
/
+4
|
*
Make it possible to select "sh" and "bash" aliases without selecting ash or hush
Denys Vlasenko
2016-12-23
9
-118
/
+120
|
*
Make RMMOD=y by default
Denys Vlasenko
2016-12-23
1
-1
/
+1
|
*
Make INSMOD=y by default
Denys Vlasenko
2016-12-23
1
-1
/
+1
|
*
Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTIN
Denys Vlasenko
2016-12-23
1
-29
/
+7
|
*
modprobe-small: make applets individually selectable
Denys Vlasenko
2016-12-23
8
-32
/
+41
|
*
Make DPKG=y and DPKG_DEB=y by default
Denys Vlasenko
2016-12-23
2
-2
/
+2
|
*
Selinux complains about deprecated selinux/flask.h, stop including it
Denys Vlasenko
2016-12-23
2
-2
/
+6
|
*
Make FEATURE_USERNAME_COMPLETION=y by default
Denys Vlasenko
2016-12-23
1
-1
/
+1
|
*
make_single_applets.sh: a tool to check single-applet builds
Denys Vlasenko
2016-12-23
1
-0
/
+57
|
*
fix breakage found by mass one-applet builds
Denys Vlasenko
2016-12-23
8
-20
/
+29
|
*
ip: make ip aliases individually selectable
Denys Vlasenko
2016-12-22
1
-77
/
+85
|
*
Make POST upload example script easier to use
Denys Vlasenko
2016-12-22
1
-13
/
+7
|
*
shell: move "config" blocks above their use in coditional includes
Denys Vlasenko
2016-12-22
2
-111
/
+110
|
*
Update information on building httpd and wget helpers
Denys Vlasenko
2016-12-22
3
-12
/
+33
|
*
Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"
Denys Vlasenko
2016-12-22
5
-39
/
+41
|
*
ash: clarify uclibc glob() bug in comment
Denys Vlasenko
2016-12-21
1
-0
/
+3
|
*
ash: error out if ASH_INTERNAL_GLOB is not selected on uClibc
Denys Vlasenko
2016-12-21
1
-0
/
+8
|
*
Start 1.27.0 development cycle
Denys Vlasenko
2016-12-21
1
-2
/
+2
|
*
Bump version to 1.26.0
1_26_0
Denys Vlasenko
2016-12-20
1
-1
/
+1
|
*
libiproute: handle table ids larger than 255
Lukasz Nowak
2016-12-18
2
-6
/
+29
|
*
df: implement -B n<suff> and -B <suff> formats of -B option
Denys Vlasenko
2016-12-12
4
-24
/
+41
|
*
randomconfig fixes
Denys Vlasenko
2016-12-12
1
-1
/
+1
|
*
ash: fix signed char expansion bug
Denys Vlasenko
2016-12-12
1
-9
/
+21
[next]