elements/src/rpc
Anthony Towns d0ebd93270 scheduler: switch from boost to std
Changes from boost::chrono to std::chrono, boost::condition_var to
std::condition_var, boost::mutex to sync.h Mutex, and reverselock.h to
sync.h REVERSE_LOCK. Also adds threadsafety annotations to CScheduler
members.
2020-03-06 23:14:08 +10:00
..
blockchain.cpp Merge #17809: rpc: Auto-format RPCResult 2020-03-04 08:16:57 -05:00
blockchain.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
client.cpp [rpc] expose ability to mock scheduler via the rpc 2020-02-17 14:49:34 -08:00
client.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
mining.cpp Merge #17809: rpc: Auto-format RPCResult 2020-03-04 08:16:57 -05:00
misc.cpp scheduler: switch from boost to std 2020-03-06 23:14:08 +10:00
net.cpp Merge #18260: refactor: Fix implicit value conversion in formatPingTime 2020-03-05 13:50:10 -05:00
protocol.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
rawtransaction.cpp rpc: Auto-format RPCResult 2020-02-25 22:35:58 +07:00
rawtransaction_util.cpp Accumulate result UniValue in SignTransaction 2019-11-18 15:28:15 -05:00
rawtransaction_util.h Fix doxygen errors 2020-01-16 18:25:11 -08:00
register.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
request.cpp rpc: migrate JSONRPCRequest functionality into request.cpp 2019-07-05 11:22:02 +09:00
request.h rpc: migrate JSONRPCRequest functionality into request.cpp 2019-07-05 11:22:02 +09:00
server.cpp Merge #16117: util: Replace boost sleep with std sleep 2020-03-06 15:41:00 +08:00
server.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
util.cpp rpc: Auto-format RPCResult 2020-02-25 22:35:58 +07:00
util.h rpc: Auto-format RPCResult 2020-02-25 22:35:58 +07:00