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
...
*
hush: make LINENO selectable without BASH-COMPAT
Denys Vlasenko
2021-03-10
1
-5
/
+5
*
wget: new option FEATURE_WGET_FTP to enable/disable FTP
Sergey Ponomarev
2021-03-09
1
-15
/
+35
*
bloat-o-meter: avoid double counting
Ron Yorston
2021-03-09
1
-8
/
+13
*
start-stop-daemon: explain -x + -a test
Denys Vlasenko
2021-03-09
1
-0
/
+5
*
ntpd: tweak comments
Denys Vlasenko
2021-03-02
1
-23
/
+9
*
ntpd: decrease INITIAL_SAMPLES from 4 to 3
Denys Vlasenko
2021-03-02
1
-15
/
+12
*
vi: code shrink
Denys Vlasenko
2021-03-01
1
-18
/
+14
*
vi: restore 0 offset after :set noXXX command
Alison Winters
2021-03-01
1
-5
/
+5
*
bc: typo fix in comment
Denys Vlasenko
2021-02-26
1
-1
/
+1
*
dc: more docs in --help
Denys Vlasenko
2021-02-26
1
-13
/
+14
*
dc: document what non-GNU commands do
Denys Vlasenko
2021-02-26
1
-5
/
+5
*
bc/dc: fix length(0) and length(0.000nnn) result
Denys Vlasenko
2021-02-26
3
-4
/
+23
*
dc: correct --help text
Denys Vlasenko
2021-02-26
1
-2
/
+44
*
trylink: do not drop libs from CONFIG_EXTRA_LDLIBS
Denys Vlasenko
2021-02-23
3
-10
/
+13
*
echo: do not assume that free() leaves errno unmodified
Natanael Copa
2021-02-23
1
-5
/
+5
*
lineedit: support empty PATH entries in tab completion
Ron Yorston
2021-02-23
1
-6
/
+4
*
diff: code shrink
Ron Yorston
2021-02-22
1
-1
/
+1
*
dnsd: check that we don't read past packet
Denys Vlasenko
2021-02-22
1
-5
/
+12
*
udhcp: reuse strings
Denys Vlasenko
2021-02-21
3
-10
/
+14
*
ntpd: log responses to clients at log level 3
Denys Vlasenko
2021-02-21
1
-0
/
+6
*
ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed too
Denys Vlasenko
2021-02-21
1
-52
/
+36
*
ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION code
Denys Vlasenko
2021-02-21
1
-182
/
+2
*
ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" message
Denys Vlasenko
2021-02-21
1
-1
/
+1
*
udhcpc: clarify bcast/unicast sends in logs, include server ID
Denys Vlasenko
2021-02-20
1
-8
/
+22
*
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
Denys Vlasenko
2021-02-18
3
-10
/
+25
*
ash: placate -Werror=format-security
Denys Vlasenko
2021-02-18
3
-3
/
+21
*
applets/usage_pod.c: placate gcc
Denys Vlasenko
2021-02-15
1
-1
/
+1
*
Makefile.flags: fix the OS detection for libresolv
Martin Kaiser
2021-02-07
1
-1
/
+1
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
36
-66
/
+69
*
libbb: code shrink fgets_str
Ron Yorston
2021-02-03
1
-12
/
+5
*
nl: ensure '-b n' option displays file content
Ron Yorston
2021-02-02
5
-3
/
+67
*
cryptpw: typo in usage message
Ron Yorston
2021-02-02
1
-3
/
+3
*
vi: fix range selection by forward character motion
Ron Yorston
2021-02-02
1
-6
/
+9
*
libbb: code shrink and speed up index_in_strings()
Ron Yorston
2021-02-02
1
-4
/
+10
*
libbb: code shrink and speed up find_applet_by_name()
Ron Yorston
2021-02-02
1
-79
/
+17
*
awk: allow printf('%c') to output NUL, closes 13486
Ron Yorston
2021-02-02
2
-3
/
+20
*
traceroute: fix option parsing
Denys Vlasenko
2021-02-02
1
-1
/
+1
*
update_passwd: fix context variable
Bernd Kuhls
2021-01-14
1
-1
/
+1
*
ash: match bash behavior for ${empty_var/*/repl}
Denys Vlasenko
2021-01-09
2
-4
/
+4
*
ash: fix ${unset_var/pattern/repl}
Denys Vlasenko
2021-01-09
3
-1
/
+5
*
bc: code shrink
Denys Vlasenko
2021-01-06
1
-2
/
+2
*
pmap: fix column width, closes 13431
Denys Vlasenko
2021-01-05
1
-9
/
+3
*
Fix for the FEATURE_UTMP on the FreeBSD
Alex Samorukov
2021-01-04
1
-1
/
+5
*
bc: ^C on input line exits (unlike ^C during calculations, which does not)
Denys Vlasenko
2021-01-04
1
-10
/
+10
*
Fix mail compilation on the FreeBSD
Alex Samorukov
2021-01-04
1
-1
/
+14
*
Fix traceroute applet on the FreeBSD
Alex Samorukov
2021-01-04
1
-3
/
+8
*
Fix ping build on the FreeBSD
Alex Samorukov
2021-01-04
1
-0
/
+38
*
Fix ntpd compilcation on the FreeBSD
Alex Samorukov
2021-01-04
1
-0
/
+7
*
Fix mknod compilation on the FreeBSD
Alex Samorukov
2021-01-04
1
-1
/
+3
*
Fix missing "crypt.h" compilation error on the FreeBSD
Alex Samorukov
2021-01-04
1
-1
/
+3
[prev]
[next]