12303 Commits (2efcfa5acfacb958973d9e8125e1d81f102e2dfd)
 

Author SHA1 Message Date
Matt Corallo dbfaade72a Fix AddrMan locking 8 years ago
Matt Corallo 047ea1052d Make fImporting an std::atomic 8 years ago
S. Matthew English b7aa2902fd unification of Bloom filter representation 8 years ago
Matt Corallo 42071ca264 Make fDisconnect an std::atomic 8 years ago
Pieter Wuille 76fec09d87
Merge #9128: net: Decouple CConnman and message serialization 8 years ago
Cory Fields c7be56dcef net: push only raw data into CConnman 8 years ago
Cory Fields 2ec935dcaa net: add CVectorWriter and CNetMsgMaker 8 years ago
Cory Fields b7695c2275 net: No need to check individually for disconnection anymore 8 years ago
MarcoFalke e22f409f18
Merge #9220: Refactor: Stop using namespace std (bitcoin-cli/-tx). 8 years ago
MarcoFalke 97ec6e5c90
Merge #9100: tx_valid: re-order inputs to how they are encoded 8 years ago
Wladimir J. van der Laan dd34570c45 doc: Improve windows build instructions using Linux subsystem 8 years ago
Karl-Johan Alm 2f2625a0bb Removed using namespace std from bitcoin-cli/-tx and added std:: in appropriate places. 8 years ago
Wladimir J. van der Laan d932159f34
Merge #9189: Always add default_witness_commitment with GBT client support 8 years ago
MarcoFalke bc121b0eb1
Merge #9216: Doc: Fix copypasted comment 8 years ago
MarcoFalke c98f6b3d93
Merge #9144: [Trivial] Correct waitforblockheight example help text 8 years ago
fanquake e3c4f7e182
Correct help output for waitfor RPC commands 8 years ago
Wladimir J. van der Laan db5e22e053
Merge #9190: qt: Plug many memory leaks 8 years ago
Pavel Janík f26da35142 Fix copypasted comment. 8 years ago
Cory Fields fedea8a14d net: don't send any messages before handshake or after requested disconnect 8 years ago
Cory Fields d74e352e01 net: Set feelers to disconnect at the end of the version message 8 years ago
Matt Corallo 63fd101c52 Split ::HEADERS processing into two separate cs_main locks 8 years ago
Matt Corallo 4a6b1f36b7 Expose AcceptBlockHeader through main.h 8 years ago
Pieter Wuille 93566e0c37
Merge #8930: Move orphan processing to ActivateBestChain 8 years ago
Pieter Wuille 407d9232ef
Merge #9199: Always drop the least preferred HB peer when adding a new one. 8 years ago
Matt Corallo d2b88f97a1 Move orphan-conflict removal from main logic into a callback 8 years ago
MarcoFalke 0de7fd36de
Merge #9139: Change sync_blocks to pick smarter maxheight (on top of #9196) 8 years ago
Wladimir J. van der Laan ed998ea7a0 qt: Avoid OpenSSL certstore-related memory leak 8 years ago
Wladimir J. van der Laan 5204598f8d qt: Avoid shutdownwindow-related memory leak 8 years ago
Wladimir J. van der Laan e4f126a7ba qt: Avoid splash-screen related memory leak 8 years ago
Wladimir J. van der Laan 693384eedb qt: Prevent thread/memory leak on exiting RPCConsole 8 years ago
Wladimir J. van der Laan 47db075377 qt: Plug many memory leaks 8 years ago
MarcoFalke e662d281b8
Merge #9206: Make test constant consistent with consensus.h 8 years ago
Wladimir J. van der Laan fa1f944107
Merge #9207: [Doc] Move comments above bash command in build-unix 8 years ago
Amir Abrams 69bc8e7967 [Doc] Move comments above bash command 8 years ago
Wladimir J. van der Laan 74ced54b7e
Merge #9204: Clarify CreateTransaction error messages 8 years ago
Wladimir J. van der Laan 5e8631b6cb
Merge #9205: Minor change to comment for consistency. 8 years ago
Wladimir J. van der Laan 7e2bfd6241
Merge #9196: Send tip change notification from invalidateblock 8 years ago
Wladimir J. van der Laan 791b58d148
Merge #8690: Do not fully sort all nodes for addr relay 8 years ago
Wladimir J. van der Laan 5ea5e0401c
Merge #9141: Remove unnecessary calls to CheckFinalTx 8 years ago
Wladimir J. van der Laan 40022fe5f2
Merge #9142: Move -salvagewallet, -zap(wtx) to where they belong 8 years ago
Wladimir J. van der Laan 4d8558a287
Merge #9025: getrawtransaction should take a bool for verbose 8 years ago
Greg Walker f004e67df3 Minor change to comment above new NODE_WITNESS service flag to keep it consitent with existing comment structure. Helps with readability. 8 years ago
instagibbs 918b126901 fix CreateTransaction error messages 8 years ago
John Newbery 240189b2c1 add testcases for getrawtransaction 8 years ago
jnewbery ce2bb23aa5 getrawtransaction should take a bool for verbose 8 years ago
Jonas Schnelli ac489b2445
Merge #9130: Mention the new network toggle functionality in the tooltip. 8 years ago
Wladimir J. van der Laan 3532818746 bench: Add support for measuring CPU cycles 8 years ago
Wladimir J. van der Laan 55b2eddcc8
Merge #9200: bench: Fix subtle counting issue when rescaling iteration count 8 years ago
Wladimir J. van der Laan e0a9cb25b0 bench: Fix subtle counting issue when rescaling iteration count 8 years ago
Jonas Schnelli e4dbeb9499
Merge #9185: [Qt] fix coincontrol sort issue 8 years ago