64 Commits (master)

Author SHA1 Message Date
Alin Rus a73aab7cd8 Use the character based overload for std::string::find. 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
practicalswift a9b6ba0b7c Add missing cs_main locks when calling blockToJSON/blockheaderToJSON 7 years ago
practicalswift b5fb33943f Remove duplicate uriParts.size() > 0 check 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
practicalswift 41bf1598f1 Remove unreachable code 7 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 7 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 7 years ago
Pieter Wuille 13870b56fc Replace CCoins-based CTxMemPool::pruneSpent with isSpent 7 years ago
Pieter Wuille d342424301 Remove/ignore tx version in utxo and undo 7 years ago
jonnynewbs 0ff9320bf5 refactor TxToJSON() and ScriptPubKeyToJSON() 7 years ago
Wladimir J. van der Laan f885b67029 refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit 7 years ago
Karl-Johan Alm b7b48c8bbd Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
Pieter Wuille 82e8baab3c Avoid boost dynamic_bitset in rest_getutxos 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
instagibbs 412bab22b2 Adapt ZMQ/rest serialization to take rpcserialversion arg 8 years ago
Pieter Wuille a1883536b4 Switch GetTransaction to returning a CTransactionRef 8 years ago
Matt Corallo 76faa3cdfe Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
Pieter Wuille 528472111b Get rid of nType and nVersion 8 years ago
Jonas Schnelli e7156ad61b
[RPC] pass HTTP basic authentication username to the JSONRequest object 8 years ago
Jonas Schnelli 69d1c25768
[RPC] Give RPC commands more information about the RPC request 8 years ago
djpnewton f012a857f5 rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST 8 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 8 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
paveljanik 8a03727d9c Fix various typos 9 years ago
Jorge Timón 87cbdb8b41 Globals: Explicit Consensus::Params arg for main: 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
Daniel Kraft 9cdc3353c5 Simplify logic of REST request suffix parsing. 9 years ago
Wladimir J. van der Laan 40b556d374 evhttpd implementation 9 years ago
Pavel Janík 70180b2e57 Implement REST mempool API, add test and documentation. 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Jonas Schnelli c45c7ea0fa [REST] add JSON support for /rest/headers/ 9 years ago
Luke Dashjr e617fe2578 Fix various warnings 9 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 6c7bee0624 expicit set UniValue type to avoid empty values 9 years ago
Jonas Schnelli 53b4671a9d extend conversion to UniValue 9 years ago
Jonas Schnelli 6e71efa9f0 [REST] remove json input for getutxos, limit to query max. 15 outpoints 9 years ago
Jonas Schnelli 64b8027c5c rest.cpp: strip whitespace 9 years ago
Jonas Schnelli 03c56872b5 appropriate response when trying to get a block in pruned mode 9 years ago
Jonas Schnelli 97ee866549 [REST] getutxos REST command (based on Bip64) 9 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
Jonas Schnelli 59582c8b8d [REST] add /rest/chaininfos 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago