aboutsummaryrefslogtreecommitdiff
path: root/src/rest.cpp
AgeCommit message (Expand)Author
2018-01-11Use the character based overload for std::string::find.Alin Rus
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-07Add missing cs_main locks when calling blockToJSON/blockheaderToJSONpracticalswift
2017-10-02Remove duplicate uriParts.size() > 0 checkpracticalswift
2017-09-06Merge #10845: Remove unreachable codeWladimir J. van der Laan
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-16Remove unreachable codepracticalswift
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-06-01scripted-diff: various renames for per-utxo consistencyPieter Wuille
2017-06-01Switch CCoinsView and chainstate db from per-txid to per-txoutPieter Wuille
2017-06-01Replace CCoins-based CTxMemPool::pruneSpent with isSpentPieter Wuille
2017-05-26Remove/ignore tx version in utxo and undoPieter Wuille
2017-04-28refactor TxToJSON() and ScriptPubKeyToJSON()jonnynewbs
2017-03-29refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicitWladimir J. van der Laan
2017-01-27Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm
2017-01-12Avoid boost dynamic_bitset in rest_getutxosPieter Wuille
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-05Adapt ZMQ/rest serialization to take rpcserialversion arginstagibbs
2016-12-02Switch GetTransaction to returning a CTransactionRefPieter Wuille
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-10-19[RPC] pass HTTP basic authentication username to the JSONRequest objectJonas Schnelli
2016-10-19[RPC] Give RPC commands more information about the RPC requestJonas Schnelli
2016-09-01rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUESTdjpnewton
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-01-21move rpc* to rpc/Daniel Cousens
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-02Fix various typospaveljanik
2015-10-30Globals: Explicit Consensus::Params arg for main:Jorge Timón
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-09-07Simplify logic of REST request suffix parsing.Daniel Kraft
2015-09-03evhttpd implementationWladimir J. van der Laan
2015-08-14Implement REST mempool API, add test and documentation.Pavel Janík
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-07-05[REST] add JSON support for /rest/headers/Jonas Schnelli
2015-07-02Merge pull request #6133Wladimir J. van der Laan
2015-06-23Fix various warningsLuke Dashjr
2015-06-04Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli
2015-06-04remove JSON Spirit UniValue wrapperJonas Schnelli
2015-06-04expicit set UniValue type to avoid empty valuesJonas Schnelli
2015-06-04extend conversion to UniValueJonas Schnelli
2015-05-27[REST] remove json input for getutxos, limit to query max. 15 outpointsJonas Schnelli
2015-05-27rest.cpp: strip whitespaceJonas Schnelli
2015-05-11Merge pull request #6058Wladimir J. van der Laan
2015-05-11appropriate response when trying to get a block in pruned modeJonas Schnelli
2015-04-21[REST] getutxos REST command (based on Bip64)Jonas Schnelli
2015-02-10Merge #5548: [REST] add /rest/chaininfosWladimir J. van der Laan