aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Reformat excessively long if condition into multiple linesMarcoFalke2020-06-041-2/+5
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19096: Remove g_rpc_chain globalMarcoFalke2020-06-057-28/+90
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove g_rpc_chain globalRussell Yanofsky2020-05-287-20/+81
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: replace RegisterWalletRPCCommands with GetWalletRPCCommandsRussell Yanofsky2020-05-283-9/+10
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19132: qt: lock cs_main, m_cached_tip_mutex in that orderJonas Schnelli2020-06-051-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: lock cs_main, m_cached_tip_mutex in that orderVasil Dimov2020-06-011-1/+15
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #15202: gui: Add Close All Wallets actionJonas Schnelli2020-06-054-1/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | gui: Add Close All Wallets actionJoão Barbosa2020-06-012-1/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | gui: Add closeAllWallets to WalletControllerJoão Barbosa2020-06-012-0/+18
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18758: Remove unused boost/threadfanquake2020-06-057-14/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Specify boost/thread/thread.hpp explicitlyHennadii Stepanov2020-06-045-7/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | txdb: Remove unused boost/threadMarcoFalke2020-06-041-4/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | txindex: Remove unused boost/threadMarcoFalke2020-06-041-3/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19053: refactor: replace CNode pointers by references within net_proce...MarcoFalke2020-06-043-334/+334
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: replace CNode pointers by references within net_processing.{h,cpp}Sebastian Falbesoner2020-06-023-334/+334
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19112: rpc: Remove special case for unknown service flagsWladimir J. van der Laan2020-06-041-6/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: Remove special case for unknown service flagsMarcoFalke2020-05-291-6/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17994: validation: flush undo files after last block writeWladimir J. van der Laan2020-06-041-9/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: delay flushing undo files in syncing node caseKarl-Johan Alm2020-03-241-9/+27
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19131: refactor: Fix unreachable code in init arg checksWladimir J. van der Laan2020-06-042-3/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Fix unreachable code in init arg checksJonathan Schoeller2020-06-022-3/+18
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19142: validation: Make VerifyDB level 4 interruptiblefanquake2020-06-041-9/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: Make VerifyDB level 4 interruptibleMarcoFalke2020-06-031-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: Remove unused boost interruption_pointMarcoFalke2020-06-031-7/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19088: validation: use std::chrono throughout some validation functionsMarcoFalke2020-06-031-14/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: use std::chrono in IsCurrentForFeeEstimation()fanquake2020-05-281-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: use std::chrono in CChainState::FlushStateToDisk()fanquake2020-05-281-11/+11
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18875: fuzz: Stop nodes in process_message* fuzzersMarcoFalke2020-06-032-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | fuzz: Stop nodes in process_message* fuzzersMarcoFalke2020-05-122-1/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | fuzz: Give CNode ownership to ConnmanTestMsg in process_message fuzz harnessMarcoFalke2020-05-111-1/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19084: net: improve code documentation for dns seed behaviourfanquake2020-06-031-4/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | net: improve code documentation for dns seed behaviourAnthony Towns2020-05-301-4/+19
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...MarcoFalke2020-06-027-32/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | trivial: Suggested cleanups to surrounding codeRussell Yanofsky2020-05-224-28/+24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Minimal fix to restore conflicted transaction notificationsRussell Yanofsky2020-05-157-12/+45
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18792: wallet: Remove boost from PeriodicFlushfanquake2020-06-022-15/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Remove unused boost::thread_interruptedMarcoFalke2020-06-021-5/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | walletdb: Remove unsed boost/threadMarcoFalke2020-05-271-7/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Make PeriodicFlush uninterruptibleMarcoFalke2020-05-261-3/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13204: Faster sigcache nonceMarcoFalke2020-06-024-12/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use salted hasher instead of nonce in sigcacheJeremy Rubin2020-04-292-12/+23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Hash Padding MicrobenchmarksJeremy Rubin2020-04-292-0/+48
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19111: Limit scope of all global std::once_flagMarcoFalke2020-06-023-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit scope of all global std::once_flagMarcoFalke2020-05-293-5/+4
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19104: gui, refactor: Register Qt meta types in application constructorJonas Schnelli2020-06-021-14/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | gui, refactor: Register Qt meta types in application constructorJoão Barbosa2020-05-291-14/+18
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19072: doc: Expand section on Getting Startedfanquake2020-06-013-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Fix unrelated typos reported by codespellMarcoFalke2020-05-273-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18994: tests: Add fuzzing harnesses for functions in script/MarcoFalke2020-05-319-2/+442
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for functions in script/sign.hpracticalswift2020-05-302-0/+156