summaryrefslogtreecommitdiff
path: root/src/exchange
AgeCommit message (Expand)Author
2019-03-18Fix wirewatch.Marcello Stanisci
2019-03-14Benchmark debugMarcello Stanisci
2019-03-11implementing private key deletion (#5536)Christian Grothoff
2019-03-11pre-pull mergingChristian Grothoff
2019-03-02actually disable 100 continueChristian Grothoff
2019-02-17Need to check for revoked keys as well before adding from DB.Christian Grothoff
2019-02-17towards #5536 (right now deactivated, as if on tests fail...)Christian Grothoff
2019-02-17fix memory leak: on repeated refresh reveal, we populated ev_sigs twiceChristian Grothoff
2019-02-16add assertions in preparation of #5536Christian Grothoff
2019-02-14preparations for #5536Christian Grothoff
2019-02-13Fix #5558.Marcello Stanisci
2019-01-30Adding map: wire method name <--> plugin name.Marcello Stanisci
2019-01-16more loggingMarcello Stanisci
2019-01-10update tool to follow renaming of test -> taler-bank for the taler bank wire ...Christian Grothoff
2019-01-10do not crash if keystate fails to loadChristian Grothoff
2018-12-21fix loglevel.Marcello Stanisci
2018-11-25fix a few more leaksChristian Grothoff
2018-11-04add auditing of deposit confirmations to auditor (#5447)Christian Grothoff
2018-11-04use log instead of fprintfChristian Grothoff
2018-10-27fix compiler warningChristian Grothoff
2018-10-27clean up struct TALER_ExchangeSigningKeyValidityPSChristian Grothoff
2018-10-20remove dead variableChristian Grothoff
2018-10-19reduce redundant data fetch (#5444)Christian Grothoff
2018-10-13intermediate patch towards implementing #5136Christian Grothoff
2018-10-06add skeleton for auditor httpdChristian Grothoff
2018-10-06fix #5434 (no more salt in exchange wire replies)Christian Grothoff
2018-10-02write exchange stats on exitFlorian Dold
2018-09-26Revert "Fix cherry-pick test case."Florian Dold
2018-09-25Fix cherry-pick test case.Marcello Stanisci
2018-09-21do tcp fast open in the exchange httpdFlorian Dold
2018-09-15fix #5315, including more testingChristian Grothoff
2018-08-19fix handling of withdraw failureChristian Grothoff
2018-08-19use existing reserve balance table instead of recomputing reserve balance eac...Christian Grothoff
2018-08-19re-init logging so we can tell by PID who it isChristian Grothoff
2018-08-19make transactions smaller to try to reduce rollbacksChristian Grothoff
2018-08-19remove superfluous rollback, insert rollback() before shutdown just for being...Christian Grothoff
2018-08-11make wirewatch batch size adaptive to transaction success/failureChristian Grothoff
2018-08-11make wirewatch properly handle (soft) failed transationsChristian Grothoff
2018-08-11be aggressiveChristian Grothoff
2018-08-11cache result from log level checkChristian Grothoff
2018-08-11avoid backlog issue by increasing backlog sizeChristian Grothoff
2018-08-11try to fix missing rollbacks for wirewatchChristian Grothoff
2018-08-10break up refresh/reveal transaction to reduce failure rate, increase retries ...Christian Grothoff
2018-08-10add a few more FOR UPDATE where appropriateChristian Grothoff
2018-08-10fix bug wrt signature handling during withdraw (with/without optimistic signing)Christian Grothoff
2018-08-09add option for optimistic signing on withdraw (pre DB transaction)Christian Grothoff
2018-08-09eliminate redundant hash callChristian Grothoff
2018-08-09use correct HTTP status code for commit failuresChristian Grothoff
2018-08-09report ore precisely where commands went wrongChristian Grothoff
2018-08-09fix KS state freeing on exitChristian Grothoff