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.c
Age
Commit message (
Collapse
)
Author
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-05-01
minor bugfixes
Christian Grothoff
2015-04-13
distinguish active/old denomination keys (#3634)
Christian Grothoff
2015-04-12
finished with #3712: documentation update
Christian Grothoff
2015-04-11
implementing JSON logic to generate full error on /refresh/reveal (#3712)
Christian Grothoff
2015-04-11
scaffolding work towards #3712
Christian Grothoff
2015-04-09
indenting and minor improvements to refresh operations to make them match ↵
Christian Grothoff
API spec
2015-04-08
-typo
Christian Grothoff
2015-04-08
indentation and minor updates to reflect latest API docs
Christian Grothoff
2015-03-28
fix use of struct TALER_RefreshMeltCoinAffirmationPS
Christian Grothoff
2015-03-28
fix use of struct TALER_DepositConfirmationPS
Christian Grothoff
2015-03-28
fix use of struct TALER_DepositRequestPS (unfinished)
Christian Grothoff
2015-03-28
fix use of struct TALER_WithdrawRequestPS
Christian Grothoff
2015-03-28
-doxygen fixes
Christian Grothoff
2015-03-28
fixing a few missing renames for structs
Christian Grothoff
2015-03-28
minor renaming of signature values and improved documentation of signatures, ↵
Christian Grothoff
also adding a few missing fields to signatures to address #3631
2015-03-28
more rename-fest work
Christian Grothoff
2015-03-27
major rename-fest for more constent symbol names
Christian Grothoff
2015-03-24
Merge branch 'master' of git.taler.net:/var/git/mint
Christian Grothoff
2015-03-24
space
Christian Grothoff
2015-03-24
address #3708: melt_hash => session_hash, use session_hash for DB access, ↵
Christian Grothoff
not session_pub
2015-03-22
fix #3638
Christian Grothoff
2015-03-22
include fees in amounts being signed, check available balance on refresh
Christian Grothoff
2015-03-18
fix #3716: make sure amount-API offers proper checks against overflow and ↵
Christian Grothoff
other issues
2015-03-15
simplify json construction code
Christian Grothoff
2015-03-15
moving low-level JSON encoding logic to json.c
Christian Grothoff
2015-03-13
slightly better error generation on /refresh/reveal errors
Christian Grothoff
2015-03-10
clean up refresh logic and use of signatures
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-03-09
actually include purpose payload in sig
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 ↵
Christian Grothoff
transaction history to JSON
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 ↵
Christian Grothoff
generation logic
2015-01-31
starting to clean up /refresh/reveal DB logic
Christian Grothoff
2015-01-30
TALER_MINT_keys_sign returns void, thus no need to check rvalue
Christian Grothoff
2015-01-30
fix missing test, wrong type
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
annotate with bug report number
Christian Grothoff
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
cleaning up
Christian Grothoff
2015-01-28
simplify logic, remove dead call
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
[next]