aboutsummaryrefslogtreecommitdiff
path: root/src
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
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | 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-0253-3080/+3146
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-0250-53/+53
| * | | | | | | | | | | | | | | 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 #9223: unification of Bloom filter representationMarcoFalke2016-12-021-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | unification of Bloom filter representationS. Matthew English2016-11-261-10/+10
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | 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-021-47/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Revert "Use async name resolving to improve net thread responsiveness"Matt Corallo2016-12-011-47/+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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Make orphan parent fetching ask for witnesses.Gregory Maxwell2016-11-181-1/+2
* | | | | | | | | | | | | | | | | | Merge #9253: Fix calculation of number of bound sockets to usePieter Wuille2016-12-011-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Fix calculation of number of bound sockets to useMatt Corallo2016-11-301-1/+3
| | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge #9230: Fix some benign races in timestamp loggingWladimir J. van der Laan2016-12-012-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Make fStartedNewLine an std::atomic_boolMatt Corallo2016-11-271-2/+2
| * | | | | | | | | | | | | | | | | Fix race when accessing std::locale::classic()Matt Corallo2016-11-271-1/+2
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge #9226: Remove fNetworkNode and pnodeLocalHost.Pieter Wuille2016-11-303-22/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Remove pnodeLocalHost.Gregory Maxwell2016-11-271-15/+0