summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-11-25fix a few more leaksChristian Grothoff
2018-11-25fix misc. memory leaksChristian Grothoff
2018-11-25getting test_auditor_api to passChristian Grothoff
2018-11-23Remove double closing of a "file stream".Marcello Stanisci
2018-11-20Offer contract terms trait as a JSON object.Marcello Stanisci
2018-11-19Skip test when wire-plugin is not loaded.Marcello Stanisci
2018-11-19Minor changes to make tests pass/no-skip again.Marcello Stanisci
2018-11-19expand test logic for test_auditor_api, currently crashes, hence skipping for...Christian Grothoff
2018-11-18get auditor api test to pass (minimal version)Christian Grothoff
2018-11-18do not crash if session is NULLChristian Grothoff
2018-11-18add basic test configurationChristian Grothoff
2018-11-18add dbinit cmdChristian Grothoff
2018-11-17complete /deposit-confirmation test commandChristian Grothoff
2018-11-17add list exchanges commandChristian Grothoff
2018-11-17use more const in taler_testing_lib.hChristian Grothoff
2018-11-17more work towards testing deposit confirmationsChristian Grothoff
2018-11-17work towards testing auditor deposit-confirmation APIChristian Grothoff
2018-11-11extend testing logic to setup handle for the auditorChristian Grothoff
2018-11-11add commands to run auditorChristian Grothoff
2018-11-11fix TXL_curl_easy_get signaturesChristian Grothoff
2018-11-11improve auditor support in libtalertestingChristian Grothoff
2018-11-10preparing test logic for new auditor requirements (incomplete)Christian Grothoff
2018-11-10fix compiler warning due to possiblity of uninitialized values if enum is out...Christian Grothoff
2018-11-10fix potential use of uninitialized hash_contextChristian Grothoff
2018-11-10add skeleton for auditor httpd testsChristian Grothoff
2018-11-04add auditing of deposit confirmations to auditor (#5447)Christian Grothoff
2018-11-04add check for #coins depoisted exceeding #coins issued (not just by amount), ...Christian Grothoff
2018-11-04add auditordb constraints to enforce exchange's master_pub is added firstChristian Grothoff
2018-11-04extend test to also test insert/delete exchange operationChristian Grothoff
2018-11-04add missing default configs for auditor-httpd, make -u not mandatory as it is...Christian Grothoff
2018-11-04use log instead of fprintfChristian Grothoff
2018-11-03implement taler-auditor-exchangeChristian Grothoff
2018-10-28implement /exchanges API in libtalerauditorChristian Grothoff
2018-10-28implement /exchanges handler in auditor-httpdChristian Grothoff
2018-10-28add operation to count number of known coins per denomination to exchangedbChristian Grothoff
2018-10-28track number of coins issued per denomination in auditor (not yet used)Christian Grothoff
2018-10-28extend auditordb with storing information about list of exchanges and their s...Christian Grothoff
2018-10-27split up progress points of auditor by coin/reserve/aggregation to minimize D...Christian Grothoff
2018-10-27complete auditor httpd side of deposit confirmation handling (auditordb not y...Christian Grothoff
2018-10-27fix compiler warningChristian Grothoff
2018-10-27auditor-lib now buildsChristian Grothoff
2018-10-27clean up struct TALER_ExchangeSigningKeyValidityPSChristian Grothoff
2018-10-27towards building auditor-lib (not yet finished)Christian Grothoff
2018-10-24finish first implementation of /version API call for the auditorChristian Grothoff
2018-10-24add skeleton header for auditor serviceChristian Grothoff
2018-10-22update Makefile.amChristian Grothoff
2018-10-22delete useless copy of codeChristian Grothoff
2018-10-22Fix compiler warnings.Marcello Stanisci
2018-10-22skeleton for libtalerauditorChristian Grothoff
2018-10-22Fix auditordb.Marcello Stanisci