aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-10-05refactor h_extensions -> h_policy, and structs accordinglyÖzgür Kesim
2022-10-05-debug msg removed; typosÖzgür Kesim
2022-10-05refactor extensions: config -> manifestÖzgür Kesim
2022-10-05refactor extensions: config -> manifestÖzgür Kesim
2022-10-04Merge branch 'master' into auction_brandtÖzgür Kesim
2022-10-04-syntax error fixedÖzgür Kesim
2022-10-04rename auction_brandt -> policy_auctionÖzgür Kesim
2022-10-04Merge branch 'master' into auction_brandtÖzgür Kesim
2022-10-04-fix typosChristian Grothoff
2022-10-04-fix typosChristian Grothoff
2022-10-04-work on reserve_open DB APIChristian Grothoff
2022-10-04Merge branch 'master' into auction_brandtÖzgür Kesim
2022-10-04-fix some varsÖzgür Kesim
2022-10-04improved error handlingÖzgür Kesim
2022-10-04correct http replyÖzgür Kesim
2022-10-03-more work on new DB logicChristian Grothoff
2022-10-03-implement sketch for pg_do_reserve_open.cChristian Grothoff
2022-10-03-work on DB logicChristian Grothoff
2022-10-03-skeletons for new PG functionsChristian Grothoff
2022-10-03-fix unsused variableÖzgür Kesim
2022-10-03complete taler-exchange-httpd_reserves_attest.c logic (first pass, still ↵Christian Grothoff
without DB logic or tests)
2022-10-03WiP: parsing and replay of auction transcriptsÖzgür Kesim
POST handler of auction_brandt extension now parses JSON transcript and passes JSON via stdin to external program. Reads result via stdout. TODOs: - check signatures in transcript - parse JSON output of replay progam - add configuration to to auction_brandt: - types of auctions - max. concurrent users - max. number of prices - maximum price - fees - add timeout handler for replay program execution - (maybe) sign output of exchange by master-key - (maybe) add GET handler with information re: auction_brandt?
2022-10-02complete taler-exchange-httpd_reserves_get_attest.c logic (first pass, still ↵Christian Grothoff
without DB logic or tests)
2022-10-02complete taler-exchange-httpd_reserves_close.c logic (first pass, still ↵Christian Grothoff
without DB logic or tests)
2022-10-02-rm debug info; typoÖzgür Kesim
2022-10-02WiP: added auction_brandt as extensionÖzgür Kesim
- added an extension to handle auctions via libbrandt - /extensions/auction_brandt GET and POST handler defined - initial parsing of transcript.json implemented, yet WiP - multiple cleanups and changes to extension handling
2022-10-02complete taler-exchange-httpd_reserves_open.c logic (first pass, still ↵Christian Grothoff
without DB logic or tests)
2022-10-02Refactor extensionsÖzgür Kesim
- Extensions are now compiled as shared libraries and loaded at runtime according to the TALER configuration. - So far, only age restriction is loaded as extension. - Groundwork for extension auction_brandt started.
2022-10-02-get taler-exchange-httpd_reserves_attest.c to build (but not finished)Christian Grothoff
2022-10-02-get taler-exchange-httpd_reserves_get_attest.c to build (but not finished)Christian Grothoff
2022-10-02-taler-exchange-httpd_reserves_close.c now builds (but not complete)Christian Grothoff
2022-10-02taler-exchange-httpd_reserves_open.c now builds (but not complete)Christian Grothoff
2022-10-01-skeletons for reserve control endpointsChristian Grothoff
2022-10-01-doxygenChristian Grothoff
2022-10-01-already done, remove finished FIXMEChristian Grothoff
2022-10-01-implement first draft of testing_api_cmd_reserve_attest.cChristian Grothoff
2022-10-01-implement first draft of testing_api_cmd_reserve_get_attestable.cChristian Grothoff
2022-09-29-make static, return json_null()Özgür Kesim
2022-09-29added benchmark tool for age restrictionÖzgür Kesim
2022-09-28implemented reserve_open testing CMDChristian Grothoff
2022-09-28-first sketch for reserve_open testing CMDChristian Grothoff
2022-09-28skeleton for reserve control testing commandsChristian Grothoff
2022-09-27implement exchange_api_reserves_attest.cChristian Grothoff
2022-09-27implement libtalerexchange:reserve_get_attest APIChristian Grothoff
2022-09-27implement libtalerexchange:reserve_close APIChristian Grothoff
2022-09-27implement libtalerexchange:reserve_open APIChristian Grothoff
2022-09-26-fix debian packageChristian Grothoff
2022-09-24make dependency explicitChristian Grothoff
2022-09-24-fix linker issuesChristian Grothoff
2022-09-24-doxygen fixesChristian Grothoff