Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2016-08-30 | Use RAND_seed() instead of RAND_add() where appropriate | Ondřej Surý | 1 | -4/+4 |
2016-08-30 | Reinstate sysctl call for older Linux kernels | Ondřej Surý | 1 | -8/+29 |
2016-08-30 | Use arc4random()/getrandom() to get random bytes instead of sysctl() interface | Ondřej Surý | 1 | -31/+32 |
2016-08-12 | in bignum string conversion, don't pass char or signed char to isdigit or isx... | William Ahern | 1 | -2/+2 |
2016-06-25 | temporarily address issue #54 by copying solution from lunix and autoguess pr... | William Ahern | 1 | -2/+2 |
2016-06-24 | upgrade luapath script | William Ahern | 2 | -171/+344 |