aboutsummaryrefslogtreecommitdiff
path: root/src/rest.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
| | | | - no code changes
* Properly lock cs_main in rest_blockPieter Wuille2014-11-181-6/+11
|
* HTTP REST: minor fixesJeff Garzik2014-11-181-2/+2
| | | | | | 1) const-ify internal helper ParseHashStr() 2) use HTTPError() helper when returning HTTP_NOT_FOUND
* Add unauthenticated HTTP REST interface to public blockchain data.Jeff Garzik2014-11-111-0/+201