summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix warnings. More printouts. Change timeouts.Magnus Ahltorp2016-04-251-1/+11
|
* Added test/check.configMagnus Ahltorp2016-04-251-0/+1
|
* Rough implementation of new permdb format.Magnus Ahltorp2016-04-253-0/+397
| | | | | Added regression tests and benchmarks. Chunks not implemented yet.
* Make bench work again, add printing of total memoryMagnus Ahltorp2016-01-141-1/+4
|
* Added util:parallel_map and use it when checking entries.Magnus Ahltorp2015-11-111-2/+2
|
* Add tlv.erl.Linus Nordberg2015-08-061-0/+13
| | | | Also, add test/check.erl for unit tests (make check).
* Benchmark of htMagnus Ahltorp2014-11-191-0/+18
|
* Clean up the plop interface, in preparation for a new db implementation.Linus Nordberg2014-09-291-94/+0
|
* Fix the tests.Linus Nordberg2014-06-041-33/+53
|
* Make tests use v1=0 too.Linus Nordberg2014-05-261-5/+5
|
* Comment out unused test functions.Linus Nordberg2014-05-051-8/+8
|
* Rename #sth -> #sth_signed and make it private.Linus Nordberg2014-05-051-1/+1
|
* Sign using ECDSA and fix a couple bugs.Linus Nordberg2014-05-023-69/+51
| | | | | | | | | | | Revive the plop_entry and hash over that instead of the full MTL, for the db hash. We don't want the timestamp in that hash! Use ECDSA instead of RSA for signing stuff. That's what Google does and we want to use their test suites. An annoyance with DSA is that the signature isn't deterministic. Testing just became less easy. Fix db:find() now that the hash is no longer the primary key.
* Follow move of test data.Linus Nordberg2014-05-011-1/+1
|
* Move test files from src/test/ to test/.Linus Nordberg2014-05-012-0/+134