Start 1.33.0 development cycle
[oweals/busybox.git] / include /
2020-06-23 Denys Vlasenkorandomconfig fixes
2020-06-23 Denys Vlasenkorandomconfig fix
2020-06-23 Denys Vlasenkorandomconfig fixes
2020-01-29 Ron Yorstonash,hush: allow builtins to be tab-completed, closes...
2019-10-25 Denys Vlasenkoclang/llvm 9 fix - do not eliminate a store to a fake...
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-06-09 Denys Vlasenkomount,losetup: use /dev/loop-control is it exists
2019-06-03 Denys Vlasenkolibbb: move netlink socket binding to the utility function
2019-05-30 Jack O'Sullivanlosetup: Add partition scanning option
2019-05-24 Denys Vlasenkolibarchive: treat one "FIXME: avoid seek"
2019-04-30 James ByrneOptionally re-introduce bb_info_msg()
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-03-12 Denys Vlasenkowatch: support fractional -n SEC
2019-01-14 Denys Vlasenkostart-stop-daemon: create pidfile before parent exits...
2018-12-31 Denys Vlasenkopmap: make 32-bit version work better on 64-bit kernels
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 Vlasenkocat,nl: fix handling of open errors
2018-11-27 Ron Yorstonhush: allow hush to run embedded scripts
2018-11-27 Ron YorstonTweaks to build process for embedded scripts
2018-11-25 Denys Vlasenkotls: code shrink
2018-11-23 Denys Vlasenkowget: print the final newline only for non-tty output
2018-11-23 Denys Vlasenkotls: code shrink
2018-11-23 Denys Vlasenkotls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA...
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 Ron Yorstonash: recognize embedded scripts in SH_STANDALONE mode
2018-11-01 Denys Vlasenkoash: allow shell scripts to be embedded in the binary
2018-09-30 Denys Vlasenkounzip: use printable_string() for printing filenames
2018-09-28 Denys Vlasenkomove storage helpers to libbb.h
2018-08-03 Denys Vlasenkoextend fractional duration support to "top -d N.N"...
2018-07-13 Denys Vlasenkocp: optional --reflink support
2018-06-26 Denys Vlasenkorandomconfig fixes
2018-05-24 Denys Vlasenkorealpath,readlink -f: coreutils compat, closes 11021
2018-05-22 Harald van Dijktar: fix interaction of delayed symlink and hardlink...
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-15 Denys Vlasenkoar: stop using static data
2018-04-08 Denys Vlasenkobzip2: fix two crashes on corrupted archives
2018-04-08 Denys Vlasenkolibbb.h: always include sys/resource.h
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-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-03-05 Denys Vlasenkonetworking/interface.c: get rid of global "smallint...
2018-02-21 Denys Vlasenkolibbb: compile capability code only if FEATURE_SETPRIV_...
2018-02-20 Denys Vlasenkotar,unzip: postpone creation of symlinks with "suspicio...
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-06 Denys Vlasenkowget: add EPSV support
2018-02-06 Denys Vlasenkowget: initial support for ftps://
2018-02-01 Denys Vlasenkolibbb: commonalize a bit of little-endian CRC32 table...
2018-02-01 Aaro Koskinencp: implement -T
2018-02-01 Denys Vlasenkolibarchive: move bbunpack constants to bb_archive.h
2018-02-01 Denys Vlasenkolzop: code shrink
2018-01-12 Denys Vlasenkowhich: fix TODO with NOFORK+malloc_failure misbehaving
2017-09-29 Denys Vlasenkouse %m printf specifier where appropriate
2017-09-15 Denys Vlasenkoless,microcom,lineedit: use common routine to set raw...
2017-08-29 Denys Vlasenkohush: GETOPT_RESET() _after_ getopts too.
2017-08-21 Denys Vlasenkorun-init: new applet
2017-08-21 Denys Vlasenkolibbb: move capability names code to libbb
2017-08-10 Denys VlasenkoHopefully fix "will break strict-aliasing rules" warnin...
2017-08-10 Denys Vlasenkolibarchive: do not extract unsafe symlinks unless ...
2017-08-10 Denys Vlasenkorpm2cpio: handle LZMA compressed rpms. closes 10166
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-08-07 Denys Vlasenkonoexec: consolidate code
2017-08-07 Denys Vlasenkonoexec: set comm field for noexecs
2017-08-05 Denys Vlasenkosysctl: recognize ";comment" and "<whitespace>#comment...
2017-08-05 Denys Vlasenkolibbb: make trim() return pointer to terminating NUL
2017-08-04 Denys Vlasenkolibbb: use _exit, not exit, in bb_daemonize_or_rexec()
2017-08-04 Denys Vlasenkogetopt32: factor out code to treat all args as options
2017-08-02 Denys Vlasenkoline editing: make read_line_input() not take timeout...
2017-07-29 Ron Yorstonlibbb: remove vdprintf
2017-07-28 Ron Yorstonash: support platforms that don't have '%m' printf...
2017-07-28 Denys Vlasenkoash: less hackish implementation of evaltreenr()
2017-07-24 Denys Vlasenkotar: postpone creation of symlinks with "suspicious...
2017-07-22 Denys Vlasenkozcip: fix slow environment leak
2017-07-15 Denys VlasenkoMove get_unaligned_le32() macros to platform.h
2017-07-07 Denys Vlasenkomain: fix the case where user has "halt" as login shell...
2017-07-04 Denys Vlasenkolibbb: new function bb_getgroups() - allocating wrapper...
2017-07-03 Denys Vlasenkofixes for bugs found by make_single_applets.sh
2017-04-13 Denys Vlasenkolibbb: make check_password() also return CHECKPASS_PW_H...
2017-04-13 Denys Vlasenkosu: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY
2017-04-13 Kaarle Ritvanenlogin: move check_securetty to libbb
2017-04-12 Denys VlasenkoTweak GETOPT_RESET comment
2017-04-12 Kaarle Ritvanenlibbb: GETOPT_RESET macro
2017-04-12 Denys Vlasenkofix errors found with make_single_applets.sh
2017-04-11 Denys Vlasenkolibbb: move isqrt from factor, use it in diff too
2017-04-05 Denys Vlasenkonl: new applet; also implement cat -nb (similar functio...
2017-03-16 Denys Vlasenkomount: create loop devices with LO_FLAGS_AUTOCLEAR...
2017-01-29 Denys Vlasenkolibbb: match_fstype() is unreadable in the extreme...
2017-01-26 Denys Vlasenkolibbb: spawn_and_wait() fflushes before forking NOEXEC...
2017-01-24 Denys Vlasenkotls: can download kernels now :)
2017-01-24 Denys Vlasenkotls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA...
2017-01-23 Denys Vlasenkoseparate TLS code into a library, use in in wget
2017-01-20 Denys Vlasenkopassword utils: improve --help, make DEFAULT_PASSWD_ALG...
next