summaryrefslogtreecommitdiff
path: root/src/exchange-lib
AgeCommit message (Expand)Author
2016-06-15avoid passing int's as void*'s in benchmark logicChristian Grothoff
2016-06-13implement #4569Christian Grothoff
2016-06-11fix memory leaksChristian Grothoff
2016-06-11fix memory leaks: json_array_append increments RCChristian Grothoff
2016-06-11check return values of json_array_appendChristian Grothoff
2016-06-09note similarity in codeChristian Grothoff
2016-06-09refactor track_transfer 200 handling, fix minor leakChristian Grothoff
2016-06-09-typoChristian Grothoff
2016-06-09rename source files to match API URIsChristian Grothoff
2016-06-09rename source files to match API URIsChristian Grothoff
2016-06-09move TALER_TrackTransferDetails to taler_crypto_lib.h as it is not exchange-s...Christian Grothoff
2016-06-09rename /deposit/wtid and /wire/deposits to /track/{transaction,transfer} for ...Christian Grothoff
2016-06-09integrate child_death_task with aggregator struct, and cancel it on errorChristian Grothoff
2016-06-09make code build against revised GNUnet blind signing APIChristian Grothoff
2016-06-08turn libfakebank into libtalerfakebank so we can use it for testcases in the ...Christian Grothoff
2016-06-07add exchange_pub to callbacksChristian Grothoff
2016-05-31add support for /keys cache control (#4036)Christian Grothoff
2016-05-30adding --pool-size option to benchmark,Marcello Stanisci
2016-05-26fix #4533 for exchange (breaks interaction with bank for /admin/add/incoming)Christian Grothoff
2016-05-26change edate to wire_transfer_deadline/delay (#4521)Christian Grothoff
2016-05-24fixing #4520: be more aggressive at asserting when API is violatedChristian Grothoff
2016-05-24fix #4483Christian Grothoff
2016-05-24allow access to raw /keys responseFlorian Dold
2016-05-21testing refund, fixing bugs, refund test passesChristian Grothoff
2016-05-21make use of GNUNET_JSON_from_data_auto where possibleChristian Grothoff
2016-05-20extending interpreter to cover refund (but not used yet)Christian Grothoff
2016-05-20enforce wire deadline >= refund_deadline in APIChristian Grothoff
2016-05-18fix #4506: check that master key matches our master key when loading signing ...Christian Grothoff
2016-05-16fixing #3814 by removing ability to melt multiple oldcoins at the same timeChristian Grothoff
2016-05-06bump copyrightChristian Grothoff
2016-05-06support REFUNDS in transaction history in libtalerexchangeChristian Grothoff
2016-05-05export transaction history check functionChristian Grothoff
2016-05-04fix fmt string issuesChristian Grothoff
2016-05-04fix make distChristian Grothoff
2016-05-04implementing /refund API (#3848)Christian Grothoff
2016-05-04fix issues in tracking API and tracking API test, resolves #4399Christian Grothoff
2016-05-04be more careful with terminologyChristian Grothoff
2016-05-04check WTID matchesChristian Grothoff
2016-05-04fix size in purposeChristian Grothoff
2016-05-04round exec timeChristian Grothoff
2016-05-04modify test to trigger aggregation properly and check resulting fakebank tran...Christian Grothoff
2016-05-03towards fixing #4399Christian Grothoff
2016-05-03enable multiple wire methods to be used with aggregator, add command to run a...Christian Grothoff
2016-05-02code simplification via new extended libgnunetcurl APIChristian Grothoff
2016-05-02fix #4184Christian Grothoff
2016-05-02fixing #4479Christian Grothoff
2016-04-21Merge branch 'master' of ssh://taler.net:/var/git/exchangeChristian Grothoff
2016-04-20sketching out refund API implementationChristian Grothoff
2016-04-20introduce refund feeChristian Grothoff
2016-04-19move currency to taler section, create taler.confFlorian Dold