0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-05 10:17:30 -05:00
bitcoin-bitcoin-core/src/rpc
fanquake 97aadf98d0
Merge #16117: util: Replace boost sleep with std sleep
fae86c38bc util: Remove unused MilliSleep (MarcoFalke)
fa9af06d91 scripted-diff: Replace MilliSleep with UninterruptibleSleep (MarcoFalke)
fa4620be78 util: Add UnintrruptibleSleep (MarcoFalke)

Pull request description:

  We don't use the interruptible feature of boost's sleep anywhere, so replace it with the sleep in `std::thread`

ACKs for top commit:
  ajtowns:
    ACK fae86c38bc quick code review
  practicalswift:
    ACK fae86c38bc -- patch looks correct
  sipa:
    Concept and code review ACK fae86c38bc
  fanquake:
    ACK fae86c38bc - note that an instance of `DHAVE_WORKING_BOOST_SLEEP_FOR` was missed in the [linter](https://github.com/bitcoin/bitcoin/blob/master/test/lint/extended-lint-cppcheck.sh#L69), but that can be cleaned up later.

Tree-SHA512: 7c0f8eb197664b9f7d9fe6c472c77d384f11c797c913afc31de4b532e3b4fd9ea6dd174f92062ff9d1ec39b25e0900ca7c597435add87f0f2477d9557204848c
2020-03-06 15:41:00 +08: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 Merge #18263: rpc: change setmocktime check to use IsMockableChain 2020-03-05 13:40:06 -05: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