aboutsummaryrefslogtreecommitdiff
path: root/src/rest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-1/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* refactor: add a function for determining if a block is pruned or notKarl-Johan Alm2018-05-301-1/+1
* Remove enum specifier (to avoid re-declare scoped enum as unscoped)donaloconnor2018-05-061-2/+2
* [rpc] Public interfaces to GetTransaction block until synced.Jim Posen2018-04-251-0/+5
* Merge #12717: [REST] Handle UTXO retrieval when ignoring the mempoolWladimir J. van der Laan2018-03-271-18/+20
|\
| * [REST] Handle UTXO retrieval when ignoring the mempoolRoman Zeyde2018-03-251-18/+20
* | Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-271-27/+27
|\ \ | |/ |/|
| * scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-27/+27
* | Add LookupBlockIndex functionJoão Barbosa2018-03-061-4/+4
|/
* Remove useless string initialization.Alin Rus2018-02-131-1/+1
* scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek2018-02-101-7/+7
* Use the character based overload for std::string::find.Alin Rus2018-01-111-2/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-14/+14
* Add missing cs_main locks when calling blockToJSON/blockheaderToJSONpracticalswift2017-11-071-3/+10
* Remove duplicate uriParts.size() > 0 checkpracticalswift2017-10-021-3/+1
* Merge #10845: Remove unreachable codeWladimir J. van der Laan2017-09-061-21/+0
|\
| * Remove unreachable codepracticalswift2017-07-161-21/+0
* | Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-4/+4
|/
* Fixed multiple typosDimitris Tsapakidis2017-06-221-1/+1
* scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-3/+3
* scripted-diff: various renames for per-utxo consistencyPieter Wuille2017-06-011-1/+1
* Switch CCoinsView and chainstate db from per-txid to per-txoutPieter Wuille2017-06-011-13/+7
* Replace CCoins-based CTxMemPool::pruneSpent with isSpentPieter Wuille2017-06-011-2/+1
* Remove/ignore tx version in utxo and undoPieter Wuille2017-05-261-4/+2
* refactor TxToJSON() and ScriptPubKeyToJSON()jonnynewbs2017-04-281-6/+3
* refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicitWladimir J. van der Laan2017-03-291-6/+4
* 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