| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| * | Add STH support, with failing tests due to gen_server testing woes. | Linus Nordberg | 2014-04-26 | 3 | -81/+149 | |
| * | Rearrange tests. | Linus Nordberg | 2014-04-26 | 1 | -36/+37 | |
| * | Don't export tree_version/1 but add size/1. | Linus Nordberg | 2014-04-26 | 1 | -8/+11 | |
| * | Clean up data types. | Linus Nordberg | 2014-04-26 | 3 | -54/+47 | |
| * | Make plop a gen_server. | Linus Nordberg | 2014-04-26 | 2 | -60/+63 | |
| * | Add a default value for signature_type, for easier ad hoc testing. | Linus Nordberg | 2014-04-26 | 1 | -1/+1 | |
| * | Add hex.erl. | Linus Nordberg | 2014-04-26 | 1 | -0/+14 | |
| * | Initialise plop_entry properly. | Linus Nordberg | 2014-04-25 | 1 | -1/+1 | |
