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
*
ash: code shrink
Ron Yorston
2021-02-14
3
-11
/
+1
*
bc: handle ^C in interactive mode
Ron Yorston
2021-02-14
1
-0
/
+13
*
bc: fix to build on WIN32 and enable in default configurations
Ron Yorston
2021-02-13
3
-12
/
+14
*
win32: code shrink
Ron Yorston
2021-02-13
3
-7
/
+17
*
win32: implement symlink(2)
Ron Yorston
2021-02-12
3
-12
/
+55
*
win32: allow symlinks to directories to be unlinked
Ron Yorston
2021-02-12
1
-1
/
+13
*
win32: make readlink(2) implementation unconditional
Ron Yorston
2021-02-12
8
-30
/
+1
*
libbb: avoid problems with quoted characters in tab completion
Ron Yorston
2021-02-12
1
-3
/
+11
*
Reformat README.md
Ron Yorston
2021-02-10
1
-2
/
+1
*
Link to page on pathnames from README.md
Ron Yorston
2021-02-10
1
-4
/
+5
*
winansi: code shrink
Ron Yorston
2021-02-08
1
-13
/
+13
*
Update README
Ron Yorston
2021-02-07
1
-2
/
+5
*
winansi: more accurate colour mapping
Ron Yorston
2021-02-07
4
-22
/
+111
*
winansi: code shrink
Ron Yorston
2021-02-07
1
-90
/
+71
*
win32: code shrink
Ron Yorston
2021-02-06
4
-4
/
+6
*
Merge branch 'busybox' into merge
Ron Yorston
2021-02-05
47
-178
/
+202
|
\
|
*
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
*
|
winansi: tweak colour mapping
Ron Yorston
2021-02-04
1
-19
/
+9
*
|
printf: better support for escape sequences
Ron Yorston
2021-02-03
1
-48
/
+60
*
|
winansi: extend ANSI emulation
Ron Yorston
2021-02-03
1
-49
/
+177
*
|
winansi: change default 'skip ANSI emulation' setting
Ron Yorston
2021-02-03
4
-15
/
+24
*
|
printf: code shrink
Ron Yorston
2021-01-27
1
-19
/
+7
*
|
stat: improve conditional compilation
Ron Yorston
2021-01-26
1
-5
/
+4
*
|
tar: changes to conditional compilation
Ron Yorston
2021-01-25
1
-4
/
+6
*
|
ar: only free temporary filename if required
Ron Yorston
2021-01-25
1
-2
/
+3
*
|
tls: avoid unnecessary changes to POSIX build, part 2
Ron Yorston
2021-01-25
8
-18
/
+23
*
|
tls: avoid unnecessary changes to POSIX build
Ron Yorston
2021-01-24
2
-6
/
+7
*
|
nc: alter conditional compilation
Ron Yorston
2021-01-24
1
-7
/
+55
*
|
libbb: reduce changes to find_executable()
Ron Yorston
2021-01-23
1
-8
/
+7
*
|
Revert "libbb: reinstate NULL check in last_char_is()"
Ron Yorston
2021-01-22
1
-1
/
+1
*
|
libarchive: allow extraction of hard links
Ron Yorston
2021-01-19
3
-14
/
+8
*
|
ash: alter handling of interactive ^C
FRP-3812-g12e14ebba
Ron Yorston
2021-01-18
1
-1
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-01-14
227
-2214
/
+3296
|
\
|
|
*
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
[next]