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
/
server.h
Age
Commit message (
Expand
)
Author
2018-09-13
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-01
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-03-25
Add username and ip logging for RPC method requests
Gabriel Davidian
2018-03-22
Fix missing or inconsistent include guards
practicalswift
2018-03-15
Document RPC method aliasing
Russell Yanofsky
2018-03-07
[rpc] createrawtransaction: Accept sorted outputs
MarcoFalke
2018-02-22
rpc: Allow typeAny in RPCTypeCheck
MarcoFalke
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-03
Fix uninitialized URI in batch RPC requests
Russell Yanofsky
2017-09-26
[rpc] Deprecate estimatefee RPC
John Newbery
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-07
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
2017-06-04
Perform member initialization in initialization lists where possible
practicalswift
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-03-27
refactor: Move RPCNotifyBlockChange out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-27
refactor: Move GetDifficulty out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-19
Fix parameter naming inconsistencies between .h and .cpp files
practicalswift
2017-03-17
Remove unused code
practicalswift
2017-02-27
Move wallet RPC declarations to rpcwallet.h
Luke Dashjr
2017-02-27
RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method
Luke Dashjr
2017-02-27
Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...
Luke Dashjr
2017-02-27
RPC: Do all wallet access through new GetWalletForJSONRPCRequest
Luke Dashjr
2017-02-27
RPC/Wallet: Pass CWallet as pointer to helper functions
Luke Dashjr
2017-01-19
[wallet] Add include_unsafe argument to listunspent RPC
Russell Yanofsky
2017-01-05
rpc: Support named arguments
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-05
Add option to return non-segwit serialization via rpc
Gregory Sanders
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-07
add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests
Cory Fields
2016-06-07
[rpc] fundrawtransaction feeRate: Use BTC/kB
MarcoFalke
2016-04-15
Add strict flag to RPCTypeCheckObj
João Barbosa
2016-03-31
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-03-21
Create generatetoaddress rpc
Andrew C
2016-03-14
Merge #7507: Remove internal miner
Wladimir J. van der Laan
2016-03-12
Add autocomplete to bitcoin-qt's console window.
Luv Khemani
2016-02-10
Remove internal miner
Leviathn
2016-01-21
rpc: update inline comments to refer to new file paths
Daniel Cousens
2016-01-21
move rpc* to rpc/
Daniel Cousens