aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-25doc: Remove misleading hint in getrawtransactionMarcoFalke
2019-02-25bench: Benchmark MempoolToJSONMarcoFalke
2019-02-25rpc: Pass mempool into MempoolToJSONMarcoFalke
2019-02-25rpc/gui: Remove 'Unknown block versions being mined' warningWladimir J. van der Laan
2019-02-25Merge #15456: Enable PID file creation on WINWladimir J. van der Laan
2019-02-25Enable PID file creation on Windowsriordant
2019-02-25Merge #15401: rpc: Actually throw help when passed invalid number of paramsWladimir J. van der Laan
2019-02-24Call InvalidateBlock without cs_main heldPieter Wuille
2019-02-24Make RewindBlockIndex interruptiblePieter Wuille
2019-02-24Call RewindBlockIndex without cs_main heldPieter Wuille
2019-02-24Release cs_main during RewindBlockIndex operationPieter Wuille
2019-02-24Merge the disconnection and erasing loops in RewindBlockIndexPieter Wuille
2019-02-24Move erasure of non-active blocks to a separate loop in RewindBlockIndexPieter Wuille
2019-02-24Abstract EraseBlockData out of RewindBlockIndexPieter Wuille
2019-02-23wallet: Use fsbridge::ifstream to fix Windows path issueChun Kuan Lee
2019-02-23gui: Fix async open wallet call orderJoão Barbosa
2019-02-22Style cleanup.Jim Posen
2019-02-22flatfile: Unit tests for FlatFileSeq methods.Jim Posen
2019-02-22scripted-diff: Rename CBlockDiskPos to FlatFilePos.Jim Posen
2019-02-22Move CDiskBlockPos from chain to flatfile.Jim Posen
2019-02-22validation: Refactor file flush logic into FlatFileSeq.Jim Posen
2019-02-22validation: Refactor block file pre-allocation into FlatFileSeq.Jim Posen
2019-02-22validation: Refactor OpenDiskFile into method on FlatFileSeq.Jim Posen
2019-02-22validation: Extract basic block file logic into FlatFileSeq class.Jim Posen
2019-02-22util: Move CheckDiskSpace to util.Jim Posen
2019-02-22Change brace formattingRussell Yanofsky
2019-02-22Merge #15435: rpc: Add missing #includeMarcoFalke
2019-02-22Remove use of IsInitialBlockDownload in wallet codeRussell Yanofsky
2019-02-22Remove use of uiInterface.LoadWallet in wallet codeRussell Yanofsky
2019-02-22Remove use of AcceptToMemoryPool in wallet codeRussell Yanofsky
2019-02-22Remove uses of InitMessage/Warning/Error in wallet codeRussell Yanofsky
2019-02-22Remove uses of GetAdjustedTime in wallet codeRussell Yanofsky
2019-02-22Remove use of g_connman / PushInventory in wallet codeRussell Yanofsky
2019-02-22Remove uses of g_connman in wallet codeRussell Yanofsky
2019-02-22Remove uses of fPruneMode in wallet codeRussell Yanofsky
2019-02-22Remove uses of fee globals in wallet codeRussell Yanofsky
2019-02-22Remove use of CalculateMemPoolAncestors in wallet codeRussell Yanofsky
2019-02-22Remove use of GetTransactionAncestry in wallet codeRussell Yanofsky
2019-02-22Remove use of GetCountWithDescendants in wallet codeRussell Yanofsky
2019-02-22Remove use of IsRBFOptIn in wallet codeRussell Yanofsky
2019-02-22Remove uses of CheckFinalTx in wallet codeRussell Yanofsky
2019-02-22gui: Drop unused return values in WalletFrameJoão Barbosa
2019-02-22Merge #15408: Remove unused TransactionError constantsMarcoFalke
2019-02-22Merge #15458: refactor: Drop redundant wallet referenceMarcoFalke
2019-02-21Merge #13676: Explain that mempool memory is added to -dbcacheWladimir J. van der Laan
2019-02-21refactor: Drop redundant wallet referenceJoão Barbosa
2019-02-21Merge #15278: Improve PID file error handlingWladimir J. van der Laan
2019-02-20rpc: Actually throw help when passed invalid number of paramsMarcoFalke
2019-02-20rpc: Add RPCHelpMan::IsValidNumArgs()MarcoFalke
2019-02-19Fix lack of warning of unrecognized section namesAkio Nakamura