summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-01-11fix #6685Christian Grothoff
2021-01-11DB schema updateChristian Grothoff
2021-01-10finish irbt_callbacksChristian Grothoff
2021-01-10more work on INSERT statementsChristian Grothoff
2021-01-10complete select_serial_by_* SELECT statementsChristian Grothoff
2021-01-10expand irbt templatesChristian Grothoff
2021-01-10expand irbt templatesChristian Grothoff
2021-01-10preparing statements for auditor replication logicChristian Grothoff
2021-01-10skeleton for postgres_insert_records_by_tableChristian Grothoff
2021-01-10fix #6683Christian Grothoff
2021-01-10complete (untested) implementation of lrbt_callbacksChristian Grothoff
2021-01-10remove redundant old_coin_pub from link dataChristian Grothoff
2021-01-10fix major bug with SQL statement missing ORDER BY freshcoin_index resulting ↵Christian Grothoff
in possible link failures (but usually lucky with old DB schema)
2021-01-09more optimizations of tables with foreign keysChristian Grothoff
2021-01-08change wire_reference to be uint64_t always; more work on lrbt_callbacksChristian Grothoff
2021-01-08use known_coin_id instead of coin_pub, use reserve_out_serial_id/rrc_serial ↵Christian Grothoff
instead of h_blind_ev/h_coin_ev
2021-01-08use auditor_uuid instead of auditor_pub as foreign keyChristian Grothoff
2021-01-08change exchange database to use denominations_serial instead of ↵Christian Grothoff
denom_pub_hash as foreign key
2021-01-07fixes for earlier fixChristian Grothoff
2021-01-07fix test issues with new DB schemaChristian Grothoff
2021-01-07make reserve balance check used in internal_auditor mode onlyChristian Grothoff
2021-01-07only check tiny/done in internal modeChristian Grothoff
2021-01-07fix remaining #6679 issues in exchangeChristian Grothoff
2021-01-07work on #6679"Christian Grothoff
2021-01-06add -i option to taler-auditorChristian Grothoff
2021-01-06add checks to ensure payto:// URI is well-formed to taler-exchange-offline, ↵Christian Grothoff
and taler-exchange-httpd where applicable (fixes #6675)
2021-01-06Merge branch 'master' of git+ssh://git.taler.net/exchangeChristian Grothoff
2021-01-06fix #6676Christian Grothoff
2021-01-06also load keys in show subcommandv0.8.1-dev.1Florian Dold
2021-01-06update .gitignore filesChristian Grothoff
2021-01-06generate DBs with current schemaChristian Grothoff
2021-01-06latest merchant needs dbinitChristian Grothoff
2021-01-06add chmod() to set client unix domain socket to group writable regardless of ↵Christian Grothoff
umask
2021-01-06better error handling on configuration failuresChristian Grothoff
2021-01-06use shorter PATHs, /home/grothoff/research/taler/exchange/src/util may be ↵Christian Grothoff
too much for UNIXPATH
2021-01-06use blocking sendto() call to possibly eliminate need for nanosleep()Christian Grothoff
2021-01-05improve loggingChristian Grothoff
2021-01-05schema update in preparation of exchange-auditor database replication logicChristian Grothoff
2021-01-05fix path for testsChristian Grothoff
2021-01-05fix path for testsChristian Grothoff
2021-01-02clean taler-config, needed to build proper dpkgChristian Grothoff
2021-01-01bump protocol versionChristian Grothoff
2021-01-01fix #6666, bump protocol version to 9Christian Grothoff
2020-12-31keep helpers in normal bin/ dirChristian Grothoff
2020-12-31add missing linker options, bonus funChristian Grothoff
2020-12-31add missing linker options, bonus funChristian Grothoff
2020-12-31add missing linker optionsChristian Grothoff
2020-12-31fix bogus assertionChristian Grothoff
2020-12-31proposed fix for #6667Christian Grothoff
2020-12-31more logging for #6667Christian Grothoff