Age | Commit message (Expand) | Author |
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 |
2017-07-16 | flagging proposal as paid (#5054) | Marcello Stanisci |
2017-07-14 | add UNIQUE constraint on BIGSERIAL columns as that is not automatic in Postgres | Christian Grothoff |
2017-07-04 | fix #4955 | Christian Grothoff |
2017-07-01 | fix two minor typos / build compatibiltiy issues | Christian Grothoff |
2017-07-01 | implement first part of #4943: persist wire transfer fees of exchange in DB | Christian Grothoff |
2017-06-29 | fixing misc. FIXMEs, some style issues, and mostly DB return value handling t... | Christian Grothoff |
2017-06-29 | fix fixme | Christian Grothoff |
2017-06-29 | FIXME | Marcello Stanisci |