summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-12-12map-out "Not Found" in testcase.Marcello Stanisci
2016-12-12Unifying map-in and map-out handlesMarcello Stanisci
2016-12-12Removing superflous (and segfault-prone)Marcello Stanisci
cancellations of CURL-jobs within merchant-lib's HTTP callbacks
2016-12-12Not handling unique_violation as error within postgres_store_map()Marcello Stanisci
2016-12-12Merge branch '4795' of taler.net:merchant into 4795Marcello Stanisci
2016-12-12merchant-tools directoryMarcello Stanisci
2016-12-09Set /map/in handler to NULL upon callback invocationMarcello Stanisci
2016-12-0995% of /map/in testcaseMarcello Stanisci
2016-12-0960% of /map/in in testcaseMarcello Stanisci
2016-12-0920% of /map/in in testcaseMarcello Stanisci
2016-12-09Exporting /map/in merchant-lib in include fileMarcello Stanisci
2016-12-0920% of /map/in's merchant-libMarcello Stanisci
2016-12-0960% of /map/in handlerMarcello Stanisci
2016-12-0945% of /map/in handlerMarcello Stanisci
2016-12-09Up to parsing body of /map/in. Not tested.Marcello Stanisci
2016-12-08map REST serviceMarcello Stanisci
2016-12-08Fix prepared statement find_contractMarcello Stanisci
2016-12-08Baking find_contract by hashcode. Invoked in testcase.Marcello Stanisci
2016-12-08Baking hashes to contracts mappingMarcello Stanisci
2016-12-08typoMarcello Stanisci
2016-12-08Fix track-transaction conflictMarcello Stanisci
2016-12-05Fix NULL passed as closureMarcello Stanisci
2016-12-05Fix track-transfer conflict error JSON packagingMarcello Stanisci
2016-11-25skip test cases when plugin can't be loaded due to missing DBFlorian Dold
2016-11-18make adjustments to tests from fraction 1e-6 to 1e-8 changeChristian Grothoff
2016-11-18update merchant to match new wire_validate APIChristian Grothoff
2016-11-16Removing wrong log parameterMarcello Stanisci
2016-11-16no deadcode in makefileMarcello Stanisci
2016-11-11fixing misc issues in the tutorial, and reducing logging to provide sanityChristian Grothoff
2016-11-11fix relocation issue on buildChristian Grothoff
2016-11-11hotfixChristian Grothoff
2016-11-04#4755Marcello Stanisci
2016-11-03moving "instance" field within "merchant"Marcello Stanisci
2016-10-27fix caching logic for /track/transactionMarcello Stanisci
2016-10-27GNUNET_OK in place of GNUNET_YES. Remove FIXMEMarcello Stanisci
2016-10-27typoMarcello Stanisci
2016-10-22receiver->instance. test passedMarcello Stanisci
2016-10-20return missing error code, use existing function where appropriteChristian Grothoff
2016-10-20have merchant C API also return taler error codes (at least those from the ↵Christian Grothoff
merchant for now)
2016-10-20modify merchant logic to support exchange-APIs returning taler-specific ↵Christian Grothoff
error codes from C API as well, plus fixing a few cases where the merchant HTTP API did not yet return the error codes properly (#4497/4705)
2016-10-20add 'code' with error code details to merchant backend error responses (#4497)Christian Grothoff
2016-10-20Merge branch 'master' of git+ssh://taler.net/merchantChristian Grothoff
2016-10-20add 'code' with error code details to merchant backend error responses (#4497)Christian Grothoff
2016-10-20finishing with #4521Marcello Stanisci
2016-10-19fetch and test pay_deadline in /payMarcello Stanisci
2016-10-18lib testcase passes using a contract with a 'summary' fieldMarcello Stanisci
2016-10-17fix #4733Marcello Stanisci
2016-10-15fix missing receiver in /track/transfer query string (merchant-lib)Marcello Stanisci
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 ↵Christian Grothoff
merchant_pub as well as transaction ID; changes APIs in a few places