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
...
|
*
vi: improvements to character search within line
Ron Yorston
2021-03-29
1
-41
/
+39
|
*
vi: remember cursor column during vertical motion
Ron Yorston
2021-03-29
1
-3
/
+18
|
*
vi: 'G'/'M' commands move to first visible character
Ron Yorston
2021-03-29
1
-0
/
+2
|
*
vi: don't overwrite existing file
Ron Yorston
2021-03-29
1
-0
/
+7
|
*
vi: make buffer handling more vi-like
Ron Yorston
2021-03-29
1
-89
/
+73
|
*
vi: code shrink
Ron Yorston
2021-03-29
1
-9
/
+3
|
*
vi: fix word operations across line boundaries
Ron Yorston
2021-03-29
1
-7
/
+9
|
*
ntpd: code shrink (force not-inlining, stop returning structs)
Denys Vlasenko
2021-03-26
1
-25
/
+25
|
*
timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...
Denys Vlasenko
2021-03-23
6
-6
/
+16
|
*
resume: write offset in /sys/power/resume_offset
Denys Vlasenko
2021-03-20
1
-1
/
+8
|
*
login: implement LOGIN_TIMEOUT
Denys Vlasenko
2021-03-19
1
-3
/
+10
|
*
udhcpc: ignore zero-length DHCP options, take 2
Denys Vlasenko
2021-03-16
1
-3
/
+3
|
*
udhcpc: ignore zero-length DHCP options
Russell Senior
2021-03-16
1
-8
/
+18
|
*
echo: special case "echo --help": it should not show help text
Denys Vlasenko
2021-03-15
1
-8
/
+22
|
*
decompress_gunzip: Fix DoS if gzip is corrupt
Samuel Sapalski
2021-03-12
1
-2
/
+10
|
*
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
*
|
win32: fix creation of symlinks in 64-bit Windows 7
Ron Yorston
2021-05-13
1
-1
/
+1
*
|
libbb: special case for busybox --help is WIN32-only
Ron Yorston
2021-04-09
1
-1
/
+1
*
|
Update README.md
Ron Yorston
2021-03-17
1
-1
/
+1
*
|
libbb: fix another tab-completion corner case
Ron Yorston
2021-03-17
1
-0
/
+6
*
|
libbb: allow single-applet binary to build
Ron Yorston
2021-03-14
1
-11
/
+10
*
|
build system: add support for 'make bloatcheck'
Ron Yorston
2021-03-10
3
-11
/
+37
*
|
bloat-o-meter: avoid double counting
Ron Yorston
2021-03-10
1
-8
/
+13
*
|
winansi: fix ansi emulation
Ron Yorston
2021-03-05
1
-12
/
+13
*
|
Work around GNU Make bug involving shell built-ins
Christopher Wellons
2021-03-04
1
-1
/
+1
*
|
busybox: allow '--install' to install symlinks
FRP-3902-g61e53aa93
Ron Yorston
2021-03-02
1
-43
/
+39
*
|
ash: correctly identify applet in getopt() error messages
Ron Yorston
2021-03-02
1
-0
/
+2
*
|
Post-merge build fixes
Ron Yorston
2021-03-01
2
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-03-01
21
-330
/
+253
|
\
|
|
*
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
[prev]
[next]