aboutsummaryrefslogtreecommitdiff
path: root/src/rest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #6133Wladimir J. van der Laan2015-07-021-1/+1
|\
| * Fix various warningsLuke Dashjr2015-06-231-1/+1
* | Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli2015-06-041-3/+4
* | remove JSON Spirit UniValue wrapperJonas Schnelli2015-06-041-3/+3
* | expicit set UniValue type to avoid empty valuesJonas Schnelli2015-06-041-6/+6
* | extend conversion to UniValueJonas Schnelli2015-06-041-5/+4
|/
* [REST] remove json input for getutxos, limit to query max. 15 outpointsJonas Schnelli2015-05-271-34/+50
* rest.cpp: strip whitespaceJonas Schnelli2015-05-271-5/+5
* Merge pull request #6058Wladimir J. van der Laan2015-05-111-0/+3
|\
| * appropriate response when trying to get a block in pruned modeJonas Schnelli2015-05-111-0/+3
* | [REST] getutxos REST command (based on Bip64)Jonas Schnelli2015-04-211-17/+227
|/
* Merge #5548: [REST] add /rest/chaininfosWladimir J. van der Laan2015-02-101-3/+30
|\
| * [REST] add /rest/chaininfosJonas Schnelli2014-12-291-3/+30
* | Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-1/+1
|/
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Make pass-by-ref arguments const.Daniel Kraft2014-12-161-15/+15
* Add /rest/headersPieter Wuille2014-12-121-0/+64
* [REST] /rest/block response with full tx detailsJonas Schnelli2014-12-091-4/+22
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-2/+2
* [REST] make selection of output-format mandatory, support dot url syntaxJonas Schnelli2014-11-271-32/+57
* [REST] give an appropriate response in warmup phaseJonas Schnelli2014-11-261-0/+4
* [REST] fix headersonly flag for BINARY responsesJonas Schnelli2014-11-261-2/+2
* minor style cleanup after HTTP rest interface mergePhilip Kaufmann2014-11-201-9/+9
* Properly lock cs_main in rest_blockPieter Wuille2014-11-181-6/+11
* HTTP REST: minor fixesJeff Garzik2014-11-181-2/+2
* Add unauthenticated HTTP REST interface to public blockchain data.Jeff Garzik2014-11-111-0/+201