index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
2018-12-08
lineedit: fix "defined but not used" sigaction2 warning
Denys Vlasenko
2018-12-08
inetd: suppress aliasing warning
Denys Vlasenko
2018-12-08
suppress gcc 8 aliasing warnings
Denys Vlasenko
2018-12-06
bc: unbreak FEATURE_CLEAN_UP build
Denys Vlasenko
2018-11-29
libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" too
Denys Vlasenko
2018-11-29
libbb: @ in "\x3@" is not a valid hex digit
Denys Vlasenko
2018-11-29
cat,nl: fix handling of open errors
Denys Vlasenko
2018-11-27
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-26
libbb: add comment on sha384
Denys Vlasenko
2018-11-23
wget: print the final newline only for non-tty output
Denys Vlasenko
2018-11-18
busybox: add '--show SCRIPT' option to display scripts
Ron Yorston
2018-11-17
Treat custom and applet scripts as applets
Ron Yorston
2018-11-02
libarchive: add a function to unpack embedded data
Ron Yorston
2018-11-01
busybox: show embedded scripts in applet list
Denys Vlasenko
2018-11-01
lineedit: autocompletion for embedded scripts
Ron Yorston
2018-11-01
ash: recognize embedded scripts in SH_STANDALONE mode
Ron Yorston
2018-11-01
claenups for previous commit
Denys Vlasenko
2018-11-01
ash: allow shell scripts to be embedded in the binary
Denys Vlasenko
2018-10-31
libbb/u_signal_names.c: don't check errno after bb_strtou
Rasmus Villemoes
2018-10-31
libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum()
Rasmus Villemoes
2018-10-30
printf: fix printf "%u\n" +18446744073709551614
Denys Vlasenko
2018-10-19
printf: fix printing +-prefixed numbers
Bernhard Reutner-Fischer
2018-09-30
unzip: use printable_string() for printing filenames
Denys Vlasenko
2018-09-23
date: do not allow "month #20" and such, closes 11356
Denys Vlasenko
2018-09-09
remove_file: don't call rmdir if remove_file return failure
Chen Yu
2018-09-03
libbb: fix potential NULL pointer use
Denys Vlasenko
2018-09-03
libbb: fix use-after-free in copy_file
Denys Vlasenko
2018-09-02
libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file()
Denys Vlasenko
2018-09-02
Revert "libbb: remove unnecessary variable in xmalloc_fgets"
Denys Vlasenko
2018-08-26
fix !CONFIG_FLOAT_DURATION build
Denys Vlasenko
2018-08-03
Complie libbb/duration.c if ping[6] is selected
Denys Vlasenko
2018-08-03
extend fractional duration support to "top -d N.N" and "timeout"
Denys Vlasenko
2018-07-24
hush: fix nested redirects colliding with script fds
Denys Vlasenko
2018-07-17
whitespace fixes
Denys Vlasenko
2018-07-13
cp: optional --reflink support
Denys Vlasenko
2018-07-09
usage: do not print trailing space for commands which have no arguments
Denys Vlasenko
2018-07-03
hexdump: fix short file of zero butes treated as dup
Denys Vlasenko
2018-06-28
testsuite/mount.tests: fix false positive
Denys Vlasenko
2018-06-27
libbb: crypt() in newer glibc requires include <crypt.h>
Denys Vlasenko
2018-06-06
restore documentation on the build config language
Kartik Agaram
2018-05-26
whitespace fix
Denys Vlasenko
2018-05-24
realpath,readlink -f: coreutils compat, closes 11021
Denys Vlasenko
2018-04-17
libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...
Denys Vlasenko
2018-04-16
less: fix fallout from "use common routine to set raw termios"
Denys Vlasenko
2018-04-08
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2018-04-07
libbb: switch bb_ask_noecho() to "mallocing" string return API
Denys Vlasenko
2018-04-07
xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy
Denys Vlasenko
2018-04-07
libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...
Denys Vlasenko
2018-04-07
telnet: move winsize detection closer to I/O loop, delete non-functioning deb...
Denys Vlasenko
2018-04-06
placate gcc-8.0.1 warnings
Denys Vlasenko
[next]