index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bank-lib
/
fakebank.c
Age
Commit message (
Expand
)
Author
2018-12-14
/history API semantics extended.
Marcello Stanisci
2018-08-19
increase listen backlog for fakebank
Florian Dold
2018-08-19
make fakebank use epoll() on platforms where it is available
Christian Grothoff
2018-06-12
From payto:// to base url.
Marcello Stanisci
2018-01-30
use url instead of uri consistently
Florian Dold
2018-01-16
fix fakebank memory leak
Christian Grothoff
2017-12-22
redefining/adding bank error codes
Marcello Stanisci
2017-12-13
respect /reject API: credit_account -> account_number
Marcello Stanisci
2017-12-12
use dual stack for fakebank
Christian Grothoff
2017-12-10
better diagnostics from fakebank
Christian Grothoff
2017-12-10
add testcase for #5077 (passes), start to reduce use of exchange's admin/add/...
Christian Grothoff
2017-12-08
use row_id instead of serial_id everywhere
Florian Dold
2017-12-06
largely fix #5077
Christian Grothoff
2017-06-11
automated refunds of expired reserves now work and tested, fixes #4956
Christian Grothoff
2017-06-11
tolerate empty transaction list when returning history
Christian Grothoff
2017-06-11
fix doxygen
Christian Grothoff
2017-06-11
modify fakebank API to allow arbitrary subjects, not just well-fromed WTIDs
Christian Grothoff
2017-06-04
fix memory leaks (#5050)
Christian Grothoff
2017-06-04
fixing misc doxygen issues
Christian Grothoff
2017-05-16
start_row is actually start in the spec, fix naming
Christian Grothoff
2017-05-16
handle base32-wire transfer subject being followed by space+exchange base url...
Christian Grothoff
2017-05-16
fix port numbers, no longer 8081 but on 8080; and box json array /history res...
Christian Grothoff
2017-05-10
revert last change
Marcello Stanisci
2017-05-10
serial_id -> row_id in returned json
Marcello Stanisci
2017-05-09
fix possible NULL deref, simplify logic
Christian Grothoff
2017-05-07
implement fakebank support (incl. tests) for #5005/#4964/4959
Christian Grothoff
2017-05-04
start to add /history testing support to tests, fix some minor issues
Christian Grothoff
2017-05-04
add /history support to fakebank
Christian Grothoff
2017-05-04
switch bank api to new authentication method API
Christian Grothoff
2017-05-04
fix typo
Christian Grothoff
2017-05-04
implement #4993
Christian Grothoff
2017-04-20
fix misc doxygen issues
Christian Grothoff
2017-03-02
implementing #4921: add base URL to wire transfers
Christian Grothoff
2016-07-07
fixing #4594
Marcello Stanisci
2016-06-11
fix leaks
Christian Grothoff
2016-06-08
turn libfakebank into libtalerfakebank so we can use it for testcases in the ...
Christian Grothoff
2016-04-17
move fake bank implementation to new library to re-use the code in upcoming t...
Christian Grothoff