aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_uuid_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.uuid: Add UUIDv7Kim Alvefur2021-08-151-0/+22
| | | | | | | | | Allows sorting by id as a substitute for sorting by timestamp since it has the timestamp in the encoded in the first part, and only things that happen extremely close together may get out of order by such a sort, which might not matter. From draft-ietf-uuidrev-rfc4122bis formerly draft-peabody-dispatch-new-uuid-format
* various: Update IETF RFC URLs for tools.ietf.org transitionKim Alvefur2022-08-051-1/+1
| | | | | | See https://www.ietf.org/blog/finalizing-ietf-tools-transition/ Already done in various other places.
* util.random: Remove obsolete noop seed functionKim Alvefur2017-09-161-6/+0
|
* Port tests to the `busted` test runnerWaqas Hussain2017-09-151-0/+31