ip: use rtnl_send_check() on flush commands, closes 6962
[oweals/busybox.git] / libbb /
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...
2018-02-07 Denys Vlasenkolibbb: shrink wget/tftp progress indicator code for...
2018-02-06 Denys Vlasenkofix compile failure in previous commit
2018-02-06 Denys Vlasenkounzip: do not set directory mode to 0777
2018-02-01 Denys Vlasenkolibbb: commonalize a bit of little-endian CRC32 table...
2018-01-12 Denys Vlasenkowhich: fix TODO with NOFORK+malloc_failure misbehaving
2018-01-04 Denys Vlasenkolibbb: compile obscure() only if FEATURE_PASSWD_WEAK_CH...
2017-12-31 Denys Vlasenkorandomconfig fixes
2017-11-08 Denys Vlasenkolineedit: get terminal width before printing prompt
2017-11-08 Denys Vlasenkolineedit: do not tab-complete any strings which have...
2017-10-30 James Clarkeudp_io, traceroute: Standardise IPv6 PKTINFO handling...
2017-10-30 James Clarkexfuncs: Handle missing non-POSIX termios constants
2017-10-12 Avi Halachmilineedit: improve multiline PS1 - redraw using last...
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-10-05 Denys Vlasenkodo not include <sys/stat.h> just before "libbb.h",...
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-09-15 Denys VlasenkoClarify OPOST bit meaning
2017-09-15 Denys Vlasenkoless,microcom,lineedit: use common routine to set raw...
2017-09-13 Denys Vlasenko*: use ESC define instead of "\033"; use ESC[m instead...
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 Vlasenkolibarchive: do not extract unsafe symlinks unless ...
next