summaryrefslogtreecommitdiff
path: root/lib/rand.c
Commit message (Expand)AuthorAgeFilesLines
* PolarSSL: deprecate support step 1. Removed from configure.Daniel Stenberg2019-05-221-3/+2
* rand: add comment to skip a clang-tidy false positiveDaniel Stenberg2018-10-271-1/+3
* rand: fix typoJay Satiro2018-05-161-1/+1
* rand: add a clang-analyzer work-aroundDaniel Stenberg2017-12-131-0/+6
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-1/+1
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-1/+1
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-1/+1
* assert: avoid, use DEBUGASSERT instead!Daniel Stenberg2017-05-221-1/+1
* rand: treat fake entropy the same regardless of endiannessJay Satiro2017-05-081-7/+54
* spelling fixesklemens2017-03-261-2/+2
* rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h headerSergii Pylypenko2017-02-231-0/+2
* randit: store the value in the bufferKamil Dudka2016-12-211-1/+1
* rand: pass in number of randoms as an unsigned argumentDaniel Stenberg2016-11-211-2/+3
* rand: Fix potentially uninitialized result warningJay Satiro2016-11-201-1/+1
* Curl_rand: fixed and moved to rand.cDaniel Stenberg2016-11-141-0/+129