index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testing
/
testing_api_cmd_refresh.c
Age
Commit message (
Expand
)
Author
2023-07-10
fix memory leaks reported by valgrind
Özgür Kesim
2023-07-10
added expected HTTP-code to logger
Özgür Kesim
2023-07-04
more exchange API refactoring
Christian Grothoff
2023-06-25
next round of exchange API atomization
Christian Grothoff
2023-06-22
-more exchange API atomization
Christian Grothoff
2023-06-07
major libtalertesting API refactoring, including no longer having taler-speci...
Christian Grothoff
2023-05-10
fix more VLAs
Christian Grothoff
2023-05-01
breaking protocol changes towards fixing #7810 (incomplete, taler-exchange-of...
Christian Grothoff
2022-07-05
-add safety checks against cmd type confusion
Christian Grothoff
2022-06-26
-fix misc doxygen warnings, code clean up
Christian Grothoff
2022-03-02
-refactor TALER_AgeMask.mask -> TALER_AgeMask.bits
Özgür Kesim
2022-03-01
Refactoring TALER_AgeCommitment
Özgür Kesim
2022-02-23
-make age commiment structs const in traits
Özgür Kesim
2022-02-22
[age restriction] progress 16/n - refresh/reveal/link tests
Özgür Kesim
2022-02-18
-minor merge conflict resolves
Özgür Kesim
2022-02-18
[age restriction] progress 15/n - melt/refresh/reveal and recoup
Özgür Kesim
2022-02-17
-fix CS nonce reuse check logic
Christian Grothoff
2022-02-16
[age restriction] progress 14/n - withdraw and deposit
Özgür Kesim
2022-02-13
-remove redundancies in the refresh-melt computation and fix uninitialized bk...
Christian Grothoff
2022-02-12
-refactor melt API, add FIXME for discovered bug
Christian Grothoff
2022-02-12
-clean up refresh reveal API
Christian Grothoff
2022-02-12
-modify link API to return 'ps' so that linked coins can be refreshed
Christian Grothoff
2022-02-11
-get tests to pass
Christian Grothoff
2022-02-10
-get recoup/refresh to pass
Christian Grothoff
2022-02-08
-more test fixes
Christian Grothoff
2022-02-08
fix refresh/link tests
Christian Grothoff
2022-02-08
-get melt and refresh-reveal to pass again
Christian Grothoff
2022-02-07
got testing_api_cmd_refresh to compile
Christian Grothoff
2022-02-04
messing with CS/RSA fixes
Christian Grothoff
2022-02-04
implement CS key handling and csr endpoint
Lucien Heuzeveldt
2021-12-25
protocol v12 changes (/recoup split, signature changes) plus database shardin...
Christian Grothoff
2021-11-19
-fix leaks and compiler warnings
Christian Grothoff
2021-11-05
-fixes
Christian Grothoff
2021-11-01
bugfix!
Christian Grothoff
2021-10-27
-work on testing FTBFS
Christian Grothoff
2020-11-07
adjust ECs
Christian Grothoff
2020-07-05
GNUNET_free_non_null is gone, use GNUNET_free
Christian Grothoff
2020-04-08
fix #6170 and rest of #6164
Christian Grothoff
2020-04-05
make exchange API more uniform in how information is returned
Christian Grothoff
2020-03-28
fix leaks and bad RC logic wrt json reference copying
Christian Grothoff
2020-03-20
more statistics, make explicit table lock optional, can hurt performance badly
Christian Grothoff
2020-03-20
improving benchmarking logic, including more timings
Christian Grothoff
2020-03-19
concurrency requires strtok_r
Christian Grothoff
2020-02-29
big rename fest related to #6067 API renaming
Christian Grothoff
2020-01-19
move testing logic and integration tests into separate directory
Florian Dold