index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-05-10
Merge #15512: Add ChaCha20 encryption option (XOR)
Jonas Schnelli
2019-05-09
Merge #15939: gitian: Remove Windows 32 bit build
Wladimir J. van der Laan
2019-05-09
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-09
Merge #15794: docs: Clarify PR guidelines w/re documentation
Wladimir J. van der Laan
2019-05-09
Merge #15766: scripts and tools: Upgrade gitian image before signing
Wladimir J. van der Laan
2019-05-08
Merge #15890: Doc: remove text about txes always relayed from -whitelist
MarcoFalke
2019-05-08
doc: Remove win32 from the release process
MarcoFalke
2019-05-08
Merge #15664: change default Python block serialization to witness
MarcoFalke
2019-05-08
Merge #15971: validation: Add compile-time checking for negative locking requ...
MarcoFalke
2019-05-08
Merge #15978: .gitignore: Don't ignore depends patches
MarcoFalke
2019-05-09
Merge #15880: utils and libraries: Replace deprecated Boost Filesystem functions
MeshCollider
2019-05-08
Add LOCKS_EXCLUDED(cs_main) to LimitValidationInterfaceQueue(...) which does ...
practicalswift
2019-05-07
.gitignore: Don't ignore depends patches
Carl Dong
2019-05-07
Merge #15948: refactor: rename chainActive
MarcoFalke
2019-05-06
Merge #14266: refactor: Lift prevector default vals to the member declaration
MarcoFalke
2019-05-06
Merge #15927: [tests] log thread names by default in functional tests
MarcoFalke
2019-05-06
Merge #15730: rpc: Show scanning details in getwalletinfo
Wladimir J. van der Laan
2019-05-06
Merge #15930: rpc: Add balances RPC
Wladimir J. van der Laan
2019-05-06
Merge #15947: Install bitcoin-wallet manpage
Wladimir J. van der Laan
2019-05-06
Merge #15928: GUI: Move QRImageWidget to its own file-pair
Wladimir J. van der Laan
2019-05-04
Merge #15141: Rewrite DoS interface between validation and net_processing
Wladimir J. van der Laan
2019-05-03
Merge #15949: test_runner: Move pruning back to extended
MarcoFalke
2019-05-03
Add ChaCha20 bench
Jonas Schnelli
2019-05-03
test_runner: Move pruning back to extended
MarcoFalke
2019-05-03
refactoring: remove unused chainActive
James O'Beirne
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
refactoring: introduce unused ChainActive()
James O'Beirne
2019-05-03
rename: CChainState.chainActive -> m_chain
James O'Beirne
2019-05-03
Add ChaCha20 encryption option (XOR)
Jonas Schnelli
2019-05-03
rpc: Deprecate getunconfirmedbalance and getwalletinfo balances
MarcoFalke
2019-05-03
Remove Windows 32 bit build
MarcoFalke
2019-05-03
[tests] Comment for why logging config is set as command-line args.
John Newbery
2019-05-03
Install bitcoin-wallet manpage.
Daniel Kraft
2019-05-03
Merge #15932: rpc: Serialize in getblock without cs_main
MarcoFalke
2019-05-02
Separate reason for premature spends (coinbase/locktime)
Suhas Daftuar
2019-05-02
Assert validation reasons are contextually correct
Suhas Daftuar
2019-05-02
[refactor] Update some comments in validation.cpp as we arent doing DoS there
Matt Corallo
2019-05-02
[refactor] Drop unused state.DoS(), state.GetDoS(), state.CorruptionPossible()
Matt Corallo
2019-05-02
scripted-diff: Remove DoS calls to CValidationState
Matt Corallo
2019-05-02
[refactor] Prep for scripted-diff by removing some \ns which annoy sed.
Matt Corallo
2019-05-02
Allow use of state.Invalid() for all reasons
Matt Corallo
2019-05-02
Fix handling of invalid headers
Suhas Daftuar
2019-05-02
[refactor] Use Reasons directly instead of DoS codes
Matt Corallo
2019-05-02
CorruptionPossible -> BLOCK_MUTATED
Matt Corallo
2019-05-02
CorruptionPossible -> TX_WITNESS_MUTATED
Matt Corallo
2019-05-02
LookupBlockIndex -> CACHED_INVALID
Matt Corallo
2019-05-02
[refactor] Drop redundant nDoS, corruptionPossible, SetCorruptionPossible
Matt Corallo
2019-05-02
[refactor] Add useful-for-dos "reason" field to CValidationState
Matt Corallo
2019-05-02
rpc: Add lock annotations to block{,header}ToJSON
MarcoFalke
2019-05-02
Ban all peers for all block script failures
Suhas Daftuar
[next]