Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.crypto: New wrapper for some operations in OpenSSL's libcrypto | Matthew Wild | 2022-06-24 | 1 | -2/+2 |
| | | | | | Specifically, ED25519 key generation/import/export, sign/verify operations, and AES encrypt/decrypt. | ||||
* | util.struct: Import Roberto 'struct' library v0.3 | Matthew Wild | 2022-03-04 | 1 | -1/+2 |
| | | | | | | | Downloaded from http://www.inf.puc-rio.br/~roberto/struct/ This is for compatibility with Lua 5.2 (and 5.1). Eventually we can replace this with string.pack/string.unpack which are available in 5.3+. | ||||
* | Merge 0.11->trunk | Matthew Wild | 2020-10-15 | 1 | -1/+1 |
|\ | |||||
| * | util.strbitop: Library for bitwise operations on strings | Kim Alvefur | 2019-09-07 | 1 | -1/+1 |
| | | |||||
* | | configure: Pass compiler flag to enable ICU only when building util.encodings | Kim Alvefur | 2020-07-12 | 1 | -0/+1 |
|/ | | | | Passing it in CFLAGS applied to all modules, which was not needed. | ||||
* | util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1 | Matthew Wild | 2018-10-26 | 1 | -1/+2 |
| | |||||
* | util.poll: Import poll library with epoll and select support | Kim Alvefur | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | util.time: Convert to C | Kim Alvefur | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | Rename Makefile -> GNUmakefile to reflect dependency on GNU Make | Kim Alvefur | 2017-10-31 | 1 | -0/+34 |