Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-28 | Use PUT for /deposit-confirmation. | Marcello Stanisci | |
2019-01-25 | H_wire -> h_wire. | Marcello Stanisci | |
2019-01-25 | Check /version compatibility during tests. | Marcello Stanisci | |
2019-01-25 | Revert explicit AUDITOR_connect at tests. | Marcello Stanisci | |
2019-01-24 | make function static | Christian Grothoff | |
2019-01-24 | fix /version test | Christian Grothoff | |
2019-01-24 | adding separate test just for /verison API | Christian Grothoff | |
2019-01-24 | adding separate test just for /verison API | Christian Grothoff | |
2019-01-24 | Simplify things. | Marcello Stanisci | |
2019-01-24 | Reproduce auditor assert fail, with less code executed. | Marcello Stanisci | |
2019-01-24 | Reproduce auditor assert fail. | Marcello Stanisci | |
2019-01-24 | Auditor tests. | Marcello Stanisci | |
Fix double connection. | |||
2019-01-23 | debug | Marcello Stanisci | |
2019-01-22 | Fix denoms comparison. | Marcello Stanisci | |
2019-01-22 | Fix Makefiles. | Marcello Stanisci | |
2019-01-22 | 5136. | Marcello Stanisci | |
Force creation of new DKs after serialized state has been imported. | |||
2019-01-21 | Logically grouping test commands. | Marcello Stanisci | |
2019-01-21 | Fix exchange double-connect | Marcello Stanisci | |
2019-01-21 | this is correct, we must start that task | Christian Grothoff | |
2019-01-21 | Comment out buggy part | Marcello Stanisci | |
2019-01-21 | Adapt serialized reconnect to use public cert_cb. | Marcello Stanisci | |
2019-01-21 | Debug + comment block. | Marcello Stanisci | |
2019-01-21 | debug | Marcello Stanisci | |
2019-01-21 | Provide internal command advancer to batch-CMD. | Marcello Stanisci | |
2019-01-21 | Export testing-cert_cb in the API. | Marcello Stanisci | |
This way, this very basic cert_cb can be reused by other testing commands. | |||
2019-01-17 | Add playground test case. | Marcello Stanisci | |
This test will help with transforming the current cert_cb into one that handles serialized reconnects too. | |||
2019-01-17 | Aesthetic change, plus comments. | Marcello Stanisci | |
2019-01-17 | Remove useless comment. | Marcello Stanisci | |
2019-01-17 | /keys API. | Marcello Stanisci | |
Adding method to override the last_denom value for a key set. | |||
2019-01-17 | Comment block | Marcello Stanisci | |
2019-01-16 | Extend tests. | Marcello Stanisci | |
Give a way to force redownload (= no cherry picking) all /keys. | |||
2019-01-13 | finixh #5447 implementation (more testing needed) | Christian Grothoff | |
2019-01-13 | more code towards fixing #5447 | Christian Grothoff | |
2019-01-11 | fix cyclic dependency by combining exchange-lib and auditor-lib directories | Christian Grothoff | |
2015-03-28 | second round of renamefest | Christian Grothoff | |
2015-03-27 | major rename-fest for more constent symbol names | Christian Grothoff | |
2015-03-22 | fix #3638 | Christian Grothoff | |
2015-03-18 | fix #3716: make sure amount-API offers proper checks against overflow and ↵ | Christian Grothoff | |
other issues | |||
2015-03-15 | -fix recently introduced ftbfs | Christian Grothoff | |
2015-02-08 | bringing copyright tags up to FSF standard | Christian Grothoff | |
2015-02-08 | bringing copyright tags up to FSF standard | Christian Grothoff | |
2015-01-30 | fixing ftbfs of testcase | Christian Grothoff | |
2015-01-26 | finish porting lib | Christian Grothoff | |
2015-01-22 | Remove unnecessary dependency on libpq | Sree Harsha Totakura | |
2015-01-09 | moving structs relevant for signatures into taler_signatures.h, splitting of ↵ | Christian Grothoff | |
private keys that are not in messages; moving test_hash_context to GNUnet |