aboutsummaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_contract.c
AgeCommit message (Expand)Author
2016-05-26remove dead /hash-contract API logicChristian Grothoff
2016-05-24Revert "check for duplicate transaction ID"Florian Dold
2016-05-21make use of GNUNET_JSON_from_data_auto where possibleChristian Grothoff
2016-05-05check for duplicate transaction IDChristian Grothoff
2016-05-05add well-formedness checks for contractChristian Grothoff
2016-05-02removing debug printsMarcello Stanisci
2016-04-22reconstructing the contract in PHP donation shop (not tested)Marcello Stanisci
2016-03-19de-duplicate JSON parsing code of main backend logic (#4150)Christian Grothoff
2016-03-19use new JSON APIs (#4237/#4150)Christian Grothoff
2016-03-16making,Marcello Stanisci
2016-03-08updating licensing informationMarcello Stanisci
2016-03-07removing double memory freeMarcello Stanisci
2016-03-07still on licensingMarcello Stanisci
2016-03-01mint->exchange renamingChristian Grothoff
2016-02-17better error handling for hash-contract, againFlorian Dold
2016-02-17fix #4174Florian Dold
2016-02-01fix wrong JSON parsingFlorian Dold
2016-01-28Consistent naming of merchant signatureFlorian Dold
2016-01-27implement #4159Christian Grothoff
2016-01-24fix JSON format stringFlorian Dold
2016-01-24Remove {exec,pay}_url from backend.Florian Dold
2016-01-19Merge branch 'master' of git.taler.net:/var/git/merchantChristian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-12-25Fix reference counting bug and contract signatureFlorian Dold
2015-12-23Fixing in response to the moving of pay_url outside the contract.Marcello Stanisci
2015-12-20Add URLs outside of contract.Florian Dold
2015-12-14use global h_wire, instead of re-computing each timeChristian Grothoff
2015-12-14fixing #4085Marcello Stanisci
2015-11-25more cleanup of auditors logicChristian Grothoff
2015-11-25clean up /contract logic some moreChristian Grothoff
2015-11-25refactor auditors code to be in its own file(s)Christian Grothoff
2015-11-25major refactoring of taler-merchant-httpd_pay, compiles but cannot yet work (...Christian Grothoff
2015-11-25simplify handling of wire format detailsChristian Grothoff
2015-11-25rename fest to satisfy naming conventionsChristian Grothoff
2015-11-24rearranging code to (1) satisfy naming and coding conventions a bit more, and...Christian Grothoff
2015-11-16fixing /deposit local signature verificationMarcello Stanisci
2015-11-05various fixesMarcello Stanisci
2015-10-30Adding initial behaviour to associate a deposit fee to aMarcello Stanisci
2015-10-30adding auditors indication in contract generation, and auditor entry parsing ...Marcello Stanisci
2015-10-29Adding HTTP capability to frontend /pay handler,Marcello Stanisci
2015-10-29completing /contract REST callMarcello Stanisci
2015-10-29- Adding cli debugging feature to contract generation (i.e. it isMarcello Stanisci
2015-10-28minor changeMarcello Stanisci
2015-10-28Adding main behaviour to contract mgmt, plus importing additionalMarcello Stanisci
2015-10-27minor fixMarcello Stanisci
2015-10-26fixing macro notation for using arguments as string constantsMarcello Stanisci
2015-10-26Fetching mint's details (compliant to the new API) from theMarcello Stanisci
2015-10-23Restructuring merchant:Marcello Stanisci