oweals/busybox.git
2018-03-29 Peter Korsgaardfbsplash: support configurable image position
2018-03-29 Denys Vlasenkogrep: fix echo "aa" | busybox grep -F -w "a" (should...
2018-03-29 Denys Vlasenkofstrim: do not check that specified file is on a block...
2018-03-28 Denys Vlasenkohush: add a FIXME comment
2018-03-28 Denys Vlasenkoash,hush: fix "saved" redirected fds still visible...
2018-03-28 Denys Vlasenkolibbb: use BUILD_BUG_ON in utoa_to_buf()
2018-03-27 Kaarle Ritvanenifupdown: do not fail if interface disappears during...
2018-03-27 Denys Vlasenkoioctl(SIOCGIFINDEX) does not require clearing of entire ifr
2018-03-27 Mark Marshallnetstat: produce numeric-ip output for non-resolved...
2018-03-20 Ron Yorstonssl_client: fix option parsing
2018-03-19 Denys Vlasenkotop: fix "warning: unused variable new_mask"
2018-03-16 Denys Vlasenkotar: add -o and -k to short --help too
2018-03-16 Denys Vlasenkotar: add -k and -o to --help
2018-03-11 Denys Vlasenkotcpsvd: fix fallout from opt_complementary removal
2018-03-11 Denys Vlasenkoreadprofile: code shrink
2018-03-11 Denys Vlasenkontpd: choose initial FREQHOLD_cnt dynamically
2018-03-11 Denys Vlasenkoudhcpd: clamp down huge auto_times to ~2M seconds,...
2018-03-10 Denys Vlasenkontpd: suppress in-kernel frequency correction in first...
2018-03-10 Denys Vlasenkoudhcpd: fix "not dying on SIGTERM"
2018-03-08 Denys Vlasenkoremove stray newline in "iplink --help"
2018-03-08 Denys Vlasenkoip: fix "ip -oneline a"
2018-03-08 Denys Vlasenkoipcs: further code shrink
2018-03-08 Denys Vlasenkoipcs: code shrink
2018-03-08 Denys Vlasenkomd5sum: use config help text similar to other "sum...
2018-03-07 Denys Vlasenkotop: much faster cursor key navigation by avoiding...
2018-03-07 Denys Vlasenkotop: do unsigned rather than signed division in do_stats()
2018-03-07 Denys Vlasenkotop: handle much larger VSZ values
2018-03-06 Denys Vlasenkouse gmtime_r() instead of gmtime()
2018-03-06 Denys Vlasenkohush: code shrink
2018-03-05 Denys Vlasenkonetworking/interface.c: get rid of global data
2018-03-05 Denys Vlasenkonetworking/interface.c: get rid of global "smallint...
2018-03-05 Denys Vlasenkonetworking/interface.c: code shrink
2018-03-04 Peter Lloydwget: fix fetching of https URLs with http proxy
2018-03-04 Sean MacLennanmake busybox more portable
2018-03-02 Denys Vlasenkohush: fix a='a\\'; echo "${a%\\\\}"
2018-03-02 Denys Vlasenkoshell: tweak bkslash_in_varexp.tests, add bkslash_in_va...
2018-03-02 Denys Vlasenkoshell: two new tests, both fail for ash and hush
2018-02-27 Andy Shevchenkolibbb: Use return value from is_prefixed_with()
2018-02-27 Denys Vlasenkotcpudp: shrink per-host rate-limiting code
2018-02-27 Denys Vlasenkoless: accept -R option. Closes 10816
2018-02-25 Ron Yorstonlineedit: allow window size tracking to be disabled
2018-02-23 Denys Vlasenkodf: do "rootfs" check sooner
2018-02-23 Denys Vlasenkodf: 4TB+ support on 32 bits arch
2018-02-23 Denys VlasenkoFix install with hardlinks and a custom PREFIX. Closes...
2018-02-22 Denys Vlasenkood: move address_fmt[] from data to globals. 8 less...
2018-02-22 Denys Vlasenkosort: fix potentially buggy use of OPT_STR
2018-02-22 Denys Vlasenkosort: in -s handling, return 1/-1, not 1/0 compare...
2018-02-21 Denys Vlasenkolibbb: compile capability code only if FEATURE_SETPRIV_...
2018-02-21 Denys Vlasenkosort: fix -s. Closes 10671
2018-02-20 Jan Luebbeiplink: implement support for selecting a master interface
2018-02-20 Jan Luebbeip link: support "add TYPE vrf", improve --help
2018-02-20 Denys Vlasenkoumount: fix "umount -t FSTYPE MNTPOINT" acting as if...
2018-02-20 Denys Vlasenkotar,unzip: postpone creation of symlinks with "suspicio...
2018-02-19 Denys Vlasenkopoweroff: add a config option for people needing VERY...
2018-02-15 Denys Vlasenkomkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big...
2018-02-14 Denys Vlasenkotls: remove redundant floor prevention
2018-02-13 Denys Vlasenkoping: don't call monotonic_us twice per sending the...
2018-02-13 Denys Vlasenkoping: implement -A "adaptive ping"
2018-02-13 Denys Vlasenkoinetd,mount: add comment with example of flags to build...
2018-02-13 Denys Vlasenkoprogress meter: add disabled code for a more stable ETA
2018-02-13 Denys Vlasenkohush: simplify process_command_subs()
2018-02-13 Denys Vlasenkoash : fix double-quoted "\z" handling
2018-02-12 Denys Vlasenkowget: more thorough sanitization of other side's data
2018-02-12 Ron Yorstontestsuite: update busybox and bzcat tests
2018-02-11 Denys Vlasenkocp: fix option handling in non-longopt config
2018-02-11 Denys Vlasenkoarping: code shrink
2018-02-11 Denys Vlasenkolibbb: introduce and use bb_getsockname()
2018-02-11 Denys Vlasenkoarping: move packet buffer, sigset and struct ifreq...
2018-02-11 Denys Vlasenkoarping: fix the case when inherited signal mask masks...
2018-02-11 Denys Vlasenkoarping: change a few message strings to be closer to...
2018-02-11 Denys Vlasenkoarping: code shrink
2018-02-09 Denys Vlasenkosvlogd: improve --help text
2018-02-08 Denys Vlasenkohush: probably fixing a bug in last LINENO fix
2018-02-08 Denys Vlasenkohush: LINENO fix
2018-02-08 Denys Vlasenkoip: fix crash in "ip neigh show"
2018-02-07 Denys Vlasenkowget: do not ask for TLS-encrypted downloads on plain...
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-07 Denys Vlasenkoudhcp: do not setlinebuf(stdout), we don't print to...
2018-02-07 Denys Vlasenkobzip2: expose tuning knob for faster/smaller code
2018-02-06 Denys Vlasenkowget: attempt to negotiate encrypted data ftps stream...
2018-02-06 Denys Vlasenkofix compile failure in previous commit
2018-02-06 Denys Vlasenkounzip: do not set directory mode to 0777
2018-02-06 Denys Vlasenkoar: hopefully fix out-of-bounds read in get_header_ar()
2018-02-06 Denys Vlasenkofix a thinko in parse_pasv_epsv.c
2018-02-06 Denys Vlasenkowget: add EPSV support
2018-02-06 Denys Vlasenkowget: initial support for ftps://
2018-02-06 Denys Vlasenkowget: preparations for ftps:// support (block move...
2018-02-06 Denys Vlasenkotls: fix hash calculations if client cert is requested...
2018-02-05 Denys Vlasenkoftpd: handle restarts past 2147483647 bytes. closes...
2018-02-04 Denys Vlasenkobzip2: work around bad compiler optimization
2018-02-04 Denys Vlasenkoftpd: fix aliasing warning from gcc-6.1.1
2018-02-04 Denys Vlasenkoftpgetput: add EPSV support (PASV-like thing for IPv6)
2018-02-04 Denys Vlasenkoftpgetput: preparations for ESPV support, no code changes
2018-02-04 Denys Vlasenkoftpd: switch to mallced "globals"
2018-02-03 Denys Vlasenkogunzip: fix from gzip-1.3.12 for gzip file with all...
2018-02-03 Denys Vlasenkobzip2: move runningOrder[] back to stack - 256 bytes...
2018-02-03 Denys Vlasenkobzip2: move ->origPtr out of struct EState, make a...
2018-02-03 Denys Vlasenkobzip2: pass sorting params through EState* pointer
2018-02-03 Denys Vlasenkogzip2: small simplification in mainSimpleSort()
next