util.crand: Build with musl/non-glibc (can't have undefined argument-taking macros?)
|
Kim Alvefur |
Tue, 25 Apr 2017 01:35:13 +0200 |
util-src: Specify size of various tables to be allocated
|
Kim Alvefur |
Thu, 09 Mar 2017 01:20:59 +0100 |
util.crand: Only include getrandom shiv with glibc older than 2.25
|
Kim Alvefur |
Thu, 02 Mar 2017 00:17:34 +0100 |
util.crand: Change argumen names to match some man page
|
Kim Alvefur |
Thu, 02 Mar 2017 00:15:04 +0100 |
util.crand: Move comment block
|
Kim Alvefur |
Wed, 01 Mar 2017 22:39:01 +0100 |
util.pposix, configure: Move _GNU_SOURCE macro into source files
|
Kim Alvefur |
Wed, 01 Mar 2017 22:27:11 +0100 |
util.crand: Clarify that lua_error does not return
|
Kim Alvefur |
Sat, 25 Feb 2017 18:12:24 +0100 |
util.crand: Throw error if OpenSSLs RNG is not seeded
|
Kim Alvefur |
Sat, 25 Feb 2017 17:57:22 +0100 |
util.crand: TODOs
|
Kim Alvefur |
Sun, 22 Jan 2017 09:55:52 +0100 |
util.crand: Comment about getrandom
|
Kim Alvefur |
Sun, 22 Jan 2017 09:55:44 +0100 |
util.crand: Add comment describing purpose of module
|
Kim Alvefur |
Sun, 22 Jan 2017 09:32:33 +0100 |
util.crand: Update copyright header
|
Kim Alvefur |
Sun, 22 Jan 2017 09:31:56 +0100 |
util.crand: Raise hard errors
|
Kim Alvefur |
Fri, 20 Jan 2017 12:23:55 +0100 |
util.crand: Remove seeding
|
Kim Alvefur |
Fri, 20 Jan 2017 11:33:31 +0100 |
util.crand: Let Lua handle allocation, freeing and error handling for buffer
|
Kim Alvefur |
Fri, 20 Jan 2017 11:52:46 +0100 |
util.crand: Switch to luaL_checkinteger since checkint is deprecated in Lua 5.3
|
Kim Alvefur |
Fri, 20 Jan 2017 11:41:07 +0100 |
util-src: Make C modules assert that the Lua runtime matches what it was compiled for
|
Kim Alvefur |
Sun, 08 Jan 2017 14:21:08 +0100 |
util.crand: Silence compiler warning
|
Kim Alvefur |
Wed, 25 May 2016 16:54:43 +0200 |
util.crand: Include stdlib.h instead of malloc.h for portability (thanks Tobias)
|
Kim Alvefur |
Mon, 22 Feb 2016 22:56:05 +0100 |
util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG
|
Kim Alvefur |
Mon, 22 Feb 2016 18:44:43 +0100 |