index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arc4random.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix O_RDONLY (_O_RDONLY) under mingw
Azat Khuzhin
2021-04-27
1
-0
/
+4
*
Convert from WinCrypt to Windows BCrypt
Gerry Garvey
2020-08-02
1
-13
/
+3
*
Handle return value from getrandom()
Gerry Garvey
2020-08-02
1
-15
/
+4
*
arc4random: replace sysctl() with getrandom (on linux)
Azat Khuzhin
2019-09-03
1
-17
/
+13
*
Missing <winerror.h> on win7/MinGW(MINGW32_NT-6.1)/MSYS
yuangongji
2019-07-11
1
-0
/
+1
*
Remove needless check for arc4_seeded_ok
Seong-Joong Kim
2019-03-01
1
-9
/
+0
*
Add error-handling routine for arc4_seed()
Seong-Joong Kim
2019-02-21
1
-1
/
+3
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2013-08-19
1
-6
/
+6
|
\
|
*
Really remove RNG seeds from the stack
Nick Mathewson
2013-08-19
1
-6
/
+6
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2013-08-13
1
-2
/
+4
|
\
\
|
|
/
|
*
Oops; revert testing code
Nick Mathewson
2013-08-13
1
-2
/
+0
|
*
Avoid other RNG initialization FS reads when urandom file is specified
Nick Mathewson
2013-08-13
1
-2
/
+6
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2013-08-06
1
-14
/
+26
|
\
\
|
|
/
|
*
Add evutil_secure_rng_set_urandom_device_file
Nick Mathewson
2013-08-06
1
-14
/
+26
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2013-06-10
1
-0
/
+2
|
\
\
|
|
/
|
*
When we seed from /proc/sys/kernel/random/uuid, count it as success
Nick Mathewson
2013-06-10
1
-0
/
+2
*
|
Clean up lingering _identifiers.
Nick Mathewson
2012-02-29
1
-2
/
+2
*
|
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-4
/
+4
*
|
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-8
/
+8
*
|
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-5
/
+5
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-11
1
-2
/
+2
|
\
\
|
|
/
|
*
Make uses of open() close-on-exec safe by introducing evutil_open_closeonexec.
Ross Lagerwall
2012-02-11
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-10
1
-0
/
+1
|
\
\
|
|
/
|
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-12-08
1
-1
/
+1
|
\
\
|
|
/
|
*
check for sysctl before we use it
Mike Frysinger
2011-12-08
1
-1
/
+1
*
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-5
/
+5
*
|
Merge remote branch 'origin/patches-2.0'
Nick Mathewson
2011-02-08
1
-1
/
+5
|
\
\
|
|
/
|
*
Fix a type error in our (unused) arc4random_stir()
Nick Mathewson
2011-02-08
1
-1
/
+5
*
|
Add evconfig-private to remaining files
Kevin Bowling
2011-01-07
1
-0
/
+1
|
/
*
Fix all warnings in the main codebase flagged by -Wsigned-compare
Nick Mathewson
2010-09-23
1
-2
/
+3
*
Numerous opensolaris compilation fixes
Nick Mathewson
2010-05-08
1
-0
/
+2
*
Fix some crazy macro mistakes in arc4random.c
Nick Mathewson
2010-05-08
1
-41
/
+42
*
Try /proc on Linux as entropy fallback; use sysctl as last resort
Nick Mathewson
2010-05-03
1
-5
/
+54
*
Fix a couple of bugs in the BSD sysctl arc4seed logic
Nick Mathewson
2010-04-23
1
-4
/
+4
*
Seed the RNG using sysctl() as well as /dev/urandom
Nick Mathewson
2010-04-23
1
-16
/
+128
*
Fix arc4random compilation on MSVC.
Nick Mathewson
2010-02-25
1
-3
/
+5
*
Fix getpid() usage on Windows
Nick Mathewson
2010-02-18
1
-0
/
+5
*
Make RNG work when we have arc4random() but not arc4random_buf()
Nick Mathewson
2010-02-13
1
-3
/
+7
*
Add an arc4random implementation for use by evdns
Nick Mathewson
2010-02-11
1
-0
/
+358