Kevacoin source tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Wladimir J. van der Laan 8c28670e92
Merge #9902: Lightweight abstraction of boost::filesystem
8 years ago
..
blockchain.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
blockchain.h refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit 8 years ago
client.cpp rpc: Rename first named arg of createrawtransaction 8 years ago
client.h rpc: Named argument support for bitcoin-cli 8 years ago
mining.cpp Add braces to submitblock per current style. 8 years ago
misc.cpp refactor: Move GetDifficulty out of `rpc/server.h` 8 years ago
net.cpp Merge #9853: Fix error codes from various RPCs 8 years ago
protocol.cpp Replace uses of boost::filesystem with fs 8 years ago
protocol.h Replace uses of boost::filesystem with fs 8 years ago
rawtransaction.cpp rpc: Rename first named arg of createrawtransaction 8 years ago
register.h Do not shadow global RPC table variable (tableRPC) 8 years ago
server.cpp Replace includes of boost/filesystem.h with fs.h 8 years ago
server.h refactor: Move RPCNotifyBlockChange out of `rpc/server.h` 8 years ago