aboutsummaryrefslogtreecommitdiff
path: root/src/rest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-191-3/+3
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-191-1/+2
* Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm2017-01-271-27/+25
* Avoid boost dynamic_bitset in rest_getutxosPieter Wuille2017-01-121-5/+7
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Adapt ZMQ/rest serialization to take rpcserialversion arginstagibbs2016-12-051-2/+2
* Switch GetTransaction to returning a CTransactionRefPieter Wuille2016-12-021-2/+2
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Get rid of nType and nVersionPieter Wuille2016-11-071-1/+1
* [RPC] pass HTTP basic authentication username to the JSONRequest objectJonas Schnelli2016-10-191-0/+1
* [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-3/+3
* rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUESTdjpnewton2016-09-011-7/+7
* rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-0/+3
* move rpc* to rpc/Daniel Cousens2016-01-211-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Fix various typospaveljanik2015-12-021-1/+1
* Globals: Explicit Consensus::Params arg for main:Jorge Timón2015-10-301-2/+3
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* Simplify logic of REST request suffix parsing.Daniel Kraft2015-09-071-25/+32
* evhttpd implementationWladimir J. van der Laan2015-09-031-132/+111
* Implement REST mempool API, add test and documentation.Pavel Janík2015-08-141-0/+56
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+1
* [REST] add JSON support for /rest/headers/Jonas Schnelli2015-07-051-4/+15
* 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