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
path:
root
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-07-14
ash: store pointers to be fixed as pointers, not int
Ron Yorston
1
-14
/
+16
2015-07-13
ipcalc: enable by default for WIN32
Ron Yorston
6
-15
/
+16
2015-07-03
Allow different ways to manipulate environment for XP vs 64-bit
Ron Yorston
5
-1
/
+1130
2015-06-23
libbb: really add build details to banner
Ron Yorston
2
-5
/
+5
2015-06-23
libbb: add details of build environment to banner
Ron Yorston
1
-0
/
+6
2015-06-23
Add some more build details to README.md
Ron Yorston
1
-1
/
+1
2015-06-17
lineedit: skip non-executables when tab-completing commands
Ron Yorston
1
-0
/
+3
2015-06-17
lineedit: search applets as well as PATH for tab completion
Ron Yorston
1
-1
/
+14
2015-06-17
busybox: update help message
Ron Yorston
1
-4
/
+9
2015-06-16
Update README.md
Ron Yorston
1
-1
/
+2
2015-06-05
ash: add winxp option
Ron Yorston
2
-6
/
+14
2015-06-02
ash: skip PATH if executable and command are both busybox
Ron Yorston
1
-0
/
+21
2015-06-01
mingw: add magic '--busybox' flag
Ron Yorston
3
-2
/
+7
2015-05-29
mingw: fixes to implementation of waitpid(2)
Ron Yorston
2
-3
/
+3
2015-05-29
mingw: fix conditions under which open(2) sets errno to EISDIR
Ron Yorston
1
-1
/
+1
2015-05-29
mingw: buffer in do_stat_internal need not be static
Ron Yorston
1
-1
/
+1
2015-05-29
mingw: tidy up implementation of kill(2)
Ron Yorston
3
-10
/
+16
2015-05-28
ash: seek to EOF when file is opened for append
Ron Yorston
1
-0
/
+3
2015-05-27
Enable seamless compression for WIN32
Ron Yorston
11
-12
/
+82
2015-05-27
mingw: add routine to pipe a file descriptor to/from a command
Ron Yorston
2
-18
/
+129
2015-05-27
mingw: define a macro for spawn
Ron Yorston
3
-5
/
+5
2015-05-27
win32: fix waitpid implementation
Ron Yorston
1
-2
/
+11
2015-05-18
mingw: provide fake getgroups and getgrouplist
Ron Yorston
4
-4
/
+28
2015-05-18
mingw: implement getpwnam (but only for current user)
Ron Yorston
2
-1
/
+13
2015-05-18
Update default configuration following merge
Ron Yorston
1
-1
/
+3
2015-05-18
hush: add recent ash tests to hush testsuite too (they all pass for hush)
Denys Vlasenko
18
-0
/
+29
2015-05-18
testsuite: add some tests for ash
Ron Yorston
10
-0
/
+15
2015-05-18
ash: fix breakage of ${v/pat/str}
Ron Yorston
1
-51
/
+28
2015-05-18
ash: move parse-time quote flag detection to run-time
Ron Yorston
5
-98
/
+72
2015-05-18
ash: remove arithmetic expansion collapsing at parse time
Ron Yorston
3
-12
/
+11
2015-05-18
ash: remove superfluous code in arithmetic mode
Ron Yorston
1
-5
/
+2
2015-05-18
ash: do not expand tilde in parameter expansion within quotes
Ron Yorston
3
-5
/
+6
2015-05-18
ash: perform tilde expansion in all parameter expansion words
Ron Yorston
3
-2
/
+5
2015-05-18
ash: code shrink around varvalue
Ron Yorston
1
-46
/
+38
2015-05-13
ash: explain what "local -" does
Denys Vlasenko
1
-1
/
+2
2015-05-13
ash: consider "local -" case while iterating over local variables in mklocal.
Eugene Rudoy
1
-1
/
+1
2015-05-12
libbb: Enable support for !CONFIG_MULTIUSER
Daniel Thompson
1
-2
/
+21
2015-05-11
i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT
Bartosz Golaszewski
1
-2
/
+6
2015-05-11
i2c-tools: fix 'i2cdetect -l'
Bartosz Golaszewski
1
-1
/
+4
2015-05-11
bzcat.tests: Run both .gz and .bz2 tests, and add .Z tests
Thiago Jung Bauermann
1
-24
/
+50
2015-05-11
tar: do not try to decode GNU extended headers as pax headers
Denys Vlasenko
1
-11
/
+17
2015-05-03
Conditionalize Bionic workarounds on __ANDROID_API__
Matt Whitlock
1
-4
/
+10
2015-05-03
Bionic lacks mempcpy; enable existing workaround
Matt Whitlock
1
-0
/
+1
2015-05-03
libarchive: auto-detect .Z files as well
Thiago Jung Bauermann
1
-0
/
+7
2015-05-03
typo fix
Denys Vlasenko
1
-1
/
+1
2015-05-03
vi: basic undo feature shouldn't depend on yankmark
Andrew Fuller
1
-5
/
+5
2015-04-30
Update README.md
Ron Yorston
1
-1
/
+1
2015-04-26
gzip: add support for compression levels 4-9
Aaro Koskinen
1
-10
/
+62
2015-04-26
Bionic lacks tcdrain; provide a workaround
Matt Whitlock
1
-0
/
+5
2015-04-25
Bionic lacks ttyname_r; provide a workaround
Matt Whitlock
2
-0
/
+26
[next]