aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | Merge #9165: SendMoney: use already-calculated balanceWladimir J. van der Laan2016-12-051-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | SendMoney: use already-calculated balanceinstagibbs2016-11-151-1/+1
| * | | | | | | | | | | | | | | | | | | | Merge #9269: Align struct COrphan definitionWladimir J. van der Laan2016-12-052-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | Align struct COrphan definitionPieter Wuille2016-12-052-0/+2
| | | |_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge #8613: LevelDB 1.19Wladimir J. van der Laan2016-12-0552-372/+1942
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Merge in LevelDB 1.19 changesPieter Wuille2016-12-0152-372/+1942
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Squashed 'src/leveldb/' changes from 20ca81f..a31c8aaPieter Wuille2016-12-0152-372/+1942
| * | | | | | | | | | | | | | | | | | | | Merge #9014: Fix block-connection performance regressionWladimir J. van der Laan2016-12-057-40/+60
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Document ConnectBlock connectTrace postconditionsMatt Corallo2016-12-041-0/+4
| | * | | | | | | | | | | | | | | | | | | Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo2016-12-046-21/+20
| | * | | | | | | | | | | | | | | | | | | Make the optional pblock in ActivateBestChain a shared_ptrMatt Corallo2016-12-043-9/+14
| | * | | | | | | | | | | | | | | | | | | Create a shared_ptr for the block we're connecting in ActivateBCSMatt Corallo2016-12-041-8/+8
| | * | | | | | | | | | | | | | | | | | | Keep blocks as shared_ptrs, instead of copying txn in ConnectTipMatt Corallo2016-12-041-9/+16
| | * | | | | | | | | | | | | | | | | | | Add struct to track block-connect-time-generated info for callbacksMatt Corallo2016-12-041-14/+19
| | | |_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge #8580: Make CTransaction actually immutableWladimir J. van der Laan2016-12-0528-292/+287
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Make CTransaction actually immutablePieter Wuille2016-12-0210-140/+131
| | * | | | | | | | | | | | | | | | | | | Make DecodeHexTx return a CMutableTransactionPieter Wuille2016-12-026-18/+17
| | * | | | | | | | | | | | | | | | | | | Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille2016-12-0212-123/+128
| | * | | | | | | | | | | | | | | | | | | Switch GetTransaction to returning a CTransactionRefPieter Wuille2016-12-024-11/+11
| | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | Merge #9218: qt: Show progress overlay when clicking spinner iconJonas Schnelli2016-12-044-33/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | qt: Show progress overlay when clicking spinner iconWladimir J. van der Laan2016-11-241-2/+4
| | * | | | | | | | | | | | | | | | | | qt: Replace NetworkToggleStatusBarControl with generic ClickableLabelWladimir J. van der Laan2016-11-244-31/+35
| * | | | | | | | | | | | | | | | | | | Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille2016-12-0254-3081/+3147
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-0251-54/+54
| | * | | | | | | | | | | | | | | | | | | Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-0216-3028/+3096
| | * | | | | | | | | | | | | | | | | | | Remove orphan state wipe from UnloadBlockIndex.Matt Corallo2016-12-011-2/+0
| | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge #9251: Improvement of documentation of command line parameter 'whitelist'MarcoFalke2016-12-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Improvement of documentation of command line parameter 'whitelist'wodry2016-11-301-1/+1
| * | | | | | | | | | | | | | | | | | | Merge #9221: [qa] Get rid of duplicate codeMarcoFalke2016-12-023-82/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | [qa] Get rid of duplicate codeMarcoFalke2016-12-023-82/+19
| * | | | | | | | | | | | | | | | | | | | Merge #9257: [qa] Dump debug logs on travis failures.MarcoFalke2016-12-021-1/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | [qa] Dump debug logs on travis failures.Suhas Daftuar2016-11-301-1/+10
| | | |/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge #9246: Developer docs about existing subtrees.MarcoFalke2016-12-021-0/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | Developer docs about existing subtrees.Gregory Maxwell2016-12-021-0/+31
| * | | | | | | | | | | | | | | | | | | | | Merge #9223: unification of Bloom filter representationMarcoFalke2016-12-021-10/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | unification of Bloom filter representationS. Matthew English2016-11-261-10/+10
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge #9265: bitcoin-cli: Make error message less confusingMarcoFalke2016-12-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | bitcoin-cli: Make error message less confusingWladimir J. van der Laan2016-12-021-1/+1
| |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | Merge #9239: Disable fee estimates for 1 block targetWladimir J. van der Laan2016-12-025-13/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Make GUI incapable of setting tx confirm target of 1Alex Morcos2016-11-292-5/+5
| | * | | | | | | | | | | | | | | | | | | | | Disable fee estimates for a confirm target of 1 blockAlex Morcos2016-11-293-8/+23
| | | |/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge #9229: Remove calls to getaddrinfo_aWladimir J. van der Laan2016-12-022-49/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Revert "Use async name resolving to improve net thread responsiveness"Matt Corallo2016-12-012-49/+1
| * | | | | | | | | | | | | | | | | | | | | Merge #9183: Final Preparation for main.cpp SplitPieter Wuille2016-12-012-18/+59
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Document cs_main status when calling into PNB or PNBHMatt Corallo2016-12-011-0/+4
| | * | | | | | | | | | | | | | | | | | | | Use ProcessNewBlockHeaders in CMPCTBLOCK processingMatt Corallo2016-12-011-2/+7
| | * | | | | | | | | | | | | | | | | | | | Use exposed ProcessNewBlockHeaders from ProcessMessagesMatt Corallo2016-12-011-12/+15
| | * | | | | | | | | | | | | | | | | | | | Split ::HEADERS processing into two separate cs_main locksMatt Corallo2016-11-231-4/+7
| | * | | | | | | | | | | | | | | | | | | | Expose AcceptBlockHeader through main.hMatt Corallo2016-11-232-1/+27
| * | | | | | | | | | | | | | | | | | | | | Merge #9188: Make orphan parent fetching ask for witnesses.Pieter Wuille2016-12-011-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \