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
...
|
*
unzip: optional support for xz
Denys Vlasenko
2017-01-09
2
-0
/
+14
|
*
unzip: optional support for bzip2 and lzma
Denys Vlasenko
2017-01-09
3
-36
/
+61
|
*
modprobe-small: build fixes
Denys Vlasenko
2017-01-09
1
-3
/
+10
|
*
modprobe-small: optimizations for single applet build
Explorer09
2017-01-09
1
-33
/
+39
|
*
Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2
Kang-Che Sung
2017-01-09
3
-19
/
+41
|
*
ash: fix a bug in argv restoration after sourcing a file
Denys Vlasenko
2017-01-09
1
-2
/
+4
|
*
hush: fix a bug in argv restoration after sourcing a file
Denys Vlasenko
2017-01-09
5
-2
/
+36
|
*
hush: global_args_malloced is used only if set builtin is enabled
Denys Vlasenko
2017-01-09
1
-9
/
+14
|
*
hush: fix 'defined but not used' warning
Denys Vlasenko
2017-01-09
1
-0
/
+2
|
*
hush: remove redundand test for ENABLE_HUSH_JOB
Denys Vlasenko
2017-01-09
1
-3
/
+1
|
*
hush: fix kill builtin without jobs support
Denys Vlasenko
2017-01-09
1
-12
/
+8
|
*
typo fix
Denys Vlasenko
2017-01-09
1
-1
/
+1
|
*
hush: conditionalize print_escaped() on EXPORT || TRAP
Denys Vlasenko
2017-01-08
1
-0
/
+2
|
*
hush: make memleak builtin optional
Denys Vlasenko
2017-01-08
1
-4
/
+13
|
*
hush: make export builtin optional
Denys Vlasenko
2017-01-08
1
-11
/
+26
|
*
hush: make umask builtin optional
Denys Vlasenko
2017-01-08
1
-0
/
+13
|
*
hush: make set/unset builtins optional
Denys Vlasenko
2017-01-08
1
-5
/
+35
|
*
hush: make read and trap builtins optional
Denys Vlasenko
2017-01-08
1
-71
/
+118
|
*
hush: kill builtin and kill %jobspec support
Denys Vlasenko
2017-01-08
4
-7
/
+138
|
*
hush: support %%, %+ and % jobspec (meaning "current job")
Denys Vlasenko
2017-01-08
1
-9
/
+21
|
*
httpd: fix address family for reverse proxy client socket
Laurent Bercot
2017-01-08
1
-3
/
+3
|
*
build system: no longer prompt for PLATFORM_LINUX option
Kang-Che Sung
2017-01-08
1
-11
/
+11
|
*
bunzip2: fix code bloat caused by zcat's seamless magic
Kang-Che Sung
2017-01-08
1
-1
/
+1
|
*
ash: fix "kill %1" not working if CONFIG_ASH is disabled
Kang-Che Sung
2017-01-08
1
-1
/
+2
|
*
unzip: do not use CDF.extra_len, read local file header. Closes 9536
Denys Vlasenko
2017-01-08
2
-115
/
+125
*
|
libbb: let bb_make_directory accept backslashes in path
Ron Yorston
2017-02-07
1
-0
/
+8
*
|
Provide vfprintf replacement
Ron Yorston
2017-02-07
2
-0
/
+2
*
|
ash: make the noconsole option configurable at build time
Ron Yorston
2017-02-07
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
[prev]
[next]