aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wget: add fseek calls to make ftp work; enable ftpget/ftpputRon Yorston2014-03-163-4/+16
* Fix some compiler warningsRon Yorston2014-03-136-14/+16
* Allow utimes to change times on directoriesRon Yorston2014-03-131-8/+21
* Pretend chown succeeds so 'cp -rp' doesn't complainRon Yorston2014-03-131-1/+1
* patch: fix and enable by default for mingw32Ron Yorston2014-03-122-2/+7
* Enable 'tar -m' in mingw32_defconfigRon Yorston2014-03-121-2/+2
* Remove unused mingw_utime; update utimes to handle read-only filesRon Yorston2014-03-122-45/+20
* rev: fix to build with mingw32Ron Yorston2014-03-112-5/+9
* Import mempcpy from gnulibRon Yorston2014-03-113-0/+32
* wget: disable https supportRon Yorston2014-03-111-0/+6
* Update mingw32_defconfig with new featuresRon Yorston2014-03-111-2/+5
* Merge branch 'busybox' into mergeRon Yorston2014-03-1157-279/+1537
|\
| * shuf: trim help textDenys Vlasenko2014-03-071-4/+4
| * shuf: do not use strings for -i RANGE caseDenys Vlasenko2014-03-071-3/+5
| * shuf: improve help textBartosz Golaszewski2014-03-071-3/+3
| * shuf: fix a segfault on 'shuf -e'Bartosz Golaszewski2014-03-071-1/+2
| * use [s]rand(), not [s]random()Denys Vlasenko2014-03-053-12/+12
| * shuf: new appletDenys Vlasenko2014-03-051-0/+150
| * man: default to asciiDenys Vlasenko2014-03-031-1/+2
| * ip link: add support for "address ETHADDR". Closes 4862Denys Vlasenko2014-03-011-2/+188
| * unlzma: add comments about possible bug from BZ 2689Denys Vlasenko2014-02-281-0/+6
| * unlzma: move some variables in "more local" scopeDenys Vlasenko2014-02-281-7/+10
| * udhcpc: ignore NAKs from "wrong" servers. Closes 4267Denys Vlasenko2014-02-271-1/+24
| * ls: make "ls -s DIR" show total too. Clases 4946Denys Vlasenko2014-02-271-1/+1
| * xargs: fix compilation breakageDenys Vlasenko2014-02-271-1/+1
| * grep: fix -w match if first match isn't a word, but second is. Closes 4520Denys Vlasenko2014-02-272-14/+21
| * xargs: add support for -I and -i. Closes 493Denys Vlasenko2014-02-274-56/+176
| * find: code shrinkDenys Vlasenko2014-02-261-5/+3
| * nc: fix option bit positions. Closes 6926Denys Vlasenko2014-02-261-3/+3
| * hwclock: fix setting of tz_minuteswest. Closes 5414Denys Vlasenko2014-02-251-2/+10
| * build system: remove a dead link from Config help textDenys Vlasenko2014-02-251-4/+1
| * du, copy_file: fix file matching on cramfs. Closes 5456Denys Vlasenko2014-02-251-4/+15
| * libbb: trivial code shrinkDenys Vlasenko2014-02-251-6/+11
| * sysctl: do not error out showing write-only data. Closes 6386Denys Vlasenko2014-02-241-0/+3
| * wget: fix commentDenys Vlasenko2014-02-241-1/+1
| * wget: add commented-out code to use ssl_helper instead of opensslDenys Vlasenko2014-02-231-2/+47
| * networking/ssl_helper: experimental matrixssl-based ssl helperDenys Vlasenko2014-02-233-0/+433
| * wget: add support for https using "openssl s_client" as a helperDenys Vlasenko2014-02-221-26/+92
| * Improve examples/var_service READMEsDenys Vlasenko2014-02-2113-2/+71
| * Kbuild: move CONFIG_PAM to general configurationBartosz Golaszewski2014-02-192-7/+7
| * udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746Denys Vlasenko2014-02-192-4/+5
| * ifplugd: code shrinkDenys Vlasenko2014-02-101-10/+12
| * htpd: trivial simplification in random interval selectionDenys Vlasenko2014-02-091-2/+3
| * libbb: don't die if crypt() returns NULLDenys Vlasenko2014-02-091-1/+8
| * sendmail: use FQDN in default envelope senderKaarle Ritvanen2014-02-091-2/+4
| * udhcpc: in comments, explain the kind of raw socket we createDenys Vlasenko2014-02-071-2/+4
| * grep: properly handle grep -w "^str" in !EXTRA_COMPAT case tooBartosz Golaszewski2014-02-072-2/+12
| * sendmail: make -f optional, document its default valueDenys Vlasenko2014-02-051-11/+56
| * udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)Denys Vlasenko2014-02-031-47/+46
| * ifupdown: support 'link' address familyKaarle Ritvanen2014-02-031-0/+13