summaryrefslogtreecommitdiff
path: root/src/util/json.c
AgeCommit message (Expand)Author
2016-03-19first refactoring of JSON logic to address #4150 and #4237Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-11-11updating code to match simplified specification (#4039)Christian Grothoff
2015-09-21nicer loggingChristian Grothoff
2015-07-08nice error reportingChristian Grothoff
2015-07-08nicer error reportingChristian Grothoff
2015-07-08-simplify parsing, make code compile without new util APIChristian Grothoff
2015-07-05misc bugfixes from testsChristian Grothoff
2015-06-21implementing /deposit JSON generationChristian Grothoff
2015-06-20deduplicate code with util/json.c, do use consistently /time/ encodingChristian Grothoff
2015-06-20simplify /keys parser by using json parser interpreterChristian Grothoff
2015-06-12doxygen fixesChristian Grothoff
2015-06-02-include wallet headers if compiling wallet libraryChristian Grothoff
2015-05-17add functions for conversion from json to rsa public key/signature for symmet...Christian Grothoff
2015-05-17test json-raw conversion, fix assertionChristian Grothoff
2015-05-17test json-time conversion, add support for forever/never timeChristian Grothoff
2015-05-17adding testcase for json-amount conversions, fixing typos and missing currenc...Christian Grothoff
2015-05-16organize #include, remove redundant includesChristian Grothoff
2015-05-16eliminating ECDSA support from json API (dead)Christian Grothoff
2015-04-12fix for #3626: make it easier to add additional validatorsChristian Grothoff
2015-04-12separate out wireformats logicChristian Grothoff
2015-04-08indentation and minor updates to reflect latest API docsChristian Grothoff
2015-03-28-doxygen fixesChristian Grothoff
2015-03-27major rename-fest for more constent symbol namesChristian Grothoff
2015-03-18fix #3716: make sure amount-API offers proper checks against overflow and oth...Christian Grothoff
2015-03-15moving low-level JSON encoding logic to json.cChristian Grothoff
2015-03-13use wire validation routineChristian Grothoff
2015-03-09actually include purpose payload in sigChristian Grothoff
2015-03-09implementing #3632: generate proof of insufficient funds by converting transa...Christian Grothoff
2015-02-17Fix #3624: Check JSON format for wire deposits (SEPA specification)Sree Harsha Totakura
2015-02-08bringing copyright tags up to FSF standardChristian Grothoff
2015-01-28even cleaner separation of PostGres-specific logic, and nicer libtalerutil he...Christian Grothoff
2015-01-28move PostGres-specific logic out of libtalerutilChristian Grothoff
2015-01-28move data_to_string_alloc to GNUnetChristian Grothoff
2015-01-28sign /deposit reply so that merchant has proof that mint accepted itChristian Grothoff
2015-01-19more code refactoring to separate parsing, db and response generation nicelyChristian Grothoff
2015-01-08-initial import for mintChristian Grothoff