oweals/busybox.git
2018-04-13 Denys Vlasenkostart_stop_daemon: fix normally disabled OLDER_VERSION_...
2018-04-13 Denys Vlasenkodpkg: fix symlink creation, closes 10941
2018-04-13 Denys Vlasenkoudhcp: support string user options, closes 10946
2018-04-11 Denys Vlasenkoshell: add 6856 $IFS tests to testsuites
2018-04-11 Denys Vlasenkohush: fix recent breakage from parse_stream() changes
2018-04-11 Denys Vlasenkohush: fix IFS handling in read
2018-04-11 Denys Vlasenkohush: IFS fixes
2018-04-11 Denys Vlasenkohush: fix "$v" expansion in case patterns when v='[a]'
2018-04-11 Denys Vlasenkoash: parser: Allow newlines within parameter substitution
2018-04-10 Denys Vlasenkohush: optimize parse_stream()
2018-04-10 Denys Vlasenkohush: do not drop backslash from eval 'echo ok\'
2018-04-10 Denys Vlasenkoshell: add comments about [[, no code changes
2018-04-10 Denys Vlasenkohush: fix handling of \<eof> in double-quoted strings
2018-04-10 Denys Vlasenkohush: fix eval 'echo ok\'
2018-04-10 Denys Vlasenkohush: simplify \<newline> code, part 3
2018-04-10 Denys Vlasenkohush: simplify \<newline> code, part 2
2018-04-10 Denys Vlasenkohush: simplify \<newline> code, part 1
2018-04-10 Denys Vlasenkohush: put "current word" structure into parsing context
2018-04-09 Denys Vlasenkoash: if "[[" bashism is not supported, do not handle...
2018-04-09 Denys Vlasenkoash: trivial code shrink
2018-04-09 Ron Yorstontestsuite: allow tests to work in paths containing...
2018-04-09 Denys Vlasenkohush: fix var_leaks.tests and var_preserved.tests on...
2018-04-09 Denys Vlasenkohush: fix func_return2.tests on NOMMU
2018-04-08 Denys Vlasenkounlzma: fix segfault on bad archive
2018-04-08 Denys Vlasenkobzip2: fix two crashes on corrupted archives
2018-04-08 Denys Vlasenkowget: check chunk length for overflowing off_t
2018-04-08 Denys Vlasenkolibbb.h: always include sys/resource.h
2018-04-08 Denys Vlasenkolzop: remove method checks which are always true/false
2018-04-08 Denys Vlasenkolzop: buffer several 32-bit writes when we start a...
2018-04-08 Denys Vlasenkolzop: reuse strings
2018-04-08 Denys Vlasenkolzop: checksum reads do not need to be checksummed
2018-04-08 Denys Vlasenkolzop: don't support ancient versions < 0.94 (15 Oct...
2018-04-08 Denys Vlasenkolzop: code shrink by using header_t matching on-disk...
2018-04-07 Denys Vlasenkotar: trim help text
2018-04-07 Denys Vlasenkohush: fix prompt in multi-line $(())
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-07 Denys Vlasenkoftpd: allow -A if !FTPD_AUTHENTICATION as well
2018-04-07 Denys Vlasenkoftpd: added -A option to disable all authentication...
2018-04-07 Denys Vlasenkowget,ftpd: shorten and reuse strings
2018-04-06 Denys Vlasenkohttpd: do not default to Content-type: application...
2018-04-06 Denys Vlasenkoscripts/kconfig/mconf.c: survive is SIGWINCH is not...
2018-04-06 Denys Vlasenkoi386: make stack size optimization selectable, and...
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-06 Denys Vlasenkosort: smaller and more agressive FEATURE_SORT_OPTIMIZE_...
2018-04-06 Denys Vlasenkohush: if we did match "LINENO" or "OPTIND", stop furthe...
2018-04-06 Denys Vlasenkohush: consolidate handling of setting/unsetting of...
2018-04-05 Denys Vlasenkohush: update to correctly handle changed var_bash[346...
2018-04-05 Denys Vlasenkohush: implement "hush -s"
2018-04-05 Denys Vlasenkoplacate gcc 8.0.1 sprintf overflow warnings in config...
2018-04-05 Denys Vlasenkohush: fix a few more corner cases with empty-expanding...
2018-04-05 Denys Vlasenkohush: fix corner cases with exec in empty expansions
2018-04-05 Denys Vlasenkohush: less mind-bending set_vars_and_save_old()
2018-04-05 Denys Vlasenkohush: "no logic changes" in last commit was not true...
2018-04-05 Denys Vlasenkohush: make run_pipe code simpler to understand, no...
2018-04-04 Denys Vlasenkohush: fix a bug where we don't properly handle f()...
2018-04-04 Denys Vlasenkohush: make var nesting code independent of "local"...
2018-04-04 Denys Vlasenkohush: fix for readonly vars in "ro=A ro=B cmd" case
2018-04-04 Denys Vlasenkosort: move misplaced comment
2018-04-04 Denys Vlasenkosort: FEATURE_SORT_OPTIMIZE_MEMORY
2018-04-04 Denys Vlasenkoash: unbreak PS1 parsing after "ash: parser: Add syntax...
2018-04-03 Denys Vlasenkohush: support "f() (cmd)" functions
2018-04-03 Denys Vlasenkohush: fix mishandling of "true | f() { echo QWE; }"
2018-04-03 Denys Vlasenkohush: fix "set -e; false || x=1; echo OK"
2018-04-03 Denys Vlasenkohush: one-word, no-globbing handling of local/export...
2018-04-02 Denys Vlasenkoash: parser: Fix parameter expansion inside inner doubl...
2018-04-02 Denys Vlasenkohush: fix a backslash-removal bug in case
2018-04-02 Denys Vlasenkoash: expand: Fix bugs with words connected to the right...
2018-04-02 Denys Vlasenkoash: redir: Fix typo in noclobber code
2018-04-02 Denys Vlasenkoash: parser: Fix single-quoted patterns in here-documents
2018-04-02 Denys Vlasenkohush: remove stray debugging printout
2018-04-02 Denys Vlasenkoash: parser: Add syntax stack for recursive parsing
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
next