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
2018-09-09Bump version to 1.29.31_29_31_29_stableDenys Vlasenko
2018-09-02Revert "libbb: remove unnecessary variable in xmalloc_fgets"Denys Vlasenko
2018-07-31Bump version to 1.29.21_29_2Denys Vlasenko
2018-07-30fdisk: sync up with some util-linux 2.31 behaviorDenys Vlasenko
2018-07-30fdisk: use strtoul[l] instead of atoi, closes 11176Denys Vlasenko
2018-07-30gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171Denys Vlasenko
2018-07-30hexedit: fixes for redraw and down movement causing SEGV on attempt to accessDenys Vlasenko
2018-07-15Bump version to 1.29.11_29_1Denys Vlasenko
2018-07-15sendmail: fix parsing of addresses in angle bracketsRaffaello D. Di Napoli
2018-07-15wget: fix fetching of https URLs without http proxyDenys Vlasenko
2018-07-01Bump version to 1.29.01_29_0Denys Vlasenko
2018-06-28testsuite/mount.tests: fix false positiveDenys Vlasenko
2018-06-27vi: placate "warning: variable orig_buf set but not used"Denys Vlasenko
2018-06-27testsuite/pidof.tests: fix false positive take 2Denys Vlasenko
2018-06-27vi: placate "warning: statement with no effect"Denys Vlasenko
2018-06-27nslookup: placate "warning: unused variable i"Denys Vlasenko
2018-06-27testsuite/tar.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/pidof.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/bzcat.tests: fix false positive take 2Denys Vlasenko
2018-06-27testsuite/unexpand/unexpand-works-like-GNU: fix false positiveDenys Vlasenko
2018-06-27testsuite/bzcat.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/tar.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/cat.tests: fix false positiveDenys Vlasenko
2018-06-27libbb: crypt() in newer glibc requires include <crypt.h>Denys Vlasenko
2018-06-26hush: unset_local_var_len is only used by unset_local_varDenys Vlasenko
2018-06-26hush: fix compile problem found by randomconfigDenys Vlasenko
2018-06-26scripts/randomtest: disable CONFIG_NSLOOKUP for uclibcDenys Vlasenko
2018-06-26scripts/randomtest: disable CONFIG_FEATURE_INETD_RPC for glibcDenys Vlasenko
2018-06-26scripts/randomtest: disable CONFIG_FEATURE_MOUNT_NFS for glibcDenys Vlasenko
2018-06-26hush: fix dup_CLOEXEC() call without "avoid_fd" parameterDenys Vlasenko
2018-06-26fdisk: placate warning of strncpy not copying NUL byteDenys Vlasenko
2018-06-26hush: fix for !ENABLE_HUSH_MODE_X configurationDenys Vlasenko
2018-06-26hush: variable nesting code is used also if HUSH_FUNCTIONS is not enabledDenys Vlasenko
2018-06-26randomconfig fixesDenys Vlasenko
2018-06-24tls: fix to handle X.509 v1 certificates correctlyIvan Abrea
2018-06-24ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21Codarren Velvindron
2018-06-23examples: update /var/service/getty for Unicode ttysDenys Vlasenko
2018-06-22install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106Denys Vlasenko
2018-06-21udhcpc: remove code which requires server ID to be on local networkDenys Vlasenko
2018-06-09Update release script to generate detached signatures and checksum filesEli Schwartz
2018-06-06restore documentation on the build config languageKartik Agaram
2018-05-28wget: emit a message that certificate verification is not implementedDenys Vlasenko
2018-05-26fdisk: remove "Partition N does not end on cylinder boundary" messageDenys Vlasenko
2018-05-26whitespace fixDenys Vlasenko
2018-05-25unlzma: close another SEGV possibilityDenys Vlasenko
2018-05-24udhcpc6: carry along length of packet when parsing it.David Decotigny
2018-05-24udhcpc6: ignore invalid OPTION_IAADDRDavid Decotigny
2018-05-24realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko
2018-05-24nc: fix the !NC_SERVER configurationDenys Vlasenko
2018-05-24fsck: fix incorrect handling of child exitDenys Vlasenko