Age | Commit message (Expand) | Author |
2018-12-14 | /history API mod. | Marcello Stanisci |
2018-12-13 | Changing /history semantics. | Marcello Stanisci |
2018-07-04 | Providing 'static' keyword where missing. | Marcello Stanisci |
2018-04-15 | fix misc issues with tests after latest refactoring | Christian Grothoff |
2018-04-05 | use GNUNET_NZL instead of crazy hacks to ensure non-zero vararg array lengths | Christian Grothoff |
2018-04-04 | avoid undefined behavior again, return correct right status early | Florian Dold |
2018-04-04 | declare var at beginning of scope... | Christian Grothoff |
2018-03-12 | implementing #5281 guards against hanging transactions, plus minor code cleanups | Christian Grothoff |
2018-02-20 | add missing commit/rollback | Florian Dold |
2018-02-02 | remove unnecessary table, track last_session_id | Florian Dold |
2018-02-01 | proper return code for insert | Florian Dold |
2018-02-01 | implement /tip-query and fix tip db issues (uniqueness) | Florian Dold |
2018-01-22 | fix #5262 | Christian Grothoff |
2018-01-22 | should be find_order, not find_orders | Florian Dold |
2018-01-16 | fix a few memory leaks | Christian Grothoff |
2018-01-16 | patch for #5198 | Christian Grothoff |
2018-01-16 | fix proposal test cases, fix use after free in refunds | Florian Dold |
2018-01-15 | missing parenthesis | Marcello Stanisci |
2018-01-10 | add nonce only when proposal is requested | Florian Dold |
2017-12-27 | add wire fee persisting per coin for /pay | Christian Grothoff |
2017-12-26 | first refactoring for #5158: allow multiple exchange URLs to be in database p... | Christian Grothoff |
2017-12-09 | fix enum confusion | Christian Grothoff |
2017-12-09 | fix typo | Christian Grothoff |
2017-12-09 | fix issues related to unrounded times | Christian Grothoff |
2017-11-27 | implement /tip-query | Florian Dold |
2017-11-04 | paid should be a boolean, not a blog, simplify SQL (#5157) | Christian Grothoff |
2017-11-02 | add new tables to drop method | Marcello Stanisci |
2017-11-02 | deal with soft errors by retrying in merchantdb (for tipping) | Christian Grothoff |
2017-11-02 | use talercheck for testing, like exchange does | Christian Grothoff |
2017-11-01 | towards implementing /tip-pickup (incomplete) | Christian Grothoff |
2017-11-01 | tests and bugfixes for /tip-authorize | Christian Grothoff |
2017-10-24 | add testcases for merchantdb tipping functions, fix bugs found | Christian Grothoff |
2017-10-24 | implementing backenddb logic for tipping (not tested) | Christian Grothoff |
2017-10-23 | add SQL for postgres_enable_tip_reserve | Christian Grothoff |
2017-10-23 | implement postgres_enable_tip_reserve (but SQL statemets are missing) | Christian Grothoff |
2017-10-23 | add new functions for tipping (unimplemented) to merchantdb | Christian Grothoff |
2017-10-18 | bumping versions for v0.4.0 releasev0.4.0 | Christian Grothoff |
2017-10-06 | check return value from TALER_amount_get_zero | Christian Grothoff |
2017-10-06 | check return value from TALER_JSON_hash | Christian Grothoff |
2017-09-02 | fix bad nesting of transactions during /pay processing | Christian Grothoff |
2017-09-02 | properly drop exchange_wire_fees table in test | Christian Grothoff |
2017-09-02 | fix testcase, refund array is boxed in a refund_permissions field of the main... | Christian Grothoff |
2017-08-31 | fix refund test and logic: if refund is smaller than refund that was previous... | Christian Grothoff |
2017-08-31 | fix #5127 | Christian Grothoff |
2017-08-27 | fix refund generation (hopefully) | Florian Dold |
2017-07-26 | coverage for db test | Marcello Stanisci |
2017-07-22 | /history issue testcase | Marcello Stanisci |
2017-07-21 | more logging | Christian Grothoff |
2017-07-20 | implementing backend logic to lookup wire fees (for #4943) | Christian Grothoff |
2017-07-16 | making testcase pass to new "flagged as paid" policy | Marcello Stanisci |