Changesets: exchange

master 98b7444a

2017-10-06 23:41

Christian Grothoff


Details Diff
handle hypothetical failure of plugin not found
mod - src/exchange/taler-exchange-aggregator.c Diff File

master 9b585fd0

2017-10-06 23:39

Christian Grothoff


Details Diff
handle plugin load failure without crashing
mod - src/exchange/test_taler_exchange_aggregator.c Diff File

master ad97b8d4

2017-10-06 23:36

Christian Grothoff


Details Diff
use proper type for do_shutdown() callback
mod - src/auditor/taler-wire-auditor.c Diff File

master a90936f8

2017-10-06 23:35

Christian Grothoff


Details Diff
reduce scope of local vars
mod - src/pq/test_pq.c Diff File

master a7746c81

2017-10-06 23:32

Christian Grothoff


Details Diff
add assertion to be more defensive against buffer overflow (cannot happen, but this better protects against future changes)
mod - src/exchange-lib/exchange_api_refresh_link.c Diff File

master d5505065

2017-10-06 23:31

Christian Grothoff


Details Diff
BLOB is BYTEA in Postgres
mod - src/auditordb/plugin_auditordb_postgres.c Diff File

master dc883f85

2017-10-06 23:27

Christian Grothoff


Details Diff
add assertion to be more defensive against buffer overflow (cannot happen, but this better protects against future changes)
mod - src/exchange-lib/exchange_api_refresh_link.c Diff File

master 8f08e463

2017-10-06 23:23

Christian Grothoff


Details Diff
do not potentially pass -1 to fcntl()
mod - src/exchange/taler-exchange-httpd.c Diff File

master 7f37c2ae

2017-10-06 23:21

Christian Grothoff


Details Diff
more return value checks on TALER_amount_get_zero
mod - src/auditor/taler-auditor.c Diff File

master 800c54b1

2017-10-06 23:06

Christian Grothoff


Details Diff
do not potentially pass -1 to fcntl()
mod - src/exchange/taler-exchange-httpd.c Diff File

master 06f5621f

2017-10-06 23:04

Christian Grothoff


Details Diff
better logging if IBAN validation fails, also avoid potentially unbounded stack allocation
mod - src/exchange-lib/exchange_api_reserve.c Diff File
mod - src/wire/plugin_wire_sepa.c Diff File

master dbab0c65

2017-10-06 22:54

Christian Grothoff


Details Diff
check return value from TALER_amount_get_zero
mod - src/exchange-lib/exchange_api_common.c Diff File
mod - src/exchange-lib/exchange_api_reserve.c Diff File
mod - src/exchange/taler-exchange-aggregator.c Diff File
mod - src/exchange/taler-exchange-httpd_db.c Diff File
mod - src/exchange/taler-exchange-httpd_payback.c Diff File
mod - src/exchange/taler-exchange-httpd_reserve_withdraw.c Diff File
mod - src/exchange/taler-exchange-httpd_responses.c Diff File

master 2f715c27

2017-10-06 22:02

Christian Grothoff


Details Diff
check return value from TALER_JSON_hash
mod - src/auditor/taler-auditor.c Diff File
mod - src/benchmark/taler-exchange-benchmark.c Diff File
mod - src/exchange-lib/exchange_api_deposit.c Diff File
mod - src/exchange-lib/exchange_api_reserve.c Diff File
mod - src/exchange-lib/test_exchange_api.c Diff File
mod - src/exchange/taler-exchange-aggregator.c Diff File
mod - src/exchange/taler-exchange-httpd_responses.c Diff File
mod - src/exchangedb/test_exchangedb.c Diff File
mod - src/json/json.c Diff File

master 1da03b95

2017-10-06 21:54

Christian Grothoff


Details Diff
fix indentation
mod - src/json/json_helper.c Diff File

master e5aed9e5

2017-10-06 21:53

Christian Grothoff


Details Diff
fix signed calls to isalpha/isdigit/isspace etc.
mod - src/util/amount.c Diff File
mod - src/wire/plugin_wire_sepa.c Diff File

master 85a2d3dc

2017-09-30 23:28

Christian Grothoff


Details Diff
modify wire auditor to deal with asynchrony of WIRE plugin API
mod - src/auditor/taler-wire-auditor.c Diff File

master 6a4f6b18

2017-09-30 22:47

Christian Grothoff


Details Diff
also store wire position in auditordb
mod - src/auditor/taler-wire-auditor.c Diff File
mod - src/auditordb/plugin_auditordb_postgres.c Diff File
mod - src/include/taler_auditordb_plugin.h Diff File

master 96e04d33

2017-09-30 22:29

Christian Grothoff


Details Diff
update auditordb API to support logic for taler-wire-auditor
mod - src/auditor/taler-wire-auditor.c Diff File
mod - src/auditordb/plugin_auditordb_postgres.c Diff File
mod - src/include/taler_auditordb_plugin.h Diff File

master 34db060b

2017-09-26 17:16

Christian Grothoff


Details Diff
update .gitignore
mod - .gitignore Diff File

master a0d410e0

2017-09-26 17:05

Christian Grothoff


Details Diff
fix mapping of auditor sigs to DKs, avoid one hash operation by caching hash value
mod - src/auditor/taler-auditor-sign.c Diff File
mod - src/exchange-lib/exchange_api_handle.c Diff File
mod - src/exchange/taler-exchange-httpd_keystate.c Diff File
mod - src/include/taler_signatures.h Diff File

master d36a2008

2017-09-26 16:09

Christian Grothoff


Details Diff
fix uninit auditor_url field
mod - src/exchange/taler-exchange-httpd_keystate.c Diff File

master 47285344

2017-09-26 15:56

Christian Grothoff


Details Diff
fix calculation of 'Expires:' header, also handle HTTP HEAD requests
mod - src/exchange/taler-exchange-httpd.c Diff File
mod - src/exchange/taler-exchange-httpd_keystate.c Diff File
mod - src/exchange/taler-exchange-httpd_mhd.c Diff File

master a8de810b

2017-09-26 15:46

Christian Grothoff


Details Diff
simplify time conversion using strptime instead of manual hack, also check for timezone issues if we get unusual time values
mod - src/exchange-lib/exchange_api_handle.c Diff File

master 7cb48a72

2017-09-26 14:30

Christian Grothoff


Details Diff
check json_array_append_new() return values, proper logging on errors
mod - src/exchange-lib/exchange_api_handle.c Diff File
mod - src/exchange/taler-exchange-httpd_keystate.c Diff File
mod - src/exchangedb/plugin_exchangedb_postgres.c Diff File

master a3b71ac7

2017-09-26 14:23

Christian Grothoff


Details Diff
fix bad sizeof()
mod - src/exchange/taler-exchange-httpd_keystate.c Diff File
 First  Prev  1 2 3 ... 20 ... 40 ... 60 ... 80 ... 100 ... 119 120 121 122 123 124 125 ... 140 ... 160 ... 180 ... 200 ... 202 203 204  Next  Last