aboutsummaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_track-transaction.c
AgeCommit message (Expand)Author
2019-11-24more deduplication via libtalermhdChristian Grothoff
2019-11-23begin to use libtalermhdChristian Grothoff
2019-09-26refactor to check for instance in one place, instead of in each handlerChristian Grothoff
2019-09-23implement instances via one base URL per instanceFlorian Dold
2019-08-26get rid of session_sig, as it is complex and does not work with mobile paymentsFlorian Dold
2019-06-18fix misc style bugs and one real oneChristian Grothoff
2019-04-06add preflights, fix indentationChristian Grothoff
2019-04-06get rid of some memcmpsChristian Grothoff
2019-01-31/proposal API disambiguation.Marcello Stanisci
2018-03-17typoMarcello Stanisci
2018-03-17enabling twisted command.Marcello Stanisci
2018-03-17commentsMarcello Stanisci
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff
2018-02-02remove unnecessary table, track last_session_idFlorian Dold
2017-12-28more work towards /pay abort modeChristian Grothoff
2017-12-26working on #5158, moving exchange_url to coin in /pay API, also renaming 'f' ...Christian Grothoff
2017-12-26first refactoring for #5158: allow multiple exchange URLs to be in database p...Christian Grothoff
2017-10-06check return value from TALER_JSON_hashChristian Grothoff
2017-07-21work for #4943 (incomplete)Christian Grothoff
2017-07-20minor style fixesChristian Grothoff
2017-07-16flagging proposal as paid (#5054)Marcello Stanisci
2017-06-29fix last #5010 issues, including timeout of the generatorChristian Grothoff
2017-06-29fixing misc. FIXMEs, some style issues, and mostly DB return value handling t...Christian Grothoff
2017-06-08fix warningsMarcello Stanisci
2017-06-04fix misc memory leaksChristian Grothoff
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-04-20debug printsMarcello Stanisci
2017-03-07Remove confusing comment.Marcello Stanisci
2017-03-05towards implementing #4935: make sure all of the fee data is available for th...Christian Grothoff
2017-03-04implementing #4929 (adjusting to exchange API changes)Christian Grothoff
2017-02-23Modify /history API and DB table for order_id-proposal_dataMarcello Stanisci
2017-02-10Fix track API tests.Marcello Stanisci
2017-02-10Fixing testcases according to the renaming occurredMarcello Stanisci
2017-02-07Huge renaming about removing transaction_id useMarcello Stanisci
2017-02-06Renaming in /track/transaction handler.Marcello Stanisci
2017-02-06Renaming /track/transaction handler to the pointMarcello Stanisci
2016-12-21Exchange URI returned within /track/transaction responseMarcello Stanisci
2016-12-08Fix track-transaction conflictMarcello Stanisci
2016-12-05Fix NULL passed as closureMarcello Stanisci
2016-10-27fix caching logic for /track/transactionMarcello Stanisci
2016-10-27GNUNET_OK in place of GNUNET_YES. Remove FIXMEMarcello Stanisci
2016-10-22receiver->instance. test passedMarcello Stanisci
2016-10-20modify merchant logic to support exchange-APIs returning taler-specific error...Christian Grothoff
2016-10-20add 'code' with error code details to merchant backend error responses (#4497)Christian Grothoff
2016-10-15resolving merge conflict with Marcello, mostly exactly the same changesChristian Grothoff
2016-10-15fixing #4577, as well as a few other cases where we need to index by merchant...Christian Grothoff
2016-10-13Fix select payments from DB. Namely, a merchant_pub query parameter was neededMarcello Stanisci
2016-10-13adapting callback for 'find_transaction' DB functions familyMarcello Stanisci
2016-10-11removing assertMarcello Stanisci
2016-09-26Merge branch 'receiver'Marcello Stanisci