aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-05Merge #9282: CMutableTransaction is defined as structWladimir J. van der Laan
2016-12-05Merge #9165: SendMoney: use already-calculated balanceWladimir J. van der Laan
2016-12-05CMutableTransaction is defined as struct.Pavel Janík
2016-12-05Merge #9269: Align struct COrphan definitionWladimir J. van der Laan
2016-12-05Merge #8613: LevelDB 1.19Wladimir J. van der Laan
2016-12-05Align struct COrphan definitionPieter Wuille
2016-12-05Merge #9014: Fix block-connection performance regressionWladimir J. van der Laan
2016-12-05Merge #8580: Make CTransaction actually immutableWladimir J. van der Laan
2016-12-05[qa] maxuploadtarget: Use cached utxo setMarcoFalke
2016-12-04remove obsolete run-bitcoind-for-test.shAlex Morcos
2016-12-04[qa] pruning: Use cached utxo set to run fasterMarcoFalke
2016-12-04Merge #9218: qt: Show progress overlay when clicking spinner iconJonas Schnelli
2016-12-04Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo
2016-12-04Document ConnectBlock connectTrace postconditionsMatt Corallo
2016-12-04Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo
2016-12-04Make the optional pblock in ActivateBestChain a shared_ptrMatt Corallo
2016-12-04Create a shared_ptr for the block we're connecting in ActivateBCSMatt Corallo
2016-12-04Keep blocks as shared_ptrs, instead of copying txn in ConnectTipMatt Corallo
2016-12-04Add struct to track block-connect-time-generated info for callbacksMatt Corallo
2016-12-03remove relaypriority from rpc testsAlex Morcos
2016-12-03Reorder RPC tests for running timeAlex Morcos
2016-12-02Fix rounding privacy leak introduced in #9260Matt Corallo
2016-12-02Make CTransaction actually immutablePieter Wuille
2016-12-02Make DecodeHexTx return a CMutableTransactionPieter Wuille
2016-12-02Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille
2016-12-02Switch GetTransaction to returning a CTransactionRefPieter Wuille
2016-12-02Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille
2016-12-02Merge #9251: Improvement of documentation of command line parameter 'whitelist'MarcoFalke
2016-12-02Merge #9221: [qa] Get rid of duplicate codeMarcoFalke
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-12-02Merge #9257: [qa] Dump debug logs on travis failures.MarcoFalke
2016-12-02[qa] Get rid of duplicate codeMarcoFalke
2016-12-02Merge #9246: Developer docs about existing subtrees.MarcoFalke
2016-12-02Merge #9223: unification of Bloom filter representationMarcoFalke
2016-12-02Merge #9265: bitcoin-cli: Make error message less confusingMarcoFalke
2016-12-02Developer docs about existing subtrees.Gregory Maxwell
2016-12-02Bugfix: Qt/RPCConsole: Put column enum in the right placesLuke Dashjr
2016-12-02bitcoin-cli: Make error message less confusingWladimir J. van der Laan
2016-12-02Merge #9239: Disable fee estimates for 1 block targetWladimir J. van der Laan
2016-12-02Merge #9229: Remove calls to getaddrinfo_aWladimir J. van der Laan
2016-12-01Merge in LevelDB 1.19 changesPieter Wuille
2016-12-01Squashed 'src/leveldb/' changes from 20ca81f..a31c8aaPieter Wuille
2016-12-01Remove orphan state wipe from UnloadBlockIndex.Matt Corallo
2016-12-01Merge #9183: Final Preparation for main.cpp SplitPieter Wuille
2016-12-01Revert "Use async name resolving to improve net thread responsiveness"Matt Corallo
2016-12-01Merge #9188: Make orphan parent fetching ask for witnesses.Pieter Wuille
2016-12-01Merge #9253: Fix calculation of number of bound sockets to usePieter Wuille
2016-12-01Document cs_main status when calling into PNB or PNBHMatt Corallo
2016-12-01Use ProcessNewBlockHeaders in CMPCTBLOCK processingMatt Corallo