aboutsummaryrefslogtreecommitdiff
path: root/src/rest.cpp
AgeCommit message (Expand)Author
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-01-21move rpc* to rpc/Daniel Cousens
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-02Fix various typospaveljanik
2015-10-30Globals: Explicit Consensus::Params arg for main:Jorge Timón
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-09-07Simplify logic of REST request suffix parsing.Daniel Kraft
2015-09-03evhttpd implementationWladimir J. van der Laan
2015-08-14Implement REST mempool API, add test and documentation.Pavel Janík
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-07-05[REST] add JSON support for /rest/headers/Jonas Schnelli
2015-07-02Merge pull request #6133Wladimir J. van der Laan
2015-06-23Fix various warningsLuke Dashjr
2015-06-04Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli
2015-06-04remove JSON Spirit UniValue wrapperJonas Schnelli
2015-06-04expicit set UniValue type to avoid empty valuesJonas Schnelli
2015-06-04extend conversion to UniValueJonas Schnelli
2015-05-27[REST] remove json input for getutxos, limit to query max. 15 outpointsJonas Schnelli
2015-05-27rest.cpp: strip whitespaceJonas Schnelli
2015-05-11Merge pull request #6058Wladimir J. van der Laan
2015-05-11appropriate response when trying to get a block in pruned modeJonas Schnelli
2015-04-21[REST] getutxos REST command (based on Bip64)Jonas Schnelli
2015-02-10Merge #5548: [REST] add /rest/chaininfosWladimir J. van der Laan
2015-01-05Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan
2014-12-29[REST] add /rest/chaininfosJonas Schnelli
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Make pass-by-ref arguments const.Daniel Kraft
2014-12-12Add /rest/headersPieter Wuille
2014-12-09[REST] /rest/block response with full tx detailsJonas Schnelli
2014-12-03MOVEONLY: core/ -> primitives/Luke Dashjr
2014-11-27[REST] make selection of output-format mandatory, support dot url syntaxJonas Schnelli
2014-11-26[REST] give an appropriate response in warmup phaseJonas Schnelli
2014-11-26[REST] fix headersonly flag for BINARY responsesJonas Schnelli
2014-11-20minor style cleanup after HTTP rest interface mergePhilip Kaufmann
2014-11-18Properly lock cs_main in rest_blockPieter Wuille
2014-11-18HTTP REST: minor fixesJeff Garzik
2014-11-11Add unauthenticated HTTP REST interface to public blockchain data.Jeff Garzik