summaryrefslogtreecommitdiff
path: root/src/plop.hrl
Commit message (Collapse)AuthorAgeFilesLines
* Break include dependency on plop.hrlMagnus Ahltorp2014-10-241-0/+27
|
* plop.hrl has finally moved into include/.Linus Nordberg2014-06-041-1/+0
|
* Adopt to first user -- ctls.Linus Nordberg2014-05-041-1/+1
| | | | | | | | | | Return #spt_on_wire instead of serialised version of it -- user wants the timestamp in there. Store that in db too. Export serialise/1 for user to do it themselves. Add get_logid/1 -- user needs that for the CST. Make sure 'now' is turned into a proper timestamp at all levels. Debug printout in plop start_link.
* Move some records out of public header file. Improve db initialisation some.Linus Nordberg2014-05-011-0/+1
| | | | Wait for mnesia tables in init() and make the init-functions do some more.
* Turn it all into an application.Linus Nordberg2014-04-291-79/+0
| | | | Warning: Rough edges.
* First cut at adding DB support.Linus Nordberg2014-04-291-18/+68
| | | | Including half crazy rewrite of most of the data structures.
* Add STH support, with failing tests due to gen_server testing woes.Linus Nordberg2014-04-261-11/+19
| | | | Move things out of spt() for reuse by sth().
* Clean up data types.Linus Nordberg2014-04-261-21/+15
|
* Add a default value for signature_type, for easier ad hoc testing.Linus Nordberg2014-04-261-1/+1
|
* Make field timestamp in record plop_data an integer.Linus Nordberg2014-04-251-1/+1
| | | | | It's an integer in the record and then we make it a binary when it's time to serialise it.
* Add default values in plop_entry.Linus Nordberg2014-04-251-2/+2
| | | | | | This makes the fields not able to hold 'undefined' any more. Definitely good for field 'type' and arguably for field 'entry' too, so that a hash over it makes sense.
* Produce SPT's, add tests.Linus Nordberg2014-04-251-0/+27
NOTE: Test vectors not verified.