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_parsing.h
Age
Commit message (
Collapse
)
Author
2016-03-01
renaming mint->exchange
Christian Grothoff
2015-07-11
fixing #3876 (no semantic change, just stylistic changes)
Christian Grothoff
2015-07-08
nicer error reporting
Christian Grothoff
2015-07-05
misc bugfixes from tests
Christian Grothoff
2015-07-05
add cov for mint build
Christian Grothoff
2015-07-05
-doxygen fixes
Christian Grothoff
2015-07-05
fixing RC counting and a comma
Christian Grothoff
2015-07-04
fix misc small bugs
Christian Grothoff
2015-06-30
towards implementing #3851: /admin/add/incoming
Christian Grothoff
2015-04-11
more complete documentation
Christian Grothoff
2015-04-11
implement #3471
Christian Grothoff
2015-03-29
switching /withdraw/sign from GET to POST
Christian Grothoff
2015-03-28
fix use of struct TALER_DepositRequestPS (unfinished)
Christian Grothoff
2015-03-28
more doxygen fixes
Christian Grothoff
2015-03-28
-doxygen fixes
Christian Grothoff
2015-03-27
major rename-fest for more constent symbol names
Christian Grothoff
2015-03-22
fix #3636, and add amount parsing functionality to spec-parser
Christian Grothoff
2015-02-08
bringing copyright tags up to FSF standard
Christian Grothoff
2015-01-29
finish cleanup of /refresh/melt parsing
Christian Grothoff
2015-01-29
make TALER_MINT_parse_json_data more expressive, add RSA types as well
Christian Grothoff
2015-01-29
make TALER_MINT_parse_json_data more expressive
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
polishing taler-mint-http_withdraw.c logic
Christian Grothoff
2015-01-26
intermediary commit, breaking the build by starting to move towards ↵
Christian Grothoff
variable-size GNUnet signatures instead of fixed-size signatures; much broken now
2015-01-19
restructuring more of deposit logic towards desired flow structure
Christian Grothoff
2015-01-16
remarks on deposit issues
Christian Grothoff
2015-01-16
clean up (and rename) request_json_require_nav to properly report parsing errors
Christian Grothoff
2015-01-16
nicer TALER_MINT_parse_post_json return value handling, fixing return values ↵
Christian Grothoff
where GNUNET_SYSERR is used instead of MHD_NO, marking cases where we should return a proper error message
2015-01-16
adding logic to free buffers allocated for POST processing when connection ↵
Christian Grothoff
dies without completion
2015-01-16
starting to separate out response generation API and parsing APIs
Christian Grothoff