aboutsummaryrefslogtreecommitdiff
path: root/src/rest.cpp
AgeCommit message (Expand)Author
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