Age | Commit message (Expand) | Author |
2016-03-01 | renaming mint->exchange | Christian Grothoff |
2016-02-07 | making mintdb tests pass again after API refactoring to remove total amount | Christian Grothoff |
2016-01-30 | Merge branch 'master' of ssh://taler.net:/var/git/mint | Christian Grothoff |
2016-01-30 | -remove empty lines | Christian Grothoff |
2016-01-28 | finishing core logic for #4141, but untested | Christian Grothoff |
2016-01-22 | /wire/deposits expects to use GET, not POST | Christian Grothoff |
2016-01-22 | fix test logic | Christian Grothoff |
2016-01-22 | do not have curl be verbose | Christian Grothoff |
2016-01-22 | sketched first part of testcase, currently failing (bad signature: 401) | Christian Grothoff |
2016-01-22 | extending test driver interpreter with commands to exercise aggregation API (... | Christian Grothoff |
2016-01-21 | fix clean up logic of mint_api_refresh_link | Christian Grothoff |
2016-01-21 | -remove dead code | Christian Grothoff |
2016-01-21 | adding mint-lib logic to execute /wire/deposits requests | Christian Grothoff |
2016-01-21 | adding API code for /deposit/wtid requests | Christian Grothoff |
2016-01-21 | implementing insert function into aggregation table | Christian Grothoff |
2016-01-20 | Merge branch 'master' of git+ssh://taler.net/var/git/mint | Christian Grothoff |
2016-01-20 | indent, etc. | Christian Grothoff |
2016-01-19 | -fix (C) notices | Christian Grothoff |
2016-01-18 | check return value from TALER_amount_subtract() | Christian Grothoff |
2016-01-18 | remove useless check, this is a fixed-size array, thus pointer is never NULL | Christian Grothoff |
2016-01-01 | fix use-after-free on NULLing CB field if CB itself destroyed our context alr... | Christian Grothoff |
2016-01-01 | update max_fd to new max, never lower it | Christian Grothoff |
2015-12-25 | Add lots of logging. | Florian Dold |
2015-12-24 | Remove overly long timeout. | Florian Dold |
2015-12-24 | logging | Florian Dold |
2015-12-23 | logging | Florian Dold |
2015-12-23 | Temporary: Very verbose logging. | Florian Dold |
2015-12-23 | Logging. | Florian Dold |
2015-12-23 | Logging. | Florian Dold |
2015-12-20 | make sure triggered action actually runs | Christian Grothoff |
2015-12-20 | -check return value | Christian Grothoff |
2015-12-19 | avoid generating URLs with // in them | Christian Grothoff |
2015-12-19 | only reduce timeout, enable function to be called on existing values | Christian Grothoff |
2015-11-25 | get rid of marcello's printf()-style debugging with compiler warnings... | Christian Grothoff |
2015-11-24 | Make compiler warning go away | Florian Dold |
2015-11-17 | removing the bank Website | Marcello Stanisci |
2015-11-11 | updating code to match simplified specification (#4039) | Christian Grothoff |
2015-11-03 | minor change to comments | Marcello Stanisci |
2015-10-28 | fix #4032: move wire deadline form wire details to advisory field in /deposit... | Christian Grothoff |
2015-10-19 | -use proper cast to what the API expects, just removes a compiler warning | Christian Grothoff |
2015-10-05 | doxygen fixes | Christian Grothoff |
2015-09-28 | -renable testrun, update gitignore | Christian Grothoff |
2015-09-22 | do not try to free NULL | Christian Grothoff |
2015-09-21 | AFL test generation scripts | Christian Grothoff |
2015-09-21 | here we want 'yes' | Christian Grothoff |
2015-09-21 | change tests to use persistent DB to vastly improve performance | Christian Grothoff |
2015-09-20 | expanding test to cover multi-wire format scenarios (#3972) | Christian Grothoff |
2015-09-20 | implement #3972: support multiple wire formats concurrently | Christian Grothoff |
2015-09-19 | renaming /withdraw to /reserve (#3968) | Christian Grothoff |
2015-09-19 | implementing retrieval of auditor information from /keys in mint API (with up... | Christian Grothoff |