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
2017-01-11
Call ActivateBestChain without cs_main/with most_recent_block
Matt Corallo
2017-01-11
Use a temp pindex to avoid a const_cast in ProcessNewBlockHeaders
Matt Corallo
2017-01-05
Avoid holding cs_most_recent_block while calling ReadBlockFromDisk
Matt Corallo
2017-01-05
Ensure we meet the BIP 152 old-relay-types response requirements
Matt Corallo
2017-01-05
Cache most-recently-connected compact block
Matt Corallo
2017-01-05
Cache most-recently-announced block's shared_ptr
Matt Corallo
2017-01-05
Relay compact block messages prior to full block connection
Matt Corallo
2017-01-05
Add a CValidationInterface::NewPoWValidBlock callback
Matt Corallo
2017-01-04
Call AcceptBlock with the block's shared_ptr instead of CBlock&
Matt Corallo
2017-01-04
[qa] Avoid race in preciousblock test.
Matt Corallo
2017-01-04
[qa] Make compact blocks test construction using fetch methods
Matt Corallo
2017-01-04
Make CBlockIndex*es in net_processing const
Matt Corallo
2017-01-04
Merge #9107: Safer modify new coins
Pieter Wuille
2017-01-04
Merge #9395: Add test for -walletrejectlongchains
MarcoFalke
2017-01-04
add test for -walletrejectlongchains
Alex Morcos
2017-01-04
Fix dangerous condition in ModifyNewCoins.
Alex Morcos
2017-01-04
Merge #9457: [qt] Select more files for translation
Wladimir J. van der Laan
2017-01-04
Merge #9470: qt: Set (count) placeholder in sendcoinsdialog to notranslate
MarcoFalke
2017-01-04
qt: Set (count) placeholder in sendcoinsdialog to notranslate
Wladimir J. van der Laan
2017-01-04
Merge #9467: [Trivial] [Doc] Install Protobuf v3 on OS X
MarcoFalke
2017-01-04
Merge #9401: Make rpcauth help message clearer, add example in example .conf
MarcoFalke
2017-01-04
Merge #9396: Updated listsinceblock rpc documentation
Wladimir J. van der Laan
2017-01-04
Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounder
Wladimir J. van der Laan
2017-01-04
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2017-01-04
Merge #9289: net: drop boost::thread_group
Wladimir J. van der Laan
2017-01-04
[qt] `make translate`
MarcoFalke
2017-01-04
[qt] Add more sources to translate
MarcoFalke
2017-01-04
Merge #9450: Increment MIT licence copyright header year on files modified in...
Wladimir J. van der Laan
2017-01-04
[Doc] Install Protobuf v3 on OS X
fanquake
2017-01-04
Merge #9462: [qt] Do not translate tilde character
Wladimir J. van der Laan
2017-01-03
net: misc header cleanups
Cory Fields
2017-01-03
net: make proxy receives interruptible
Cory Fields
2017-01-03
net: remove thread_interrupted catch
Cory Fields
2017-01-03
net: make net processing interruptible
Cory Fields
2017-01-03
net: make net interruptible
Cory Fields
2017-01-03
net: add CThreadInterrupt and InterruptibleSleep
Cory Fields
2017-01-03
net: a few small cleanups before replacing boost threads
Cory Fields
2017-01-03
Merge #8776: Wallet refactoring leading up to multiwallet
Pieter Wuille
2017-01-03
Merge #9252: Release cs_main before calling ProcessNewBlock, or processing he...
Pieter Wuille
2017-01-03
[qt] Do not translate `~`
MarcoFalke
2017-01-03
Merge #8877: Qt RPC console: history sensitive-data filter, and saving input ...
Jonas Schnelli
2017-01-03
Merge #9460: Fix a few typos in translated strings
Wladimir J. van der Laan
2017-01-03
qt: Fill in English numerusforms
Wladimir J. van der Laan
2017-01-03
qt,wallet: Fix a few typos in messages
Wladimir J. van der Laan
2017-01-03
doc: Add historical release notes for 0.13.2
Wladimir J. van der Laan
2017-01-03
Merge #9446: SetMerkleBranch: remove unused code, remove cs_main lock require...
Jonas Schnelli
2017-01-02
Merge #9412: build: Fix 'make deploy' for OSX
Jonas Schnelli
2017-01-02
qt: Set transifex slug to 0.14
Wladimir J. van der Laan
2017-01-01
Merge #9433: Update the Windows build notes
MarcoFalke
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
[next]