summaryrefslogtreecommitdiff
path: root/ebin/plop.app
Commit message (Collapse)AuthorAgeFilesLines
* Remove reference to creating database. Remove mnesia.Magnus Ahltorp2014-09-281-1/+1
|
* Bump version and add a blurb to NEWS.Linus Nordberg2014-09-231-1/+1
|
* plop-0.1.1plop-0.1.1Linus Nordberg2014-09-201-1/+1
|
* Bump version to 0.1.1-dev.Linus Nordberg2014-09-171-1/+1
| | | | Pity we didn't bump before 0.1.0. Well.
* Adjust plop for changes in ht.Linus Nordberg2014-09-141-1/+1
|
* Add licensing information.Linus Nordberg2014-06-091-0/+3
|
* Pass test key file arguments at application startup.Linus Nordberg2014-05-041-1/+1
|
* Sign using ECDSA and fix a couple bugs.Linus Nordberg2014-05-021-1/+1
| | | | | | | | | | | 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.
* Add mnesia to 'applications'.Linus Nordberg2014-05-011-1/+1
| | | | Because that's what others do. Not that it helps getting mnesia _started_. Hmm.
* Turn it all into an application.Linus Nordberg2014-04-291-0/+9
Warning: Rough edges.