8460 Commits (8baaba653ef67097eb3d3a4b4d25f907111830b1)

Author SHA1 Message Date
Matt Corallo a13fa4c80f Remove unused CDiskBlockPos* argument from ProcessNewBlock 8 years ago
Matt Corallo dd0df81ebd Document ConnectBlock connectTrace postconditions 8 years ago
Matt Corallo 2d6e5619af Switch pblock in ProcessNewBlock to a shared_ptr 8 years ago
Matt Corallo 2736c44c8e Make the optional pblock in ActivateBestChain a shared_ptr 8 years ago
Matt Corallo ae4db44d03 Create a shared_ptr for the block we're connecting in ActivateBCS 8 years ago
Matt Corallo fd9d89070a Keep blocks as shared_ptrs, instead of copying txn in ConnectTip 8 years ago
Matt Corallo 6fdd43b968 Add struct to track block-connect-time-generated info for callbacks 8 years ago
Gregory Maxwell 749be013f5 Move GetWarnings() into its own file. 8 years ago
Gregory Maxwell e3ba0ef956 Eliminate data races for strMiscWarning and fLargeWork*Found. 8 years ago
Gregory Maxwell c63198f1c7 Make QT runawayException call GetWarnings instead of directly access strMiscWarning. 8 years ago
Matt Corallo 9b9324ee49 Fix rounding privacy leak introduced in #9260 8 years ago
Pieter Wuille 81e3228fcb Make CTransaction actually immutable 8 years ago
Pieter Wuille 42fd8dee30 Make DecodeHexTx return a CMutableTransaction 8 years ago
Pieter Wuille c3f5673a63 Make CWalletTx store a CTransactionRef instead of inheriting 8 years ago
Pieter Wuille a1883536b4 Switch GetTransaction to returning a CTransactionRef 8 years ago
Matt Corallo 76faa3cdfe Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
Matt Corallo e736772c56 Move network-msg-processing code out of main to its own file 8 years ago
Luke Dashjr df17fe046f Bugfix: Qt/RPCConsole: Put column enum in the right places 8 years ago
Wladimir J. van der Laan fe37fbe606 bitcoin-cli: Make error message less confusing 8 years ago
Matt Corallo 87c35f5843 Remove orphan state wipe from UnloadBlockIndex. 8 years ago
Matt Corallo 10ae7a7b23 Revert "Use async name resolving to improve net thread responsiveness" 8 years ago
Matt Corallo 2c8c57e72f Document cs_main status when calling into PNB or PNBH 8 years ago
Matt Corallo 58a215ce8c Use ProcessNewBlockHeaders in CMPCTBLOCK processing 8 years ago
Matt Corallo a8b936df20 Use exposed ProcessNewBlockHeaders from ProcessMessages 8 years ago
Wladimir J. van der Laan 297cc20e70 qt: layoutAboutToChange signal is called layoutAboutToBeChanged 8 years ago
Matt Corallo 9e1f46821d Fix calculation of number of bound sockets to use 8 years ago
wodry 8a70a9da3d Improvement of documentation of command line parameter 'whitelist' 8 years ago
Karl-Johan Alm 446a8f9c90 Trivial refactor: Remove extern keyword from function declarations, as they are extern by default. 8 years ago
Alex Morcos e878689e55 Make GUI incapable of setting tx confirm target of 1 8 years ago
Alex Morcos d824ad030e Disable fee estimates for a confirm target of 1 block 8 years ago
Wladimir J. van der Laan deec83fd2c init: Get rid of fServer flag 8 years ago
Wladimir J. van der Laan 16ca0bfd28 init: Try to aquire datadir lock before and after daemonization 8 years ago
Wladimir J. van der Laan 0cc8b6bc44 init: Split up AppInit2 into multiple phases 8 years ago
Ivo van der Sangen 498a1d75e7 Include select.h when WIN32 is not defined 8 years ago
Wladimir J. van der Laan 7d3b627395 torcontrol: Explicitly request RSA1024 private key 8 years ago
fsb4000 15fa95d7e5 Fix some typos 8 years ago
Matt Corallo 8b22efb6f7 Make fStartedNewLine an std::atomic_bool 8 years ago
Matt Corallo 507145d785 Fix race when accessing std::locale::classic() 8 years ago
Gregory Maxwell bdb922b34c Remove pnodeLocalHost. 8 years ago
Gregory Maxwell 083f203698 Remove fNetworkNode. 8 years ago
Matt Corallo dfed983f19 Fix unlocked access to vNodes.size() 8 years ago
Matt Corallo 303352286f Remove double brackets in addrman 8 years ago
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
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
Karl-Johan Alm 2f2625a0bb Removed using namespace std from bitcoin-cli/-tx and added std:: in appropriate places. 8 years ago