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
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
2014-11-26
[REST] give an appropriate response in warmup phase
Jonas Schnelli
2014-11-26
[REST] fix headersonly flag for BINARY responses
Jonas Schnelli
2014-11-20
minor style cleanup after HTTP rest interface merge
Philip Kaufmann
2014-11-18
Properly lock cs_main in rest_block
Pieter Wuille
2014-11-18
HTTP REST: minor fixes
Jeff Garzik
2014-11-11
Add unauthenticated HTTP REST interface to public blockchain data.
Jeff Garzik