| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve basic description of plop. | Linus Nordberg | 2014-05-27 | 1 | -6/+12 |
| * | Make tests use v1=0 too. | Linus Nordberg | 2014-05-26 | 2 | -9/+8 |
| * | Add db:get_by_index/2. | Linus Nordberg | 2014-05-26 | 1 | -2/+14 |
| * | Handle error from db:find/1. | Linus Nordberg | 2014-05-26 | 1 | -10/+9 |
| * | Change default protocol version from 1 to 0. | Linus Nordberg | 2014-05-19 | 2 | -5/+5 |
| * | Merge remote-tracking branch 'devp/master' | Linus Nordberg | 2014-05-19 | 1 | -2/+2 |
| |\ | |||||
| | * | Be consistent with naming of variables for priv/pub keyfiles. | Linus Nordberg | 2014-05-19 | 1 | -2/+2 |
| * | | Clarify DSS signature encoding. | Linus Nordberg | 2014-05-16 | 1 | -0/+3 |
| |/ | |||||
| * | Fix typo in e7e1782. | Linus Nordberg | 2014-05-16 | 1 | -2/+2 |
| * | Add length field to serialised signature. | Linus Nordberg | 2014-05-16 | 1 | -2/+5 |
| * | Encode signatures properly. | Linus Nordberg | 2014-05-12 | 2 | -8/+62 |
| * | Remove a debug printout. | Linus Nordberg | 2014-05-07 | 1 | -1/+0 |
| * | Function documentation. | Linus Nordberg | 2014-05-07 | 1 | -13/+23 |
| * | Formatting. | Linus Nordberg | 2014-05-07 | 1 | -10/+13 |
| * | Remove support for crypto:sha(). | Linus Nordberg | 2014-05-07 | 1 | -11/+1 |
| * | Doc and placeholders for audit path and consistency proof functions. | Linus Nordberg | 2014-05-07 | 1 | -6/+41 |
| * | Comment out unused test functions. | Linus Nordberg | 2014-05-05 | 1 | -8/+8 |
| * | Define #sth{} and have sth() return those. | Linus Nordberg | 2014-05-05 | 2 | -11/+21 |
| * | Make #spt_signed{} private. | Linus Nordberg | 2014-05-05 | 2 | -11/+11 |
| * | Rename #sth -> #sth_signed and make it private. | Linus Nordberg | 2014-05-05 | 3 | -21/+17 |
| * | Rename spt_on_wire -> spt. | Linus Nordberg | 2014-05-04 | 3 | -7/+7 |
| * | Reformat Emakefile a bit. | Linus Nordberg | 2014-05-04 | 1 | -3/+5 |
| * | Limit the debug printing some. | Linus Nordberg | 2014-05-04 | 1 | -4/+7 |
| * | Adopt to first user -- ctls. | Linus Nordberg | 2014-05-04 | 4 | -16/+27 |
| * | Remove start_link/0. | Linus Nordberg | 2014-05-04 | 1 | -3/+1 |
| * | Pass test key file arguments at application startup. | Linus Nordberg | 2014-05-04 | 1 | -1/+1 |
| * | Send all arguments to plop. | Linus Nordberg | 2014-05-04 | 1 | -4/+4 |
| * | Don't need quotes around module name. | Linus Nordberg | 2014-05-04 | 1 | -1/+1 |
| * | Use mnesia:index_read() instead of select() bc simpler. | Linus Nordberg | 2014-05-03 | 1 | -2/+1 |
| * | Sign using ECDSA and fix a couple bugs. | Linus Nordberg | 2014-05-02 | 8 | -134/+204 |
| * | Merge remote-tracking branch 'remotes/origin/db' into db | Linus Nordberg | 2014-05-02 | 1 | -2/+5 |
| |\ | |||||
| | * | Merge remote-tracking branch 'remotes/devp/db' into db | Linus Nordberg | 2014-05-01 | 1 | -2/+5 |
| | |\ | |||||
| | | * | Move keyfile name and pass phrase. | Linus Nordberg | 2014-05-01 | 1 | -2/+5 |
| * | | | README. | Linus Nordberg | 2014-05-02 | 1 | -1/+5 |
| * | | | Store MTL in database -- we need the meat. | Linus Nordberg | 2014-05-01 | 1 | -25/+23 |
| * | | | Change a comment. | Linus Nordberg | 2014-05-01 | 1 | -1/+1 |
| * | | | Add plop_app:install(). | Linus Nordberg | 2014-05-01 | 1 | -1/+5 |
| * | | | Follow move of test data. | Linus Nordberg | 2014-05-01 | 1 | -1/+1 |
| * | | | Follow changes to headers. | Linus Nordberg | 2014-05-01 | 1 | -1/+2 |
| * | | | Move some records out of public header file. Improve db initialisation some. | Linus Nordberg | 2014-05-01 | 4 | -30/+29 |
| * | | | Add mnesia to 'applications'. | Linus Nordberg | 2014-05-01 | 1 | -1/+1 |
| * | | | More in README. | Linus Nordberg | 2014-05-01 | 1 | -1/+16 |
| * | | | Move test files from src/test/ to test/. | Linus Nordberg | 2014-05-01 | 2 | -0/+0 |
| |/ / | |||||
| * | | Add note on Erlang/OTP version needed. | Linus Nordberg | 2014-04-30 | 1 | -0/+1 |
| |/ | |||||
| * | Add init functions, for testing. | Linus Nordberg | 2014-04-30 | 1 | -2/+14 |
| * | Turn it all into an application. | Linus Nordberg | 2014-04-29 | 8 | -2/+65 |
| * | First cut at adding DB support. | Linus Nordberg | 2014-04-29 | 4 | -92/+359 |
| * | Test adding and checking STH in sequence. | Linus Nordberg | 2014-04-26 | 1 | -32/+42 |
| * | Fix bug with adding first element of empty tree. | Linus Nordberg | 2014-04-26 | 1 | -6/+17 |
| * | Won't test sth's in ht. | Linus Nordberg | 2014-04-26 | 1 | -3/+0 |
