Start 1.33.0 development cycle
[oweals/busybox.git] / libbb /
2020-06-24 Denys Vlasenkonologin: make it possible to build it as single applet
2020-06-24 Denys Vlasenkosuppress a few compile warnings
2020-06-23 Denys Vlasenkorandomconfig fixes
2020-06-08 Martin Lewisxstrndup: Use strndup instead of implementing it.
2020-01-29 Ron Yorstonash,hush: allow builtins to be tab-completed, closes...
2019-11-19 Alistair FrancisRemove stime() function calls
2019-10-25 Denys Vlasenkoread_key(): placate "warning: shifting a negative signe...
2019-10-25 Denys Vlasenkoclang/llvm 9 fix - do not eliminate a store to a fake...
2019-10-24 Denys VlasenkoRemove syscall wrappers around clock_gettime, closes...
2019-10-11 Denys Vlasenkodpkg-deb: work around bogus error message when working...
2019-10-09 Martin Lewisreplace: count_strstr - Handle an edge case where sub...
2019-10-09 Martin Lewislibbb: Converted safe_read to safe_write format
2019-10-08 Alistair Francistime: Use 64 prefix syscall if we have to
2019-07-23 Denys Vlasenkounicode: code shrink in character width determination
2019-07-16 Denys Vlasenkolibbb: include <crypt.h> only if necessary
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-06-25 Denys Vlasenkolibbb: deal with "declaration of 'link' shadows a globa...
2019-06-15 Denys Vlasenkopidof: support "pidof /path/to/binary" case
2019-06-13 Denys Vlasenkoreadlink,realpath: fix a case with a symplink, closes...
2019-06-09 Denys Vlasenkomount,losetup: use /dev/loop-control is it exists
2019-06-09 Denys Vlasenkotftp: optional tftp-hpa compat
2019-06-07 Denys Vlasenkopasswd: do not set 0 as date of last password change...
2019-06-03 Denys Vlasenkolibbb: move netlink socket binding to the utility function
2019-05-24 Denys Vlasenkolibarchive: treat one "FIXME: avoid seek"
2019-05-14 Denys Vlasenkodd: fix handling of short result of full_write(), close...
2019-05-14 Denys Vlasenkostyle fix, no code changes
2019-04-30 James ByrneOptionally re-introduce bb_info_msg()
2019-04-29 Denys Vlasenkolibbbb: find_mount_point() too eager to stat mounted...
2019-04-29 Denys Vlasenkostart-stop-daemon: do try to close fds > 2
2019-03-30 Ron Yorstonlibbb: mark scripted_main() as externally visible
2019-03-17 Denys Vlasenkodo not duplicate CONFIG_PID_FILE_PATH and ".pid" strings
2019-02-19 Ron Yorstondu: don't count duplicate arguments. Closes 5288
2019-02-04 Denys Vlasenkolineedit: fix SEGV in isk, hexedit, ed, closes 11661
2019-01-21 Mark Marshallcapability: fix string comparison in cap_name_to_number
2019-01-14 Denys Vlasenkostart-stop-daemon: create pidfile before parent exits...
2019-01-01 Denys Vlasenkosingle-applet build --help had extra \n, remove
2018-12-31 Denys Vlasenkopmap: make 32-bit version work better on 64-bit kernels
2018-12-27 Denys Vlasenkorandomconfig fixes
2018-12-08 Denys Vlasenkolineedit: fix "defined but not used" sigaction2 warning
2018-12-08 Denys Vlasenkoinetd: suppress aliasing warning
2018-12-08 Denys Vlasenkosuppress gcc 8 aliasing warnings
2018-12-06 Denys Vlasenkobc: unbreak FEATURE_CLEAN_UP build
2018-11-29 Denys Vlasenkolibbb: do not misinterpret 0x10-0x19 chars in "\xNNN...
2018-11-29 Denys Vlasenkolibbb: @ in "\x3@" is not a valid hex digit
2018-11-29 Denys Vlasenkocat,nl: fix handling of open errors
2018-11-27 Ron Yorstonhush: allow hush to run embedded scripts
2018-11-26 Denys Vlasenkolibbb: add comment on sha384
2018-11-23 Denys Vlasenkowget: print the final newline only for non-tty output
2018-11-18 Ron Yorstonbusybox: add '--show SCRIPT' option to display scripts
2018-11-17 Ron YorstonTreat custom and applet scripts as applets
2018-11-02 Ron Yorstonlibarchive: add a function to unpack embedded data
2018-11-01 Denys Vlasenkobusybox: show embedded scripts in applet list
2018-11-01 Ron Yorstonlineedit: autocompletion for embedded scripts
2018-11-01 Ron Yorstonash: recognize embedded scripts in SH_STANDALONE mode
2018-11-01 Denys Vlasenkoclaenups for previous commit
2018-11-01 Denys Vlasenkoash: allow shell scripts to be embedded in the binary
2018-10-31 Rasmus Villemoeslibbb/u_signal_names.c: don't check errno after bb_strtou
2018-10-31 Rasmus Villemoeslibbb: optionally honour libc provided SIGRTMIN/SIGRTMA...
2018-10-30 Denys Vlasenkoprintf: fix printf "%u\n" +18446744073709551614
2018-10-19 Bernhard Reutner... printf: fix printing +-prefixed numbers
2018-09-30 Denys Vlasenkounzip: use printable_string() for printing filenames
2018-09-23 Denys Vlasenkodate: do not allow "month #20" and such, closes 11356
2018-09-09 Chen Yuremove_file: don't call rmdir if remove_file return...
2018-09-03 Denys Vlasenkolibbb: fix potential NULL pointer use
2018-09-03 Denys Vlasenkolibbb: fix use-after-free in copy_file
2018-09-02 Denys Vlasenkolibbb: in xmalloc_fgets(), use size_t for bb_get_chunk_...
2018-09-02 Denys VlasenkoRevert "libbb: remove unnecessary variable in xmalloc_f...
2018-08-26 Denys Vlasenkofix !CONFIG_FLOAT_DURATION build
2018-08-03 Denys VlasenkoComplie libbb/duration.c if ping[6] is selected
2018-08-03 Denys Vlasenkoextend fractional duration support to "top -d N.N"...
2018-07-24 Denys Vlasenkohush: fix nested redirects colliding with script fds
2018-07-17 Denys Vlasenkowhitespace fixes
2018-07-13 Denys Vlasenkocp: optional --reflink support
2018-07-09 Denys Vlasenkousage: do not print trailing space for commands which...
2018-07-03 Denys Vlasenkohexdump: fix short file of zero butes treated as dup
2018-06-28 Denys Vlasenkotestsuite/mount.tests: fix false positive
2018-06-27 Denys Vlasenkolibbb: crypt() in newer glibc requires include <crypt.h>
2018-06-06 Kartik Agaramrestore documentation on the build config language
2018-05-26 Denys Vlasenkowhitespace fix
2018-05-24 Denys Vlasenkorealpath,readlink -f: coreutils compat, closes 11021
2018-04-17 Denys Vlasenkolibbb: new option FEATURE_ETC_SERVICES: if off, /etc...
2018-04-16 Denys Vlasenkoless: fix fallout from "use common routine to set raw...
2018-04-08 Denys Vlasenkobzip2: fix two crashes on corrupted archives
2018-04-07 Denys Vlasenkolibbb: switch bb_ask_noecho() to "mallocing" string...
2018-04-07 Denys Vlasenkoxargs: use bb_ask_y_confirmation_FILE() instead of...
2018-04-07 Denys Vlasenkolibbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmat...
2018-04-07 Denys Vlasenkotelnet: move winsize detection closer to I/O loop,...
2018-04-06 Denys Vlasenkoplacate gcc-8.0.1 warnings
2018-04-06 Denys Vlasenkohush: fix "unset PS1/PS2", and put them into initial...
2018-04-01 Denys Vlasenkolibbb: new function bb_die_memory_exhausted
2018-04-01 Quentin Rameaused: prevent overflow of length from bb_get_chunk_from_file
2018-04-01 Quentin Rameaulibbb: remove unnecessary variable in xmalloc_fgets
2018-03-28 Denys Vlasenkolibbb: use BUILD_BUG_ON in utoa_to_buf()
2018-03-04 Sean MacLennanmake busybox more portable
2018-02-27 Andy Shevchenkolibbb: Use return value from is_prefixed_with()
2018-02-25 Ron Yorstonlineedit: allow window size tracking to be disabled
2018-02-21 Denys Vlasenkolibbb: compile capability code only if FEATURE_SETPRIV_...
2018-02-13 Denys Vlasenkoprogress meter: add disabled code for a more stable ETA
2018-02-11 Denys Vlasenkolibbb: introduce and use bb_getsockname()
2018-02-07 Denys Vlasenkolibbb: shrink wget/tftp progress indicator code a bit...
next