summaryrefslogtreecommitdiff
path: root/evutil_rand.c
Commit message (Expand)AuthorAgeFilesLines
* Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+1
* Fix even more win64 warningsNick Mathewson2010-11-011-1/+1
* Try to clear up more size_t vs int/long issues.Nick Mathewson2010-10-271-1/+4
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Make evutil_secure_rng_init() work even with builtin arc4randomNick Mathewson2010-04-231-0/+2
* Make RNG work when we have arc4random() but not arc4random_buf()Nick Mathewson2010-02-131-1/+30
* Add an arc4random implementation for use by evdnsNick Mathewson2010-02-111-0/+92