Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.crand: Add comment describing purpose of module | Kim Alvefur | 2017-01-22 | 1 | -0/+6 |
| | |||||
* | util.crand: Update copyright header | Kim Alvefur | 2017-01-22 | 1 | -3/+3 |
| | |||||
* | util.crand: Raise hard errors | Kim Alvefur | 2017-01-20 | 1 | -7/+3 |
| | |||||
* | util.crand: Remove seeding | Kim Alvefur | 2017-01-20 | 1 | -20/+0 |
| | |||||
* | util.crand: Let Lua handle allocation, freeing and error handling for buffer | Kim Alvefur | 2017-01-20 | 1 | -40/+3 |
| | |||||
* | util.crand: Switch to luaL_checkinteger since checkint is deprecated in Lua 5.3 | Kim Alvefur | 2017-01-20 | 1 | -1/+2 |
| | |||||
* | util-src: Make C modules assert that the Lua runtime matches what it was ↵ | Kim Alvefur | 2017-01-08 | 1 | -0/+3 |
| | | | | compiled for | ||||
* | util.crand: Silence compiler warning | Kim Alvefur | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | util.crand: Include stdlib.h instead of malloc.h for portability (thanks Tobias) | Kim Alvefur | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD ↵ | Kim Alvefur | 2016-02-22 | 1 | -0/+156 |
arc4random() CSPRNG |