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
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lineedit: improvements to tab completion
Ron Yorston
2018-12-08
2
-10
/
+22
*
win32: rework adding of extensions to filenames
Ron Yorston
2018-12-06
1
-21
/
+11
*
Merge branch 'busybox' into merge
Ron Yorston
2018-12-05
2
-7
/
+19
|
\
|
*
libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" too
Denys Vlasenko
2018-11-29
1
-6
/
+4
|
*
libbb: @ in "\x3@" is not a valid hex digit
Denys Vlasenko
2018-11-29
1
-2
/
+10
|
*
cat,nl: fix handling of open errors
Denys Vlasenko
2018-11-29
1
-2
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-11-28
4
-65
/
+152
|
\
|
|
*
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-27
1
-1
/
+7
|
*
libbb: add comment on sha384
Denys Vlasenko
2018-11-26
1
-0
/
+5
|
*
wget: print the final newline only for non-tty output
Denys Vlasenko
2018-11-23
1
-2
/
+3
|
*
busybox: add '--show SCRIPT' option to display scripts
Ron Yorston
2018-11-18
1
-38
/
+54
|
*
Treat custom and applet scripts as applets
Ron Yorston
2018-11-17
2
-56
/
+36
|
*
libarchive: add a function to unpack embedded data
Ron Yorston
2018-11-02
1
-66
/
+15
|
*
busybox: show embedded scripts in applet list
Denys Vlasenko
2018-11-01
1
-15
/
+21
|
*
lineedit: autocompletion for embedded scripts
Ron Yorston
2018-11-01
1
-4
/
+10
|
*
ash: recognize embedded scripts in SH_STANDALONE mode
Ron Yorston
2018-11-01
1
-4
/
+4
|
*
claenups for previous commit
Denys Vlasenko
2018-11-01
1
-20
/
+16
|
*
ash: allow shell scripts to be embedded in the binary
Denys Vlasenko
2018-11-01
2
-1
/
+88
|
*
libbb/u_signal_names.c: don't check errno after bb_strtou
Rasmus Villemoes
2018-10-31
1
-3
/
+7
|
*
libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum()
Rasmus Villemoes
2018-10-31
1
-23
/
+53
|
*
printf: fix printf "%u\n" +18446744073709551614
Denys Vlasenko
2018-10-30
1
-1
/
+1
|
*
printf: fix printing +-prefixed numbers
Bernhard Reutner-Fischer
2018-10-19
1
-1
/
+1
*
|
libbb: add missing define that breaks non-default builds
Ron Yorston
2018-10-26
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-10-08
4
-3
/
+22
|
\
|
|
*
unzip: use printable_string() for printing filenames
Denys Vlasenko
2018-09-30
3
-3
/
+8
|
*
date: do not allow "month #20" and such, closes 11356
Denys Vlasenko
2018-09-23
1
-0
/
+14
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-09-10
5
-3
/
+86
|
\
|
|
*
remove_file: don't call rmdir if remove_file return failure
Chen Yu
2018-09-09
1
-1
/
+1
|
*
libbb: fix potential NULL pointer use
Denys Vlasenko
2018-09-03
1
-0
/
+2
|
*
libbb: fix use-after-free in copy_file
Denys Vlasenko
2018-09-03
1
-1
/
+2
|
*
libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file()
Denys Vlasenko
2018-09-02
1
-1
/
+1
|
*
Revert "libbb: remove unnecessary variable in xmalloc_fgets"
Denys Vlasenko
2018-09-02
1
-1
/
+3
|
*
fix !CONFIG_FLOAT_DURATION build
Denys Vlasenko
2018-08-26
1
-1
/
+1
|
*
Complie libbb/duration.c if ping[6] is selected
Denys Vlasenko
2018-08-03
1
-0
/
+2
|
*
extend fractional duration support to "top -d N.N" and "timeout"
Denys Vlasenko
2018-08-03
1
-0
/
+76
*
|
Merge branch 'busybox'
Ron Yorston
2018-07-25
9
-10
/
+72
|
\
|
|
*
hush: fix nested redirects colliding with script fds
Denys Vlasenko
2018-07-24
1
-0
/
+1
|
*
whitespace fixes
Denys Vlasenko
2018-07-17
2
-2
/
+2
|
*
cp: optional --reflink support
Denys Vlasenko
2018-07-13
1
-0
/
+19
|
*
usage: do not print trailing space for commands which have no arguments
Denys Vlasenko
2018-07-09
1
-2
/
+5
|
*
hexdump: fix short file of zero butes treated as dup
Denys Vlasenko
2018-07-03
1
-5
/
+9
|
*
testsuite/mount.tests: fix false positive
Denys Vlasenko
2018-06-28
1
-0
/
+4
|
*
libbb: crypt() in newer glibc requires include <crypt.h>
Denys Vlasenko
2018-06-27
1
-0
/
+1
|
*
restore documentation on the build config language
Kartik Agaram
2018-06-06
1
-1
/
+1
|
*
whitespace fix
Denys Vlasenko
2018-05-26
1
-1
/
+1
|
*
realpath,readlink -f: coreutils compat, closes 11021
Denys Vlasenko
2018-05-24
1
-0
/
+30
*
|
win32: reinstate code in read_line_input to handle non-ttys
Ron Yorston
2018-05-25
1
-4
/
+5
*
|
Update copyright date
Ron Yorston
2018-05-13
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-05-13
2
-4
/
+21
|
\
|
|
*
libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...
Denys Vlasenko
2018-04-17
1
-0
/
+12
[next]