index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
json.c
Age
Commit message (
Collapse
)
Author
2015-11-11
updating code to match simplified specification (#4039)
Christian Grothoff
2015-09-21
nicer logging
Christian Grothoff
2015-07-08
nice error reporting
Christian Grothoff
2015-07-08
nicer error reporting
Christian Grothoff
2015-07-08
-simplify parsing, make code compile without new util API
Christian Grothoff
2015-07-05
misc bugfixes from tests
Christian Grothoff
2015-06-21
implementing /deposit JSON generation
Christian Grothoff
2015-06-20
deduplicate code with util/json.c, do use consistently /time/ encoding
Christian Grothoff
2015-06-20
simplify /keys parser by using json parser interpreter
Christian Grothoff
2015-06-12
doxygen fixes
Christian Grothoff
2015-06-02
-include wallet headers if compiling wallet library
Christian Grothoff
2015-05-17
add functions for conversion from json to rsa public key/signature for ↵
Christian Grothoff
symmetry, testing, etc.
2015-05-17
test json-raw conversion, fix assertion
Christian Grothoff
2015-05-17
test json-time conversion, add support for forever/never time
Christian Grothoff
2015-05-17
adding testcase for json-amount conversions, fixing typos and missing ↵
Christian Grothoff
currency initialization
2015-05-16
organize #include, remove redundant includes
Christian Grothoff
2015-05-16
eliminating ECDSA support from json API (dead)
Christian Grothoff
2015-04-12
fix for #3626: make it easier to add additional validators
Christian Grothoff
2015-04-12
separate out wireformats logic
Christian Grothoff
2015-04-08
indentation and minor updates to reflect latest API docs
Christian Grothoff
2015-03-28
-doxygen fixes
Christian Grothoff
2015-03-27
major rename-fest for more constent symbol names
Christian Grothoff
2015-03-18
fix #3716: make sure amount-API offers proper checks against overflow and ↵
Christian Grothoff
other issues
2015-03-15
moving low-level JSON encoding logic to json.c
Christian Grothoff
2015-03-13
use wire validation routine
Christian Grothoff
2015-03-09
actually include purpose payload in sig
Christian Grothoff
2015-03-09
implementing #3632: generate proof of insufficient funds by converting ↵
Christian Grothoff
transaction history to JSON
2015-02-17
Fix #3624: Check JSON format for wire deposits (SEPA specification)
Sree Harsha Totakura
2015-02-08
bringing copyright tags up to FSF standard
Christian Grothoff
2015-01-28
even cleaner separation of PostGres-specific logic, and nicer libtalerutil ↵
Christian Grothoff
headers
2015-01-28
move PostGres-specific logic out of libtalerutil
Christian Grothoff
2015-01-28
move data_to_string_alloc to GNUnet
Christian Grothoff
2015-01-28
sign /deposit reply so that merchant has proof that mint accepted it
Christian Grothoff
2015-01-19
more code refactoring to separate parsing, db and response generation nicely
Christian Grothoff
2015-01-08
-initial import for mint
Christian Grothoff