oweals/busybox.git
2018-04-01 Denys Vlasenkohush: update information comment about heredoc discrepancy
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-04-01 Denys Vlasenkohush: add a comment where we differ from bash wrt hered...
2018-04-01 Denys Vlasenkoparser: Fix backquote support in here-document EOF...
2018-04-01 Denys Vlasenkoash,hush: handle a few more bkslash-newline cases
2018-03-31 Denys Vlasenkoshells: fix var_LINENO1.tests false positive, add it...
2018-03-31 Denys Vlasenkohush: fix heredoc_bkslash_newline1.tests failure
2018-03-31 Denys Vlasenkoash: use pgetc_eatbnl() in more places
2018-03-31 Martijn Dekkerash: 'nolog' and 'debug' options cause "$-" to wreak...
2018-03-31 Denys Vlasenkostat: fix a typo: s/romfs/ramfs/, closes 10876
2018-03-30 Denys Vlasenkohush: fix a signedness bug
2018-03-30 Denys Vlasenkoash,hush: new test dollar_repl_slash_bash2.tests
2018-03-30 Denys Vlasenkoash: fix "char == CTLfoo" comparison signedness bug
2018-03-30 Denys Vlasenkoash: use F_DUPFD_CLOEXEC and O_CLOEXEC
2018-03-30 Denys Vlasenkoexamples/var_service: new example: dnsmasq service
2018-03-30 Natanael Copacpio: extract "unsafe" symlinks the same way tar/unzip...
2018-03-30 Denys Vlasenkosvok: new applet (daemontools compat)
2018-03-30 Denys Vlasenkoifplugd service example: always run up/down script...
2018-03-29 Stefan Agnerifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL,...
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...
next