index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge AuxPoW support from Namecore
Ross Nicoll
2019-07-13
1
-1
/
+2
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
refactor: add a function for determining if a block is pruned or not
Karl-Johan Alm
2018-05-30
1
-1
/
+1
*
Remove enum specifier (to avoid re-declare scoped enum as unscoped)
donaloconnor
2018-05-06
1
-2
/
+2
*
[rpc] Public interfaces to GetTransaction block until synced.
Jim Posen
2018-04-25
1
-0
/
+5
*
Merge #12717: [REST] Handle UTXO retrieval when ignoring the mempool
Wladimir J. van der Laan
2018-03-27
1
-18
/
+20
|
\
|
*
[REST] Handle UTXO retrieval when ignoring the mempool
Roman Zeyde
2018-03-25
1
-18
/
+20
*
|
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-27
/
+27
|
\
\
|
|
/
|
/
|
|
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-27
/
+27
*
|
Add LookupBlockIndex function
João Barbosa
2018-03-06
1
-4
/
+4
|
/
*
Remove useless string initialization.
Alin Rus
2018-02-13
1
-1
/
+1
*
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-10
1
-7
/
+7
*
Use the character based overload for std::string::find.
Alin Rus
2018-01-11
1
-2
/
+2
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-14
/
+14
*
Add missing cs_main locks when calling blockToJSON/blockheaderToJSON
practicalswift
2017-11-07
1
-3
/
+10
*
Remove duplicate uriParts.size() > 0 check
practicalswift
2017-10-02
1
-3
/
+1
*
Merge #10845: Remove unreachable code
Wladimir J. van der Laan
2017-09-06
1
-21
/
+0
|
\
|
*
Remove unreachable code
practicalswift
2017-07-16
1
-21
/
+0
*
|
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-4
/
+4
|
/
*
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
1
-1
/
+1
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-3
/
+3
*
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
1
-1
/
+1
*
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
1
-13
/
+7
*
Replace CCoins-based CTxMemPool::pruneSpent with isSpent
Pieter Wuille
2017-06-01
1
-2
/
+1
*
Remove/ignore tx version in utxo and undo
Pieter Wuille
2017-05-26
1
-4
/
+2
*
refactor TxToJSON() and ScriptPubKeyToJSON()
jonnynewbs
2017-04-28
1
-6
/
+3
*
refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit
Wladimir J. van der Laan
2017-03-29
1
-6
/
+4
*
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-27
1
-27
/
+25
*
Avoid boost dynamic_bitset in rest_getutxos
Pieter Wuille
2017-01-12
1
-5
/
+7
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Adapt ZMQ/rest serialization to take rpcserialversion arg
instagibbs
2016-12-05
1
-2
/
+2
*
Switch GetTransaction to returning a CTransactionRef
Pieter Wuille
2016-12-02
1
-2
/
+2
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
1
-1
/
+1
*
[RPC] pass HTTP basic authentication username to the JSONRequest object
Jonas Schnelli
2016-10-19
1
-0
/
+1
*
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
1
-3
/
+3
*
rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST
djpnewton
2016-09-01
1
-7
/
+7
*
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-03-31
1
-0
/
+3
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-1
/
+1
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Fix various typos
paveljanik
2015-12-02
1
-1
/
+1
*
Globals: Explicit Consensus::Params arg for main:
Jorge Timón
2015-10-30
1
-2
/
+3
*
[Univalue] add univalue over subtree
Jonas Schnelli
2015-10-01
1
-1
/
+1
*
Simplify logic of REST request suffix parsing.
Daniel Kraft
2015-09-07
1
-25
/
+32
*
evhttpd implementation
Wladimir J. van der Laan
2015-09-03
1
-132
/
+111
*
Implement REST mempool API, add test and documentation.
Pavel Janík
2015-08-14
1
-0
/
+56
*
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+1
*
[REST] add JSON support for /rest/headers/
Jonas Schnelli
2015-07-05
1
-4
/
+15
[next]