oweals/busybox.git
2017-01-15 Denys Vlasenkocryptpw: support "rounds=NNNNNNN$" thing in salts
2017-01-15 Denys Vlasenkolibbb: eliminate redundant variable in sha_crypt
2017-01-15 Denys Vlasenkosha512: use larger constant table only if sha512 is...
2017-01-15 Denys Vlasenkotls: rearrange code, add/improve comments, fix whitespa...
2017-01-15 Denys Vlasenkotls: send CHANGE_CIPHER_SPEC
2017-01-14 Denys Vlasenkowhitespace fix
2017-01-14 Denys Vlasenkotls: format and send CLIENT_KEY_EXCHANGE
2017-01-14 Denys Vlasenkotls: DER length byte 0x81 is actually valid
2017-01-14 Denys Vlasenkotls: a bit more work
2017-01-14 Denys Vlasenkotls: work-in-progress TLS1.2 test applet
2017-01-11 Denys Vlasenkowget: fix for brain-damaged HTTP servers. Closes 9471
2017-01-11 Denys Vlasenkoash: commented-out possible fix for 7694
2017-01-11 Denys Vlasenkoash: 16-bit ->nprocs field is a pain for many CPUs
2017-01-11 Denys VlasenkoMove FEATURE_AUTOWIDTH config option to two applets...
2017-01-11 Denys VlasenkoMove FEATURE_USE_TERMIOS config option to two applets...
2017-01-11 Denys Vlasenkolibbb: consolidate the code to set termios unbuffered...
2017-01-11 Denys Vlasenkohush: reinstate [[ builtin
2017-01-11 Kang-Che Sunghush: split bash compatible extensions into separate...
2017-01-11 Denys Vlasenkoash: split bash compatible extensions into separate...
2017-01-11 Denys Vlasenkobusybox: stop depending on FEATURE_AUTOWIDTH for applet...
2017-01-11 Denys Vlasenkotop: FEATURE_USE_TERMIOS shouldn't control reading...
2017-01-11 Denys Vlasenkomore: hardcode FEATURE_USE_TERMIOS=y in this applet...
2017-01-10 Denys Vlasenkohush: shorten output of "help" builtin
2017-01-10 Denys Vlasenkohush: reorder builtins (cd and pwd ought to be close...
2017-01-10 Denys Vlasenkoinit: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET
2017-01-10 Denys Vlasenkoash: revert "make dot command search current directory...
2017-01-10 Denys Vlasenkoshells: make hush test optional, rename ASH_BUILTIN_foo...
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2017-01-09 Kang-Che SungAllow FAST_FUNC to be overridden at build time
2017-01-09 Kang-Che Sungkill: optimizations for single-applet build
2017-01-09 Denys Vlasenkohush: make echo builtin optional
2017-01-09 Kang-Che Sungkill: need not build kill.c when ash's job control...
2017-01-09 Denys Vlasenkomake_single_applets.sh: show errors and warnings
2017-01-09 Denys Vlasenkounlzma: expand comments, no code changes
2017-01-09 Denys Vlasenkounlzma: fix erroneous "while" instead of "if". Closes...
2017-01-09 Denys Vlasenkounzip: match "Defl:?" display with info-zip; cosmetic...
2017-01-09 Denys Vlasenkounzip: optional support for xz
2017-01-09 Denys Vlasenkounzip: optional support for bzip2 and lzma
2017-01-09 Denys Vlasenkomodprobe-small: build fixes
2017-01-09 Explorer09modprobe-small: optimizations for single applet build
2017-01-09 Kang-Che SungAllow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2
2017-01-09 Denys Vlasenkoash: fix a bug in argv restoration after sourcing a...
2017-01-09 Denys Vlasenkohush: fix a bug in argv restoration after sourcing...
2017-01-09 Denys Vlasenkohush: global_args_malloced is used only if set builtin...
2017-01-09 Denys Vlasenkohush: fix 'defined but not used' warning
2017-01-09 Denys Vlasenkohush: remove redundand test for ENABLE_HUSH_JOB
2017-01-09 Denys Vlasenkohush: fix kill builtin without jobs support
2017-01-09 Denys Vlasenkotypo fix
2017-01-08 Denys Vlasenkohush: conditionalize print_escaped() on EXPORT || TRAP
2017-01-08 Denys Vlasenkohush: make memleak builtin optional
2017-01-08 Denys Vlasenkohush: make export builtin optional
2017-01-08 Denys Vlasenkohush: make umask builtin optional
2017-01-08 Denys Vlasenkohush: make set/unset builtins optional
2017-01-08 Denys Vlasenkohush: make read and trap builtins optional
2017-01-08 Denys Vlasenkohush: kill builtin and kill %jobspec support
2017-01-08 Denys Vlasenkohush: support %%, %+ and % jobspec (meaning "current...
2017-01-08 Laurent Bercothttpd: fix address family for reverse proxy client...
2017-01-08 Kang-Che Sungbuild system: no longer prompt for PLATFORM_LINUX option
2017-01-08 Kang-Che Sungbunzip2: fix code bloat caused by zcat's seamless magic
2017-01-08 Kang-Che Sungash: fix "kill %1" not working if CONFIG_ASH is disabled
2017-01-08 Denys Vlasenkounzip: do not use CDF.extra_len, read local file header...
2017-01-07 Denys Vlasenkoash: fix open fds leaking in redirects. Closes 9561
2017-01-06 Denys VlasenkoAutomatically disable FEATURE_COMPRESS_USAGE for small...
2017-01-06 Kang-Che Sungash: explicltly group ash options
2017-01-06 Natanael Copantpd: improve postponed hostname resolution
2017-01-05 Cristian Ionescu... unzip: remove now-pointless lseek which returns current...
2017-01-05 Denys Vlasenkotypo fix in config help text
2017-01-05 Denys Vlasenkounzip: properly use CDF to find compressed files. Close...
2017-01-04 Waldemar Brodkorbmodutils: remove special handling of uClibc
2017-01-04 Kang-Che Sungshell: clarify help text of CONFIG_{SH,BASH}_IS_* options
2017-01-04 Denys Vlasenkoudhcp: tweak config order and menu item names
2017-01-03 Jörg KrauseFix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONS
2017-01-03 Tito RagusaREADME_distro_proposal.txt: typo fixes
2017-01-03 Cristian Ionescu... appletlib: avoid warning on unused function ingroup
2017-01-03 Denys Vlasenkohush: correct exitcode for unterminated ')' - exitcode2...
2017-01-03 Ron Yorstonash: fix error code regression
2017-01-02 Denys Vlasenkoqemu_multiarch_testing: small improvements
2017-01-02 Denys Vlasenkotcpudp: define SO_ORIGINAL_DST directly, not via include
2017-01-01 Denys Vlasenkodepmod: don't build it if MODPROBE_SMALL=y
2016-12-25 Denys VlasenkoUpdate to examples/var_service/README_distro_proposal.txt
2016-12-23 Denys Vlasenkomake_single_applets.sh: SH_IS_HUSH needs special handli...
2016-12-23 Denys VlasenkoMake it possible to select "sh" and "bash" aliases...
2016-12-23 Denys VlasenkoMake RMMOD=y by default
2016-12-23 Denys VlasenkoMake INSMOD=y by default
2016-12-23 Denys VlasenkoRemove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN...
2016-12-23 Denys Vlasenkomodprobe-small: make applets individually selectable
2016-12-23 Denys VlasenkoMake DPKG=y and DPKG_DEB=y by default
2016-12-23 Denys VlasenkoSelinux complains about deprecated selinux/flask.h...
2016-12-23 Denys VlasenkoMake FEATURE_USERNAME_COMPLETION=y by default
2016-12-23 Denys Vlasenkomake_single_applets.sh: a tool to check single-applet...
2016-12-23 Denys Vlasenkofix breakage found by mass one-applet builds
2016-12-22 Denys Vlasenkoip: make ip aliases individually selectable
2016-12-22 Denys VlasenkoMake POST upload example script easier to use
2016-12-22 Denys Vlasenkoshell: move "config" blocks above their use in codition...
2016-12-22 Denys VlasenkoUpdate information on building httpd and wget helpers
2016-12-22 Denys VlasenkoTweak some config defaults; fix MODPROBE_SMALL ordering...
2016-12-21 Denys Vlasenkoash: clarify uclibc glob() bug in comment
2016-12-21 Denys Vlasenkoash: error out if ASH_INTERNAL_GLOB is not selected...
2016-12-21 Denys VlasenkoStart 1.27.0 development cycle
2016-12-20 Denys VlasenkoBump version to 1.26.0 1_26_0
next