summaryrefslogtreecommitdiff
path: root/arc4random.c
Commit message (Expand)AuthorAgeFilesLines
* Fix all warnings in the main codebase flagged by -Wsigned-compareNick Mathewson2010-09-231-2/+3
* Numerous opensolaris compilation fixesNick Mathewson2010-05-081-0/+2
* Fix some crazy macro mistakes in arc4random.cNick Mathewson2010-05-081-41/+42
* Try /proc on Linux as entropy fallback; use sysctl as last resortNick Mathewson2010-05-031-5/+54
* Fix a couple of bugs in the BSD sysctl arc4seed logicNick Mathewson2010-04-231-4/+4
* Seed the RNG using sysctl() as well as /dev/urandomNick Mathewson2010-04-231-16/+128
* Fix arc4random compilation on MSVC.Nick Mathewson2010-02-251-3/+5
* Fix getpid() usage on WindowsNick Mathewson2010-02-181-0/+5
* Make RNG work when we have arc4random() but not arc4random_buf()Nick Mathewson2010-02-131-3/+7
* Add an arc4random implementation for use by evdnsNick Mathewson2010-02-111-0/+358