index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-03-14
[p2p] Enable BIP 61 REJECT messages by default
John Newbery
2019-03-14
wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtree
João Barbosa
2019-03-14
doc: Pre-rc2 translations update
Wladimir J. van der Laan
2019-03-13
Fix overflow bug in analyzepsbt fee: CAmount instead of int
Pieter Wuille
2019-03-13
rpc: return a number for estimated_feerate in analyzepsbt
fanquake
2019-03-13
doc: correct analysepsbt rpc doc
fanquake
2019-03-09
qt: periodic translations update
Wladimir J. van der Laan
2019-03-09
[addrman] Improve collision logging and address nits
Suhas Daftuar
2019-03-09
[addrman] Ensure collisions eventually get resolved
Suhas Daftuar
2019-03-09
[net] feeler connections can be made to outbound peers in same netgroup
Suhas Daftuar
2019-03-09
[addrman] Improve tried table collision logging
Suhas Daftuar
2019-03-07
Merge #15552: 0.18: Granular invalidateblock and RewindBlockIndex
Wladimir J. van der Laan
2019-03-03
Make last disconnected block BLOCK_FAILED_VALID, even when aborted
Pieter Wuille
2019-03-01
[rpc] deriveaddresses: add range to CRPCConvertParam
Sjors Provoost
2019-02-28
Make deriveaddresses use stop/[start,stop] notation for ranges
Pieter Wuille
2019-02-28
Optimization: don't add txn back to mempool after 10 invalidates
Pieter Wuille
2019-02-28
Prevent callback overruns in InvalidateBlock and RewindBlockIndex
Pieter Wuille
2019-02-28
Release cs_main during InvalidateBlock iterations
Pieter Wuille
2019-02-28
Use stop/[start,stop] notation in importmulti desc range
Pieter Wuille
2019-02-28
Add support for stop/[start,stop] ranges to scantxoutset
Pieter Wuille
2019-02-28
Support ranges arguments in RPC help
Pieter Wuille
2019-02-28
Add ParseRange function to parse args of the form int/[int,int]
Pieter Wuille
2019-02-27
Merge #15477: doc: Remove misleading hint in getrawtransaction
Wladimir J. van der Laan
2019-02-27
Merge #15468: wallet: Use fsbridge::ifstream to fix Windows path issue
Wladimir J. van der Laan
2019-02-27
Merge #15462: gui: Fix async open wallet call order
Wladimir J. van der Laan
2019-02-26
Merge #15471: rpc/gui: Remove 'Unknown block versions being mined' warning
MarcoFalke
2019-02-25
refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransaction
MarcoFalke
2019-02-25
doc: Remove misleading hint in getrawtransaction
MarcoFalke
2019-02-25
rpc/gui: Remove 'Unknown block versions being mined' warning
Wladimir J. van der Laan
2019-02-25
Merge #15456: Enable PID file creation on WIN
Wladimir J. van der Laan
2019-02-25
Enable PID file creation on Windows
riordant
2019-02-25
Merge #15401: rpc: Actually throw help when passed invalid number of params
Wladimir J. van der Laan
2019-02-24
Call InvalidateBlock without cs_main held
Pieter Wuille
2019-02-24
Make RewindBlockIndex interruptible
Pieter Wuille
2019-02-24
Call RewindBlockIndex without cs_main held
Pieter Wuille
2019-02-24
Release cs_main during RewindBlockIndex operation
Pieter Wuille
2019-02-24
Merge the disconnection and erasing loops in RewindBlockIndex
Pieter Wuille
2019-02-24
Move erasure of non-active blocks to a separate loop in RewindBlockIndex
Pieter Wuille
2019-02-24
Abstract EraseBlockData out of RewindBlockIndex
Pieter Wuille
2019-02-23
wallet: Use fsbridge::ifstream to fix Windows path issue
Chun Kuan Lee
2019-02-23
gui: Fix async open wallet call order
João Barbosa
2019-02-22
Merge #15435: rpc: Add missing #include
MarcoFalke
2019-02-22
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-22
Merge #15458: refactor: Drop redundant wallet reference
MarcoFalke
2019-02-21
Merge #13676: Explain that mempool memory is added to -dbcache
Wladimir J. van der Laan
2019-02-21
refactor: Drop redundant wallet reference
João Barbosa
2019-02-21
Merge #15278: Improve PID file error handling
Wladimir J. van der Laan
2019-02-20
rpc: Actually throw help when passed invalid number of params
MarcoFalke
2019-02-20
rpc: Add RPCHelpMan::IsValidNumArgs()
MarcoFalke
2019-02-19
Merge #15433: Use a single wallet batch for UpgradeKeyMetadata
MeshCollider
[next]