index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mint
/
taler-mint-httpd_responses.h
Age
Commit message (
Expand
)
Author
2015-12-09
towards /deposit/wtid handling (more skeleton work)
Christian Grothoff
2015-09-21
add option -C to force closing of connections
Christian Grothoff
2015-09-19
renaming /withdraw to /reserve (#3968)
Christian Grothoff
2015-08-09
doxygen
Christian Grothoff
2015-07-05
misc bugfixes from tests
Christian Grothoff
2015-06-30
towards implementing #3851: /admin/add/incoming
Christian Grothoff
2015-06-15
fix #3818 and handle coins being melted into multiple sessions
Christian Grothoff
2015-05-16
eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocol
Christian Grothoff
2015-04-11
scaffolding work towards #3712
Christian Grothoff
2015-04-08
indentation and minor updates to reflect latest API docs
Christian Grothoff
2015-03-28
fix use of struct TALER_DepositConfirmationPS
Christian Grothoff
2015-03-28
fixing a few missing renames for structs
Christian Grothoff
2015-03-27
major rename-fest for more constent symbol names
Christian Grothoff
2015-03-22
fix #3638
Christian Grothoff
2015-03-13
slightly better error generation on /refresh/reveal errors
Christian Grothoff
2015-03-10
combining /mint/melt and /mint/commit
Christian Grothoff
2015-03-09
fix use of signature for noreveal index, needs to be tied to session hash
Christian Grothoff
2015-02-08
bringing copyright tags up to FSF standard
Christian Grothoff
2015-01-31
cleaning up /refresh/link logic, in particular separting out response generat...
Christian Grothoff
2015-01-31
starting to clean up /refresh/reveal DB logic
Christian Grothoff
2015-01-29
remove dead mint.h includes
Christian Grothoff
2015-01-29
working on cleaning up /refresh/melt logic
Christian Grothoff
2015-01-29
clean up /withdraw/sign logic
Christian Grothoff
2015-01-29
towards proper implementation of /withdraw/status
Christian Grothoff
2015-01-28
rollback should just return void
Christian Grothoff
2015-01-28
cleaning up some memory management issues in response generation
Christian Grothoff
2015-01-28
avoid using struct Deposit in response
Christian Grothoff
2015-01-28
more cleanup of mint.h
Christian Grothoff
2015-01-28
misc cleanup, moving TALER_MINT_config_load to libtalerutil
Christian Grothoff
2015-01-27
polishing taler-mint-http_withdraw.c logic
Christian Grothoff
2015-01-27
towards making code compile again
Christian Grothoff
2015-01-27
towards making code compile again
Christian Grothoff
2015-01-26
intermediary commit, breaking the build by starting to move towards variable-...
Christian Grothoff
2015-01-21
handle DB connect errors
Christian Grothoff
2015-01-21
move /refresh/reveal response generation to taler-mint-httpd_responses.c
Christian Grothoff
2015-01-20
more work on splitting refresh logic
Christian Grothoff
2015-01-20
starting to refactor refresh code, moving response generation logic to respon...
Christian Grothoff
2015-01-19
more code refactoring to separate parsing, db and response generation nicely
Christian Grothoff
2015-01-19
restructuring more of deposit logic towards desired flow structure
Christian Grothoff
2015-01-16
nicer TALER_MINT_parse_post_json return value handling, fixing return values ...
Christian Grothoff
2015-01-16
adding logic to free buffers allocated for POST processing when connection di...
Christian Grothoff
2015-01-16
starting to separate out response generation API and parsing APIs
Christian Grothoff