aboutsummaryrefslogtreecommitdiffstats
path: root/util/lamport.go
Commit message (Collapse)AuthorAgeFilesLines
* bug: add a Lamport logical clock to be able to sort bugs by creation time ↵Michael Muré2018-08-061-2/+2
| | | | and edit time without having to rely on a timestamp
* util: add a Lamport clock implementation as well as a persistable oneMichael Muré2018-08-051-0/+85