index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mint
/
mint_db.h
Age
Commit message (
Expand
)
Author
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-03-09
add withdraw proof to reserve history json
Christian Grothoff
2015-03-09
implementing #3632: generate proof of insufficient funds by converting transa...
Christian Grothoff
2015-03-06
db: Implement reserves_in_insert()
Sree Harsha Totakura
2015-03-06
db: Use a reserve structure
Sree Harsha Totakura
2015-03-06
db: Add DB_reserve_get() to get a summary of the reserve
Sree Harsha Totakura
2015-03-06
Move table creation logic to DB layer. Also support temporary schema creatio...
Sree Harsha Totakura
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
finished first pass over /refresh/reveal logic, simplifying mint_db API by ke...
Christian Grothoff
2015-01-30
working on /refresh/melt operation
Christian Grothoff
2015-01-29
-removing legacy TALER_TALER API, replacing with modern TALER_DB calls
Christian Grothoff
2015-01-29
eliminating obsolete KnownCoin APIs
Christian Grothoff
2015-01-29
remove dead mint.h includes
Christian Grothoff
2015-01-29
logic of execute_refresh_commit is now clean
Christian Grothoff
2015-01-29
working on cleaning up /refresh/melt logic
Christian Grothoff
2015-01-29
annotate with bug report number
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
avoid using struct Deposit in response
Christian Grothoff
2015-01-28
more cleanup of mint.h
Christian Grothoff
2015-01-28
more restructuring
Christian Grothoff
2015-01-27
starting to clean up /deposit logic
Christian Grothoff
2015-01-27
implementing varsize link data
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
properly separate DB logic from parsing logic for /refresh/commit
Christian Grothoff
2015-01-20
towards separating out DB operations during refresh
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-09
moving structs relevant for signatures into taler_signatures.h, splitting of ...
Christian Grothoff
2015-01-08
-initial import for mint
Christian Grothoff