summaryrefslogtreecommitdiff
path: root/test/listpermdb.erl
Commit message (Collapse)AuthorAgeFilesLines
* listpermdb: support 64-bit commit length fieldMagnus Ahltorp2016-11-221-10/+43
| | | | Better error handling
* Change endian of permdb index file to big-endianpermdb-index-endian-2Magnus Ahltorp2016-05-131-4/+4
|
* Refactor marshallingMagnus Ahltorp2016-04-251-1/+1
| | | | Add chunking changes to listpermdb.erl
* Added rudimentary support for chunks.Magnus Ahltorp2016-04-251-1/+1
| | | | This means that the implementation should be compatible with the specification.
* Rough implementation of new permdb format.Magnus Ahltorp2016-04-251-0/+133
Added regression tests and benchmarks. Chunks not implemented yet.