Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-04 | fixes for disting | Christian Grothoff | |
2016-05-04 | fix make dist | Christian Grothoff | |
2016-05-04 | implementing /refund API (#3848) | Christian Grothoff | |
2016-05-04 | dead code elimination | Christian Grothoff | |
2016-05-04 | fix issues in tracking API and tracking API test, resolves #4399 | Christian Grothoff | |
2016-05-04 | be more careful with terminology | Christian Grothoff | |
2016-05-04 | check WTID matches | Christian Grothoff | |
2016-05-04 | fix size in purpose | Christian Grothoff | |
2016-05-04 | fix JSON format string | Christian Grothoff | |
2016-05-04 | round exec time | Christian Grothoff | |
2016-05-04 | modify test to trigger aggregation properly and check resulting fakebank ↵ | Christian Grothoff | |
transfers | |||
2016-05-03 | towards fixing #4399 | Christian Grothoff | |
2016-05-03 | enable multiple wire methods to be used with aggregator, add command to run ↵ | Christian Grothoff | |
aggregator in testcase | |||
2016-05-03 | finish tests for #4437 | Christian Grothoff | |
2016-05-03 | adding assertions to assist figuring out #4482 | Christian Grothoff | |
2016-05-02 | Merge branch 'master' of git.taler.net:/var/git/exchange | Jeff Burdges | |
2016-05-02 | Oops, actually Ring-LWE kinda sucks for us | Jeff Burdges | |
2016-05-02 | Small Ring-LWE comments | Jeff Burdges | |
2016-05-02 | fix testcase | Christian Grothoff | |
2016-05-02 | adding bank-lib test against fakebank (currently fails) -- towards ↵ | Christian Grothoff | |
addressing #4437 | |||
2016-05-02 | separate interpreter from the rest of the test logic | Christian Grothoff | |
2016-05-02 | code simplification via new extended libgnunetcurl API | Christian Grothoff | |
2016-05-02 | adjust shutdown/timeout to match latest GNUnet scheduler API semantics | Christian Grothoff | |
2016-05-02 | fixing #4462: avoid temporary schemata altogether | Christian Grothoff | |
2016-05-02 | removing broken and redundant testcase | Christian Grothoff | |
2016-05-02 | fix #4184 | Christian Grothoff | |
2016-05-02 | fixing #4479 | Christian Grothoff | |
2016-05-02 | fixing #4470 | Christian Grothoff | |
2016-05-01 | Much expanded. And now compiles. | Jeff Burdges | |
2016-04-30 | update use to match new GNUnet scheduler API | Christian Grothoff | |
2016-04-29 | Merge branch 'master' of git.taler.net:/var/git/exchange | Jeff Burdges | |
2016-04-29 | Preliminary work on integrating key exchanges with Merkle trick | Jeff Burdges | |
I still need to work out exactly what proerties are needed. And it won't tex yet. | |||
2016-04-29 | Add line on RSA-FDH to Taler paper. | Jeff Burdges | |
I could obviously say more, and I really should clean up the text around it, but not now. | |||
2016-04-28 | Merge branch 'master' of ssh://taler.net:/var/git/exchange into HEAD | Christian Grothoff | |
2016-04-26 | misspelt variable | Florian Dold | |
2016-04-26 | create directories | Florian Dold | |
2016-04-26 | check_permissions for AF_UNIX | Florian Dold | |
2016-04-25 | typo | Florian Dold | |
2016-04-25 | chmod instead of fchmod | Florian Dold | |
2016-04-25 | missing free | Florian Dold | |
2016-04-25 | missing newline in log | Florian Dold | |
2016-04-25 | typo | Florian Dold | |
2016-04-25 | octal | Florian Dold | |
2016-04-25 | comment | Florian Dold | |
2016-04-25 | socket permissions | Florian Dold | |
2016-04-25 | precheck for UDS | Florian Dold | |
2016-04-25 | use GNUnet helpers | Florian Dold | |
2016-04-25 | implement serving exchange via unix domain sockets | Florian Dold | |
2016-04-25 | fix CURRENCY section in test case | Florian Dold | |
2016-04-25 | presumably fixing #4455. A check did exist (see ↵ | Christian Grothoff | |
taler-exchange-httpd_deposit.c:225), but the two checks disagreed whether it was OK for the fee to be exactly equal to the amount. Now both checks allow the fee to be equal to the amount. |