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
/
shell
/
hush_test
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-15
win32: tidy up popen implementation
Ron Yorston
3
-209
/
+76
2018-03-15
wget: add support for https
Ron Yorston
7
-11
/
+171
2018-03-15
ash: remove special treatment of device files
Ron Yorston
2
-21
/
+3
2018-03-15
win32: restrict visibility of special devices
Ron Yorston
4
-8
/
+33
2018-03-11
tcpsvd: fix fallout from opt_complementary removal
Denys Vlasenko
1
-3
/
+8
2018-03-11
readprofile: code shrink
Denys Vlasenko
1
-34
/
+33
2018-03-11
ntpd: choose initial FREQHOLD_cnt dynamically
Denys Vlasenko
1
-12
/
+54
2018-03-11
udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handling
Denys Vlasenko
1
-5
/
+20
2018-03-10
ntpd: suppress in-kernel frequency correction in first 8 adjtimex calls
Denys Vlasenko
1
-11
/
+33
2018-03-10
udhcpd: fix "not dying on SIGTERM"
Denys Vlasenko
7
-34
/
+35
2018-03-09
winansi: check for broken pipe in winansi_write
Ron Yorston
1
-7
/
+21
2018-03-09
pipe_progress: enable in default build
Ron Yorston
2
-2
/
+2
2018-03-08
remove stray newline in "iplink --help"
Denys Vlasenko
1
-1
/
+1
2018-03-08
ip: fix "ip -oneline a"
Denys Vlasenko
1
-1
/
+4
2018-03-08
ipcs: further code shrink
Denys Vlasenko
1
-24
/
+23
2018-03-08
ipcs: code shrink
Denys Vlasenko
1
-24
/
+15
2018-03-08
md5sum: use config help text similar to other "sum" tools
Denys Vlasenko
1
-1
/
+1
2018-03-07
top: much faster cursor key navigation by avoiding process rescan
Denys Vlasenko
1
-6
/
+19
2018-03-07
top: do unsigned rather than signed division in do_stats()
Denys Vlasenko
1
-3
/
+4
2018-03-07
top: handle much larger VSZ values
Denys Vlasenko
1
-7
/
+5
2018-03-06
dd: mention /dev/zero and /dev/urandom in help message
Ron Yorston
1
-0
/
+3
2018-03-06
use gmtime_r() instead of gmtime()
Denys Vlasenko
3
-3
/
+8
2018-03-06
hush: code shrink
Denys Vlasenko
1
-6
/
+7
2018-03-06
winansi: check for broken pipe
Ron Yorston
1
-6
/
+29
2018-03-06
winansi: changes to puts, fputs and fwrite
Ron Yorston
1
-18
/
+3
2018-03-06
winansi: improve error return values in ANSI emulation
Ron Yorston
1
-20
/
+23
2018-03-06
winansi: create and use functions to test for console
Ron Yorston
1
-51
/
+20
2018-03-05
networking/interface.c: get rid of global data
Denys Vlasenko
1
-85
/
+36
2018-03-05
networking/interface.c: get rid of global "smallint interface_opt_a"
Denys Vlasenko
3
-27
/
+20
2018-03-05
networking/interface.c: code shrink
Denys Vlasenko
1
-61
/
+76
2018-03-05
win32: squeeze a few bytes out of strftime
Ron Yorston
1
-4
/
+6
2018-03-05
win32: use strchrnul from BusyBox in fnmatch
Ron Yorston
1
-1
/
+5
2018-03-05
wget: fix fetching of https URLs with http proxy
Peter Lloyd
1
-4
/
+4
2018-03-04
make busybox more portable
Sean MacLennan
2
-11
/
+9
2018-03-04
win32: reduce amount of static data
Ron Yorston
4
-101
/
+127
2018-03-03
ar: conditional compilation for variable only needed on WIN32
Ron Yorston
1
-0
/
+2
2018-03-02
hush: fix a='a\\'; echo "${a%\\\\}"
Denys Vlasenko
10
-3
/
+39
2018-03-02
shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests
Denys Vlasenko
8
-5
/
+50
2018-03-02
shell: two new tests, both fail for ash and hush
Denys Vlasenko
8
-0
/
+44
2018-03-02
Minor improvements to build
Ron Yorston
5
-23
/
+22
2018-03-01
Remove fake signal-handling code
Ron Yorston
8
-32
/
+39
2018-03-01
lineedit: disable window size tracking in default configuration
Ron Yorston
4
-4
/
+23
2018-03-01
win32: make has_exec_format static
Ron Yorston
2
-56
/
+55
2018-02-28
win32: additional improvements to handling of executables
Ron Yorston
3
-21
/
+36
2018-02-28
ash: changes to command resolution, execution and display
Ron Yorston
1
-23
/
+55
2018-02-28
win32: don't add extensions to filenames ending with a dot
Ron Yorston
2
-2
/
+9
2018-02-27
win32: fix code to check for file extensions
Ron Yorston
1
-1
/
+1
2018-02-27
libbb: Use return value from is_prefixed_with()
Andy Shevchenko
1
-3
/
+2
2018-02-27
tcpudp: shrink per-host rate-limiting code
Denys Vlasenko
3
-20
/
+17
2018-02-27
less: accept -R option. Closes 10816
Denys Vlasenko
1
-1
/
+5
[prev]
[next]