summaryrefslogtreecommitdiff
path: root/evutil_rand.c
Commit message (Expand)AuthorAgeFilesLines
* Fix another arc4random_buf-related warningNick Mathewson2013-09-191-1/+2
* Fix a compiler warning when checking for arc4random_buf linker breakage.Nick Mathewson2013-09-191-2/+5
* Add evutil_secure_rng_set_urandom_device_fileNick Mathewson2013-08-061-0/+17
* Fix an unused variable warning on *BSD.Nick Mathewson2012-08-021-1/+1
* Correctly check for arc4random_bufSebastian Hahn2012-06-011-1/+1
* check for arc4random_buf at runtime, on OS XGreg Hazel2012-05-311-2/+14
* Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* Allow OS-neutral builds for platforms where some versions have arc4random_bufMitchell Livingston2011-08-081-4/+12
* Fix a warning in evutil_rand when building with threads disabledNick Mathewson2011-07-171-0/+2
* Avoid race-condition when initializing global locksNick Mathewson2011-04-221-3/+14
* 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