summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2019-01-21Debug + comment block.Marcello Stanisci
2019-01-21debugMarcello Stanisci
2019-01-21Provide internal command advancer to batch-CMD.Marcello Stanisci
2019-01-21Export testing-cert_cb in the API.Marcello Stanisci
This way, this very basic cert_cb can be reused by other testing commands.
2019-01-17Add playground test case.Marcello Stanisci
This test will help with transforming the current cert_cb into one that handles serialized reconnects too.
2019-01-17Aesthetic change, plus comments.Marcello Stanisci
2019-01-17Remove 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-17Comment blockMarcello Stanisci
2019-01-16Extend tests.Marcello Stanisci
Give a way to force redownload (= no cherry picking) all /keys.
2019-01-13finixh #5447 implementation (more testing needed)Christian Grothoff
2019-01-13more code towards fixing #5447Christian Grothoff
2019-01-11fix cyclic dependency by combining exchange-lib and auditor-lib directoriesChristian Grothoff
2015-03-28second round of renamefestChristian Grothoff
2015-03-27major rename-fest for more constent symbol namesChristian Grothoff
2015-03-22fix #3638Christian Grothoff
2015-03-18fix #3716: make sure amount-API offers proper checks against overflow and ↵Christian Grothoff
other issues
2015-03-15-fix recently introduced ftbfsChristian Grothoff
2015-02-08bringing copyright tags up to FSF standardChristian Grothoff
2015-02-08bringing copyright tags up to FSF standardChristian Grothoff
2015-01-30fixing ftbfs of testcaseChristian Grothoff
2015-01-26finish porting libChristian Grothoff
2015-01-22Remove unnecessary dependency on libpqSree Harsha Totakura
2015-01-09moving 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