9121 Commits (fadf078c9cd70ac930ec1dbbe4d4988ea6a2ba44)

Author SHA1 Message Date
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
Wladimir J. van der Laan 042f9fa071 qt: Show progress overlay when clicking spinner icon 8 years ago
Wladimir J. van der Laan 827d9a3be8 qt: Replace NetworkToggleStatusBarControl with generic ClickableLabel 8 years ago
fanquake e3c4f7e182
Correct help output for waitfor RPC commands 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
Matt Corallo d2b88f97a1 Move orphan-conflict removal from main logic into a callback 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
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
jnewbery ce2bb23aa5 getrawtransaction should take a bool for verbose 8 years ago
Wladimir J. van der Laan 3532818746 bench: Add support for measuring CPU cycles 8 years ago
Wladimir J. van der Laan e0a9cb25b0 bench: Fix subtle counting issue when rescaling iteration count 8 years ago
Gregory Maxwell ca8549d2bd Always drop the least preferred HB peer when adding a new one. 8 years ago
Pieter Wuille ad04d1cb35 Always add default_witness_commitment with GBT client support 8 years ago
Wladimir J. van der Laan 4231032bfc
[Qt] Clean up and fix coincontrol tree widget handling 8 years ago
Pieter Wuille b4e4ba475a Introduce convenience type CTransactionRef 8 years ago
Pieter Wuille 1662b437b3 Make CBlock::vtx a vector of shared_ptr<CTransaction> 8 years ago
Pieter Wuille da60506fc8 Add deserializing constructors to CTransaction and CMutableTransaction 8 years ago
Pieter Wuille 0e85204a10 Add serialization for unique_ptr and shared_ptr 8 years ago
Gregory Maxwell 5b0150a060 Make orphan parent fetching ask for witnesses. 8 years ago
Wladimir J. van der Laan 12519bf62b test: Fix use-after-free in scheduler tests 8 years ago
Jonas Schnelli 76af4eb876
[Qt] fix coincontrol sort issue 8 years ago
Matt Corallo 97e28029c9 Erase orphans per-transaction instead of per-block 8 years ago
Matt Corallo ec4525ccc1 Move orphan processing to ActivateBestChain 8 years ago
MarcoFalke fa7cc5a508 Set DEFAULT_LIMITFREERELAY = 0 kB/minute 8 years ago
instagibbs ea83d0098a SendMoney: use already-calculated balance 8 years ago
Gregory Sanders 20c3215a90 credit values are CAmount 8 years ago
Russell Yanofsky ec34648766 [trivial] Fix hungarian variable name 8 years ago
Brian Deery 07ede5d711 update comments for tx weight 8 years ago
MarcoFalke fa42e4a082 [qt] Make network disabled icon 50% opaque 8 years ago
Jonas Schnelli 4512550fa0
Remove unnecessary calls to CheckFinalTx 8 years ago
Pavel Janík 1260c1103b Mention the new network toggle functionality in the tooltip. 8 years ago
Jonas Schnelli 2e44893081
Move -salvagewallet, -zap(wtx) to where they belong 8 years ago
Luke Dashjr b74ff5cf0c Bugfix: Correctly replace generated headers and fail cleanly 8 years ago
Alex Morcos 79f755db41 Unset fImporting for loading mempool 8 years ago
Jonas Schnelli f7345050e9
Make strWalletFile const 8 years ago
Jonas Schnelli 079142b757
fNetworkActive is not protected by a lock, use an atomic 8 years ago
Luke Dashjr 5394b3940d Wallet: Split main logic from InitLoadWallet into CreateWalletFromFile 8 years ago