summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* httpd: fix handling of range requests1_24_stableDenys Vlasenko2017-09-181-1/+1
* hush: fix a bug with "stdio rewind on exit". Closes 9186Denys Vlasenko2016-08-193-21/+48
* ash_test: ignore generated filesMike Frysinger2016-03-221-0/+7
* ash: simplify EOF/newline handling in list parserRon Yorston2016-03-221-34/+29
* Revert "ash: fix a SEGV case in an invalid heredoc" xxxRon Yorston2016-03-221-11/+4
* ash: add test for issue with here documentRon Yorston2016-03-222-0/+9
* ash: fix corruption of ${#var} if $var contains UTF-8 charactersRon Yorston2016-03-223-0/+5
* ash: fix error during recursive processing of here documentRon Yorston2016-03-213-2/+13
* udhcp: fix a SEGV on malformed RFC1035-encoded domain nameDenys Vlasenko2016-03-211-4/+9
* udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)Denys Vlasenko2016-03-212-4/+15
* Bump version to 1.24.21_24_2Denys Vlasenko2016-03-171-1/+1
* scripts/trylink: fix static build with glibc again. Closes 8471Denys Vlasenko2016-03-171-1/+1
* truncate: always set mode when opening file to avoid fortify errorsAri Sundholm2016-01-131-1/+1
* [g]unzip: fix recent breakage.Denys Vlasenko2015-12-022-12/+22
* unzip: test for bad archive SEGVingDenys Vlasenko2015-12-012-5/+29
* Apply post-1.24.0 patches, bump version to 1.24.11_24_1Denys Vlasenko2015-10-246-37/+122
* Bump version to 1.24.01_24_0Denys Vlasenko2015-10-121-1/+1
* libpwdgrp: do not require that /etc/passwd entries have nonempty home and shellDenys Vlasenko2015-10-121-1/+1
* randconfig fixesDenys Vlasenko2015-10-121-2/+2
* build system: remove special-casing for extra libsDenys Vlasenko2015-10-122-22/+11
* randconfig fixesDenys Vlasenko2015-10-111-1/+1
* hush: code shrinkDenys Vlasenko2015-10-111-4/+1
* randconfig fixDenys Vlasenko2015-10-111-1/+2
* randconfig fixesDenys Vlasenko2015-10-114-10/+26
* ash: shrink umask codeDenys Vlasenko2015-10-101-9/+7
* use auto_string() where appropriate to kill a few staticsDenys Vlasenko2015-10-094-40/+18
* libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko2015-10-095-16/+33
* remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko2015-10-097-61/+61
* ash: "you have mail" should ignore first change in mtimeDenys Vlasenko2015-10-091-1/+2
* ash: simplify "you have mail" codeDenys Vlasenko2015-10-091-14/+11
* ash: make dowait() a bit more readable. Logic is unchangedDenys Vlasenko2015-10-091-31/+27
* updated android_ndk_defconfigDenys Vlasenko2015-10-081-69/+112
* udhcpc: fix for some Android toolchain breakageDenys Vlasenko2015-10-081-0/+14
* iproute: more string reuseDenys Vlasenko2015-10-081-6/+9
* iproute: don't hardcode the path to config filesChristoph J. Thompson2015-10-082-5/+14
* ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko2015-10-081-10/+19
* libiproute: use itoa() where appropriateDenys Vlasenko2015-10-089-61/+37
* join some common strings, -400 bytesDenys Vlasenko2015-10-0811-45/+45
* build system: -fno-builtin-printfDenys Vlasenko2015-10-0724-124/+127
* find: support "find . -delete" idiom - do not try rmdir(".")Denys Vlasenko2015-10-071-1/+4
* md5sum: code shrinkDenys Vlasenko2015-10-071-10/+6
* ash: use a more typical form of "print four octal digits" formatDenys Vlasenko2015-10-071-1/+1
* libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-0710-22/+26
* ash: shrink "umask -S" codeDenys Vlasenko2015-10-071-17/+14
* hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko2015-10-072-25/+21
* ash: a bunch of trivial simplificationsDenys Vlasenko2015-10-071-35/+37
* wget: make it possible to have both SSL helpers configuredDenys Vlasenko2015-10-071-23/+53
* ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALENDenys Vlasenko2015-10-071-0/+4
* ssl_helper: tweaks discovered while building 32-bit versionDenys Vlasenko2015-10-073-4/+10
* wget: make openssl/ssl_helper choice configurableDenys Vlasenko2015-10-078-54/+623