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
/
editors
/
vi.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-02
libbb: code shrink and speed up find_applet_by_name()
Ron Yorston
1
-79
/
+17
2021-02-02
awk: allow printf('%c') to output NUL, closes 13486
Ron Yorston
2
-3
/
+20
2021-02-02
traceroute: fix option parsing
Denys Vlasenko
1
-1
/
+1
2021-01-27
printf: code shrink
Ron Yorston
1
-19
/
+7
2021-01-26
stat: improve conditional compilation
Ron Yorston
1
-5
/
+4
2021-01-25
tar: changes to conditional compilation
Ron Yorston
1
-4
/
+6
2021-01-25
ar: only free temporary filename if required
Ron Yorston
1
-2
/
+3
2021-01-25
tls: avoid unnecessary changes to POSIX build, part 2
Ron Yorston
8
-18
/
+23
2021-01-24
tls: avoid unnecessary changes to POSIX build
Ron Yorston
2
-6
/
+7
2021-01-24
nc: alter conditional compilation
Ron Yorston
1
-7
/
+55
2021-01-23
libbb: reduce changes to find_executable()
Ron Yorston
1
-8
/
+7
2021-01-22
Revert "libbb: reinstate NULL check in last_char_is()"
Ron Yorston
1
-1
/
+1
2021-01-19
libarchive: allow extraction of hard links
Ron Yorston
3
-14
/
+8
2021-01-18
ash: alter handling of interactive ^C
FRP-3812-g12e14ebba
Ron Yorston
1
-1
/
+3
2021-01-14
update_passwd: fix context variable
Bernd Kuhls
1
-1
/
+1
2021-01-13
Update copyright message
Ron Yorston
2
-2
/
+2
2021-01-13
win32: handle various Alt key modifiers in termios
Christopher Wellons
1
-2
/
+16
2021-01-09
ash: match bash behavior for ${empty_var/*/repl}
Denys Vlasenko
2
-4
/
+4
2021-01-09
ash: fix ${unset_var/pattern/repl}
Denys Vlasenko
3
-1
/
+5
2021-01-06
bc: code shrink
Denys Vlasenko
1
-2
/
+2
2021-01-05
pmap: fix column width, closes 13431
Denys Vlasenko
1
-9
/
+3
2021-01-04
Fix for the FEATURE_UTMP on the FreeBSD
Alex Samorukov
1
-1
/
+5
2021-01-04
bc: ^C on input line exits (unlike ^C during calculations, which does not)
Denys Vlasenko
1
-10
/
+10
2021-01-04
Fix mail compilation on the FreeBSD
Alex Samorukov
1
-1
/
+14
2021-01-04
Fix traceroute applet on the FreeBSD
Alex Samorukov
1
-3
/
+8
2021-01-04
Fix ping build on the FreeBSD
Alex Samorukov
1
-0
/
+38
2021-01-04
Fix ntpd compilcation on the FreeBSD
Alex Samorukov
1
-0
/
+7
2021-01-04
Fix mknod compilation on the FreeBSD
Alex Samorukov
1
-1
/
+3
2021-01-04
Fix missing "crypt.h" compilation error on the FreeBSD
Alex Samorukov
1
-1
/
+3
2021-01-04
Fix klogd applet compilation on the FreeBSD
Alex Samorukov
1
-1
/
+1
2021-01-04
Fix httpd compilation on the FreeBSD
Alex Samorukov
1
-0
/
+5
2021-01-04
Fix bb_setpgrp weapper on the FreeBSD
Alex Samorukov
1
-1
/
+1
2021-01-04
Do not add -lresolv on non-Linux systems
Alex Samorukov
1
-0
/
+2
2021-01-04
ash: improve --help
Denys Vlasenko
1
-2
/
+7
2021-01-04
hush: code shrink
Denys Vlasenko
1
-5
/
+7
2021-01-03
nuke: default to N
Denys Vlasenko
1
-1
/
+1
2021-01-03
ash: code shrink
Denys Vlasenko
1
-2
/
+2
2021-01-03
ash: make a strdup copy of $HISTFILE for line editing
Denys Vlasenko
1
-2
/
+2
2021-01-01
udhcpc: Add support to change default interface name
Andre Kalb
3
-4
/
+12
2021-01-01
tls: code shrink
Denys Vlasenko
1
-17
/
+11
2021-01-01
tar: add TODO about a bug with non-writable directories on extract
Denys Vlasenko
2
-0
/
+5
2020-12-31
nslookup: do not print "No answer" for NODATA replies, closes 13006
Denys Vlasenko
1
-6
/
+22
2020-12-30
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
16
-34
/
+46
2020-12-30
libbb/procps: smaller global data for username/groupname cache
Denys Vlasenko
1
-28
/
+17
2020-12-30
*: use fopen helpers where appropriate
Denys Vlasenko
3
-9
/
+9
2020-12-29
httpd: fix offset for sendfile
Maxim Storchak
1
-3
/
+3
2020-12-29
bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU
Denys Vlasenko
7
-104
/
+110
2020-12-29
Start 1.34.0 development cycle
Denys Vlasenko
1
-2
/
+2
2020-12-29
Bump version to 1.33.0
1_33_0
Denys Vlasenko
1
-1
/
+1
2020-12-29
libiproute: band-aid for old uclibc missing IFA_FLAGS
Denys Vlasenko
1
-1
/
+6
[prev]
[next]