summaryrefslogtreecommitdiff
path: root/lib/rand.c
Commit message (Expand)AuthorAgeFilesLines
* socketpair: verify with a random valueDaniel Stenberg2023-04-251-2/+2
* rand: use arc4random as fallback when availableHarry Sintonen2023-03-061-0/+9
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-0/+4
* misc: null-terminateDaniel Stenberg2022-09-171-2/+2
* windows: improve random sourceViktor Szakats2022-07-041-0/+66
* rand: stop detecting /dev/urandom in cross-buildsViktor Szakats2022-06-221-2/+3
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* misc: update copyright year rangesDaniel Stenberg2022-04-251-1/+1
* infof: consistent capitalization of warning messagesDaniel Gustafsson2022-04-141-1/+1
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-2/+2
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* 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