Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-18httpd: fix handling of range requests1_24_stableDenys Vlasenko
2016-08-19hush: fix a bug with "stdio rewind on exit". Closes 9186Denys Vlasenko
2016-03-23ash_test: ignore generated filesMike Frysinger
2016-03-23ash: simplify EOF/newline handling in list parserRon Yorston
2016-03-23Revert "ash: fix a SEGV case in an invalid heredoc" xxxRon Yorston
2016-03-23ash: add test for issue with here documentRon Yorston
2016-03-23ash: fix corruption of ${#var} if $var contains UTF-8 charactersRon Yorston
2016-03-21ash: fix error during recursive processing of here documentRon Yorston
2016-03-21udhcp: fix a SEGV on malformed RFC1035-encoded domain nameDenys Vlasenko
2016-03-21udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)Denys Vlasenko
2016-03-17Bump version to 1.24.21_24_2Denys Vlasenko
2016-03-17scripts/trylink: fix static build with glibc again. Closes 8471Denys Vlasenko
2016-01-13truncate: always set mode when opening file to avoid fortify errorsAri Sundholm
2015-12-02[g]unzip: fix recent breakage.Denys Vlasenko
2015-12-01unzip: test for bad archive SEGVingDenys Vlasenko
2015-10-24Apply post-1.24.0 patches, bump version to 1.24.11_24_1Denys Vlasenko
2015-10-12Bump version to 1.24.01_24_0Denys Vlasenko
2015-10-12libpwdgrp: do not require that /etc/passwd entries have nonempty home and shellDenys Vlasenko
2015-10-12randconfig fixesDenys Vlasenko
2015-10-12build system: remove special-casing for extra libsDenys Vlasenko
2015-10-12randconfig fixesDenys Vlasenko
2015-10-11hush: code shrinkDenys Vlasenko
2015-10-11randconfig fixDenys Vlasenko
2015-10-11randconfig fixesDenys Vlasenko
2015-10-10ash: shrink umask codeDenys Vlasenko
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko
2015-10-09ash: "you have mail" should ignore first change in mtimeDenys Vlasenko
2015-10-09ash: simplify "you have mail" codeDenys Vlasenko
2015-10-09ash: make dowait() a bit more readable. Logic is unchangedDenys Vlasenko
2015-10-08updated android_ndk_defconfigDenys Vlasenko
2015-10-08udhcpc: fix for some Android toolchain breakageDenys Vlasenko
2015-10-08iproute: more string reuseDenys Vlasenko
2015-10-08iproute: don't hardcode the path to config filesChristoph J. Thompson
2015-10-08ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko
2015-10-08libiproute: use itoa() where appropriateDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-07find: support "find . -delete" idiom - do not try rmdir(".")Denys Vlasenko
2015-10-07md5sum: code shrinkDenys Vlasenko
2015-10-07ash: use a more typical form of "print four octal digits" formatDenys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-10-07ash: shrink "umask -S" codeDenys Vlasenko
2015-10-07hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko
2015-10-07ash: a bunch of trivial simplificationsDenys Vlasenko
2015-10-07wget: make it possible to have both SSL helpers configuredDenys Vlasenko
2015-10-07ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALENDenys Vlasenko
2015-10-07ssl_helper: tweaks discovered while building 32-bit versionDenys Vlasenko
2015-10-07wget: make openssl/ssl_helper choice configurableDenys Vlasenko