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
/
rpc
/
protocol.cpp
Age
Commit message (
Expand
)
Author
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-26
Move boost/std fstream to fsbridge
Chun Kuan Lee
2018-09-11
utils: Convert fs error messages from multibyte to utf-8
Chun Kuan Lee
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-02-10
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-05
Add AbsPathForConfigVal to consolidate datadir prefixing for path args
James O'Beirne
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-27
rpc: Handle `getinfo` locally in bitcoin-cli w/ `-getinfo`
Wladimir J. van der Laan
2017-08-25
rpc: Write authcookie atomically
Wladimir J. van der Laan
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-03-08
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-10-19
rpc: Change JSONRPCRequest to JSONRPCRequestObj
Wladimir J. van der Laan
2016-10-01
rpc: Generate auth cookie in hex instead of base64
Wladimir J. van der Laan
2016-01-21
move rpc* to rpc/
Daniel Cousens