index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rest.cpp
Age
Commit message (
Expand
)
Author
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
Replace CCoins-based CTxMemPool::pruneSpent with isSpent
Pieter Wuille
2017-05-26
Remove/ignore tx version in utxo and undo
Pieter Wuille
2017-04-28
refactor TxToJSON() and ScriptPubKeyToJSON()
jonnynewbs
2017-03-29
refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit
Wladimir J. van der Laan
2017-01-27
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-12
Avoid boost dynamic_bitset in rest_getutxos
Pieter Wuille
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-05
Adapt ZMQ/rest serialization to take rpcserialversion arg
instagibbs
2016-12-02
Switch GetTransaction to returning a CTransactionRef
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-10-19
[RPC] pass HTTP basic authentication username to the JSONRequest object
Jonas Schnelli
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-09-01
rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST
djpnewton
2016-03-31
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-01-21
move rpc* to rpc/
Daniel Cousens
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-02
Fix various typos
paveljanik
2015-10-30
Globals: Explicit Consensus::Params arg for main:
Jorge Timón
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-09-07
Simplify logic of REST request suffix parsing.
Daniel Kraft
2015-09-03
evhttpd implementation
Wladimir J. van der Laan
2015-08-14
Implement REST mempool API, add test and documentation.
Pavel Janík
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-07-05
[REST] add JSON support for /rest/headers/
Jonas Schnelli
2015-07-02
Merge pull request #6133
Wladimir J. van der Laan
2015-06-23
Fix various warnings
Luke Dashjr
2015-06-04
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
expicit set UniValue type to avoid empty values
Jonas Schnelli
2015-06-04
extend conversion to UniValue
Jonas Schnelli
2015-05-27
[REST] remove json input for getutxos, limit to query max. 15 outpoints
Jonas Schnelli
2015-05-27
rest.cpp: strip whitespace
Jonas Schnelli
2015-05-11
Merge pull request #6058
Wladimir J. van der Laan
2015-05-11
appropriate response when trying to get a block in pruned mode
Jonas Schnelli
2015-04-21
[REST] getutxos REST command (based on Bip64)
Jonas Schnelli
2015-02-10
Merge #5548: [REST] add /rest/chaininfos
Wladimir J. van der Laan
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2014-12-29
[REST] add /rest/chaininfos
Jonas Schnelli
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Make pass-by-ref arguments const.
Daniel Kraft
2014-12-12
Add /rest/headers
Pieter Wuille
2014-12-09
[REST] /rest/block response with full tx details
Jonas Schnelli
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-11-27
[REST] make selection of output-format mandatory, support dot url syntax
Jonas Schnelli
[next]