aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * tls: code shrinkDenys Vlasenko2018-11-141-1/+1
| * wget: print "TLS certificate validation not implemented" only once on redirectsDenys Vlasenko2018-11-131-1/+3
| * tls: code shrinkDenys Vlasenko2018-11-131-11/+13
| * tls: tidy up recently added ECDSA codeDenys Vlasenko2018-11-131-19/+21
| * tls: code shrinkDenys Vlasenko2018-11-131-11/+21
| * tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and x25519 curveDenys Vlasenko2018-11-134-80/+865
| * ash: minor fixesRon Yorston2018-11-061-1/+5
| * tls: code shrinkDenys Vlasenko2018-11-051-8/+4
| * tls: reorder a few more cipher idsDenys Vlasenko2018-11-041-17/+17
| * tls: move TLS_AES_128_GCM_SHA256 definition upDenys Vlasenko2018-11-041-1/+1
| * tls: add more cipher ids, no code changesDenys Vlasenko2018-11-041-15/+48
| * udhcpc: code shrinkDenys Vlasenko2018-11-032-2/+6
| * remove FAST_FUNC on a static functionDenys Vlasenko2018-11-021-2/+2
| * scripts/embedded_scripts: do not add superfluous NUL to script_names[]Denys Vlasenko2018-11-021-1/+1
| * libarchive: add a function to unpack embedded dataRon Yorston2018-11-024-99/+54
| * svlogd: fix pattern matching when using timestampsDenys Vlasenko2018-11-011-4/+4
| * busybox: show embedded scripts in applet listDenys Vlasenko2018-11-011-15/+21
| * lineedit: autocompletion for embedded scriptsRon Yorston2018-11-011-4/+10
| * ash: fix thinko in last commitDenys Vlasenko2018-11-011-5/+1
| * ash: in tryexec(), ensure we don't try to run embedded scripts as appletsRon Yorston2018-11-011-0/+8
| * ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston2018-11-013-5/+17
| * claenups for previous commitDenys Vlasenko2018-11-012-28/+19
| * ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-019-3/+201
| * vi: remove duplicated codeRon Yorston2018-10-311-6/+1
| * libbb/u_signal_names.c: don't check errno after bb_strtouRasmus Villemoes2018-10-311-3/+7
| * libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum()Rasmus Villemoes2018-10-311-23/+53
| * printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko2018-10-302-1/+9
| * ntpd: default to FEATURE_NTP_AUTH=yDenys Vlasenko2018-10-301-1/+2
| * dd: do not have 'ocount' variable if ibs/obs support is not enabledDenys Vlasenko2018-10-301-13/+20
| * dd: add 'oflag=seek_bytes'Rostislav Skudnov2018-10-302-9/+25
| * xargs: fix exit code if command exits nonzero, closes 11381Denys Vlasenko2018-10-301-3/+4
| * free: add 'available' memory if provided by the kernelGuillermo Rodriguez2018-10-301-23/+36
| * examples/udhcp/simple.script: add possibility to use modern "ip"Jiří Prchal2018-10-301-3/+15
| * udhcpc: ensure at least one unicast renew attemptDenys Vlasenko2018-10-302-4/+6
| * ntpd: add support for MD5/SHA1 message authenticationBrandon P. Enochs2018-10-271-25/+241
| * nbd-client: support newstyle protocol, -b, -d, -p, -NDenys Vlasenko2018-10-241-44/+186
| * printf: fix printing +-prefixed numbersBernhard Reutner-Fischer2018-10-193-3/+37
| * brctl: use a single buffer for brname and ifnameBernhard Reutner-Fischer2018-10-011-7/+6
* | platform.h: remove obsolete #defineRon Yorston2018-11-271-1/+0
* | ps: bring code marginally more into line with upstreamRon Yorston2018-11-271-3/+3
* | win32: save a few bytes in process scanningRon Yorston2018-11-271-14/+7
* | win32: save a few bytes in fake times(2) implementationRon Yorston2018-11-271-5/+1
* | vi: save a few bytesRon Yorston2018-11-261-14/+8
* | win32: move function redefinitions to mingw.hRon Yorston2018-11-263-6/+9
* | Allow build objects to go to a separate directoryRon Yorston2018-11-213-3/+5
* | win32: use string_array_len to obtain size of argv arrayRon Yorston2018-10-261-8/+4
* | libbb: add missing define that breaks non-default buildsRon Yorston2018-10-261-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-10-0823-128/+185
|\|
| * unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-307-27/+50
| * ifupdown: support "source-directory" stanzaBrandon Maier2018-09-301-0/+16