aboutsummaryrefslogtreecommitdiff
path: root/src/rest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #15159: [RPC] Remove lookup to UTXO set from GetTransactionMarcoFalke2019-01-301-1/+1
|\
| * [RPC] Update getrawtransaction interfaceAmiti Uttarwar2019-01-261-1/+1
* | Merge #14353: REST: add blockhash call, fetch blockhash by heightJonas Schnelli2019-01-221-0/+47
|\ \ | |/ |/|
| * REST: add "blockhashbyheight" call, fetch blockhash by heightJonas Schnelli2019-01-211-0/+47
* | Merge #12151: rpc: Remove cs_main lock from blockToJSON and blockheaderToJSONMarcoFalke2019-01-041-10/+7
|\ \
| * | rpc: Remove cs_main lock from blockToJSON and blockHeaderToJSONJoão Barbosa2018-09-091-10/+7
* | | Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...practicalswift2018-11-051-2/+3
* | | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
| |/ |/|
* | Consolidate redundant implementations of ParseHashStrBen Woosley2018-09-251-9/+0
* | [REST] improve performance for JSON callsAntoine Le Calvez2018-09-231-11/+20
|/
* Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift2018-09-031-1/+1
* Cleanup StartRest()DesWurstes2018-08-111-2/+1
* 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