| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 0.12->trunk | Matthew Wild | 2023-02-17 | 1 | -3/+50 |
|\ |
|
| * | net.http.parser: Fix off-by-one error in chunk parser | Matthew Wild | 2023-02-17 | 1 | -3/+50 |
* | | Merge 0.12->trunk | Matthew Wild | 2023-02-09 | 1 | -3/+3 |
|\| |
|
| * | net.http.parser: Improve handling of responses without content-length | Matthew Wild | 2023-02-09 | 1 | -3/+3 |
* | | spec: Suppress some harmless luacheck warnings in tests | Matthew Wild | 2023-01-13 | 2 | -0/+3 |
* | | util.paseto: Add support for v3.local tokens | Matthew Wild | 2023-01-13 | 1 | -18/+191 |
* | | util.crypto: Add support for AES-256-CTR | Matthew Wild | 2023-01-13 | 1 | -0/+17 |
* | | util.hashes: Add HKDF-HMAC-SHA256/HKDF-HMAC-SHA384 | Matthew Wild | 2023-01-13 | 1 | -0/+38 |
* | | util.datamapper: Simplify test schema | Kim Alvefur | 2022-12-20 | 1 | -12/+12 |
* | | util.hashring: Support associating arbitrary data with nodes | Matthew Wild | 2022-12-02 | 1 | -0/+7 |
* | | util.hashring: tests: don't randomize order - they are written in a sequentia... | Matthew Wild | 2022-12-02 | 1 | -0/+1 |
* | | Merge 0.12->trunk | Matthew Wild | 2022-11-04 | 1 | -0/+8 |
|\| |
|
| * | util.json: Accept empty arrays with whitespace (fixes #1782) | Matthew Wild | 2022-11-04 | 1 | -0/+8 |
* | | util.smqueue: Improve tests | Kim Alvefur | 2022-10-19 | 1 | -0/+3 |
* | | util.jsonpointer: Improve tests | Kim Alvefur | 2022-10-19 | 1 | -0/+2 |
* | | util.cache: Add some missing test cases | Matthew Wild | 2022-10-13 | 1 | -0/+52 |
* | | util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas) | Matthew Wild | 2022-10-11 | 1 | -0/+1 |
* | | util.jid: Add missing test cases | Matthew Wild | 2022-10-11 | 1 | -0/+40 |
* | | util.dbuffer: Add a bunch of missing test cases | Matthew Wild | 2022-10-11 | 1 | -2/+70 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-10-09 | 1 | -7/+13 |
|\| |
|
| * | util.jsonschema: Ignore test case for JavaScript specific detail | Kim Alvefur | 2022-10-09 | 1 | -0/+1 |
| * | util.jsonschema: Ignore some further test cases for URI references | Kim Alvefur | 2022-10-09 | 1 | -0/+5 |
| * | util.jsonschema: Sort test cases to skip | Kim Alvefur | 2022-10-09 | 1 | -7/+7 |
* | | util.datetime: Add some missing test cases | Matthew Wild | 2022-10-08 | 1 | -0/+15 |
* | | util.roles: Fix tests to use autogenerated role id | Matthew Wild | 2022-10-08 | 1 | -1/+1 |
* | | util.roles: Add some more missing test cases | Matthew Wild | 2022-10-08 | 1 | -0/+18 |
* | | util.promise: Fix field name in failing test (introduced in 2639e0e1c378) | Matthew Wild | 2022-10-07 | 1 | -1/+1 |
* | | util.promise: Add some missing test cases (found through mutation testing) | Matthew Wild | 2022-10-07 | 1 | -0/+25 |
* | | util.promise: Remove some redundant checks, add tests confirming redundancy | Matthew Wild | 2022-10-07 | 1 | -0/+21 |
* | | util.roles: Add tests | Matthew Wild | 2022-10-07 | 1 | -0/+116 |
* | | util.iterators: join: Work even with only a single iterator in the chain | Matthew Wild | 2022-10-06 | 1 | -0/+8 |
* | | util.crypto: Fix tests | Kim Alvefur | 2022-09-30 | 1 | -3/+3 |
* | | util.jwt: Add support for ES512 (+ tests) | Matthew Wild | 2022-09-29 | 2 | -3/+65 |
* | | util.paseto: Drop custom wrappers around key objects | Matthew Wild | 2022-07-11 | 1 | -1/+1 |
* | | util.paseto: Add tests based on official PASETO test vectors | Matthew Wild | 2022-07-11 | 1 | -0/+118 |
* | | util.jwt: All the algorithms (+ all the tests!) | Matthew Wild | 2022-07-02 | 1 | -19/+86 |
* | | util.crypto: tests: fix some tests that didn't do much (thanks luacheck!) | Matthew Wild | 2022-07-02 | 1 | -3/+2 |
* | | util.jwt: Overhaul of tests to use declarative approach | Matthew Wild | 2022-07-02 | 2 | -115/+199 |
* | | spec: Move test crypto keys to a shared file for clarity and easy maintenance | Matthew Wild | 2022-07-02 | 3 | -125/+82 |
* | | util.jwt: Add support for RSA-based algorithms (RS256, PS256) | Matthew Wild | 2022-07-02 | 1 | -0/+170 |
* | | util.jwt: Add support/tests for ES256 via improved API and using util.crypto | Matthew Wild | 2022-07-01 | 1 | -0/+50 |
* | | util.crypto: New wrapper for some operations in OpenSSL's libcrypto | Matthew Wild | 2022-06-24 | 1 | -0/+196 |
* | | util.stanza: Add add_error() to simplify adding error tags to existing stanzas | Matthew Wild | 2022-08-29 | 1 | -0/+14 |
* | | util.stanza: Add method for extracting a single attribute value | Kim Alvefur | 2022-08-17 | 1 | -1/+1 |
* | | mod_mam: Store archives with sub-second precision timestamps | Kim Alvefur | 2022-08-14 | 2 | -8/+8 |
* | | util.datetime: Add support for sub-second precision timestamps | Kim Alvefur | 2022-08-14 | 1 | -0/+13 |
* | | util.datetime: Fix argument order in tests | Kim Alvefur | 2022-08-14 | 1 | -6/+6 |
* | | various: Update IETF RFC URLs for tools.ietf.org transition | Kim Alvefur | 2022-08-05 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-07-29 | 1 | -0/+17 |
|\| |
|
| * | storage tests: Add test for the archive:summary API | Kim Alvefur | 2022-07-22 | 1 | -0/+17 |