summaryrefslogtreecommitdiff
path: root/evutil_rand.c
Commit message (Expand)AuthorAgeFilesLines
* Always have evutil_secure_rng_add_bytes available (#1427)Kurt Roeckx2023-03-051-2/+2
* Fix ignoring return value of arc4random() warning (with _FORTIFY_SOURCE defined)liaotonglang2023-01-221-1/+1
* Remove needless check for arc4_seeded_okSeong-Joong Kim2019-03-011-3/+1
* Detect arch4random_addrandom() existenceMarek Sebera2017-03-081-0/+2
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-09-191-1/+2
|\
| * Fix another arc4random_buf-related warningNick Mathewson2013-09-191-1/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-09-191-3/+6
|\ \ | |/
| * Fix a compiler warning when checking for arc4random_buf linker breakage.Nick Mathewson2013-09-191-2/+5
* | Fix compilationNick Mathewson2013-08-061-2/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-08-061-0/+17
|\ \ | |/
| * Add evutil_secure_rng_set_urandom_device_fileNick Mathewson2013-08-061-0/+17
* | We should return after arc4random_buf()Makoto Kato2013-07-101-0/+2
* | Don't use return since return type is void and build error occurs using clangMakoto Kato2013-07-091-2/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-08-021-1/+1
|\ \ | |/
| * Fix an unused variable warning on *BSD.Nick Mathewson2012-08-021-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-06-011-1/+1
|\ \ | |/
| * Correctly check for arc4random_bufSebastian Hahn2012-06-011-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-05-311-2/+14
|\ \ | |/
| * check for arc4random_buf at runtime, on OS XGreg Hazel2012-05-311-2/+14
* | Make libevent_global_shutdown() idempotentNick Mathewson2012-03-261-0/+1
* | Fix compilation of evutil_rand on osxNick Mathewson2012-03-231-6/+9
* | Fix another bug from rebase of libevent_global_shutdown patchNick Mathewson2012-03-221-1/+2
* | Add a new libevent_global_shutdown() to free all globals before exiting.Mark Ellzey2012-03-221-0/+18
* | Clean up lingering _identifiers.Nick Mathewson2012-02-291-1/+1
* | Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-4/+4
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-7/+7
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-081-4/+12
|\ \ | |/
| * Allow OS-neutral builds for platforms where some versions have arc4random_bufMitchell Livingston2011-08-081-4/+12
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-07-181-0/+2
|\ \ | |/
| * Fix a warning in evutil_rand when building with threads disabledNick Mathewson2011-07-171-0/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-07-041-3/+14
|\ \ | |/
| * Avoid race-condition when initializing global locksNick Mathewson2011-04-221-3/+14
* | 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