index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
exchange-lib
/
exchange_api_reserve.c
Age
Commit message (
Expand
)
Author
2018-01-16
fix fakebank memory leak
Christian Grothoff
2018-01-15
add timestamp for /reserve/status deposit events
Christian Grothoff
2017-10-31
fix stupid ordering issue after refactoring
Christian Grothoff
2017-10-31
add TALER_EXCHANGE_reserve_withdraw2 function for easy withdrawal of tips
Christian Grothoff
2017-10-31
major API refactoring, adding planchet generation and coin extraction APIs to...
Christian Grothoff
2017-10-06
doh, do not try to clean up after allocation failure
Christian Grothoff
2017-10-06
better logging if IBAN validation fails, also avoid potentially unbounded sta...
Christian Grothoff
2017-10-06
check return value from TALER_amount_get_zero
Christian Grothoff
2017-10-06
check return value from TALER_JSON_hash
Christian Grothoff
2017-06-05
fix indentation
Christian Grothoff
2017-06-04
fix memory leaks (#5050)
Christian Grothoff
2017-05-08
remove dead transfer details field from reserves_in (API, exchangedb, etc.)
Christian Grothoff
2017-05-08
updates to distinguish clearly between wtid and json transfer details
Christian Grothoff
2017-05-07
check json_pack return value, just to be nice
Christian Grothoff
2017-04-20
finished implementing #4956 in principle, but not yet tested
Christian Grothoff
2017-04-20
fix misc doxygen issues
Christian Grothoff
2017-04-19
implementing #4956-support in libtalerexchange
Christian Grothoff
2017-04-18
fixing #4980
Christian Grothoff
2017-04-10
also test reserve history after payback
Christian Grothoff
2017-04-03
implement #3887-handling in exchange-lib
Christian Grothoff
2017-04-03
mark TODOs for #3887 in exchange-lib
Christian Grothoff
2016-10-20
rename and move TALER_EXCHANGE_json_get_error_code to TALER_JSON_get_error_code
Christian Grothoff
2016-10-20
remove redundant exchange_api_common.h header
Christian Grothoff
2016-10-20
return taler-specific error codes from C API as well
Christian Grothoff
2016-10-18
implement #4497/#4705 -- addition of unique numeric error codes -- for the se...
Christian Grothoff
2016-07-07
fixing #4594
Marcello Stanisci
2016-06-11
fix memory leaks
Christian Grothoff
2016-06-09
make code build against revised GNUnet blind signing API
Christian Grothoff
2016-05-30
adding --pool-size option to benchmark,
Marcello Stanisci
2016-05-26
fix #4533 for exchange (breaks interaction with bank for /admin/add/incoming)
Christian Grothoff
2016-05-24
fix #4483
Christian Grothoff
2016-05-21
make use of GNUNET_JSON_from_data_auto where possible
Christian Grothoff
2016-05-04
fix fmt string issues
Christian Grothoff
2016-04-17
replace exchange_api_context with libgnunetcurl
Christian Grothoff
2016-03-21
rename to match GNUnet symbol change
Christian Grothoff
2016-03-19
remove duplicated JSON parsing code from exchange-lib (#4150)
Christian Grothoff
2016-03-19
first refactoring of JSON logic to address #4150 and #4237
Christian Grothoff
2016-03-01
renaming mint->exchange
Christian Grothoff