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_db.c
Age
Commit message (
Expand
)
Author
2015-01-29
update comments
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
update docu
Christian Grothoff
2015-01-28
cleaning up mint_db API
Christian Grothoff
2015-01-28
cleaning up
Christian Grothoff
2015-01-28
generally just include taler_util.h
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
starting to clean up /deposit logic
Christian Grothoff
2015-01-27
cleaning up types used some more: also use a new struct for the transfer key ...
Christian Grothoff
2015-01-27
cleaning up types used
Christian Grothoff
2015-01-27
code now fully compiles again
Christian Grothoff
2015-01-27
mint-httpd_db.c now compiles again
Christian Grothoff
2015-01-27
implementing varsize link data
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
avoid querying DB for refresh session twice
Christian Grothoff
2015-01-21
separate DB logic for /refresh/reveal from parsing logic
Christian Grothoff
2015-01-21
handle DB connect errors
Christian Grothoff
2015-01-21
document TODOs
Christian Grothoff
2015-01-21
separate argument parsing from DB operations for /refresh/link
Christian Grothoff
2015-01-21
properly separate DB logic from parsing logic for /refresh/commit
Christian Grothoff
2015-01-21
properly separate DB logic from parsing logic for /refresh/melt
Christian Grothoff
2015-01-19
more code refactoring to separate parsing, db and response generation nicely
Christian Grothoff
2015-01-19
document TODOs
Christian Grothoff
2015-01-19
restructuring more of deposit logic towards desired flow structure
Christian Grothoff