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
2016-11-07
Merge #8736: base58: Improve DecodeBase58 performance.
Wladimir J. van der Laan
2016-11-07
Merge #8708: net: have CConnman handle message sending
Wladimir J. van der Laan
2016-11-07
Merge #9070: Lockedpool fixes
Wladimir J. van der Laan
2016-11-04
Remove unused CTxOut::GetHash()
Matt Corallo
2016-11-04
Merge #9069: Clean up bctest.py and bitcoin-util-test.py
Wladimir J. van der Laan
2016-11-03
net: handle version push in InitializeNode
Cory Fields
2016-11-03
net: construct CNodeStates in place
Cory Fields
2016-11-03
net: remove now-unused ssSend and Fuzz
Cory Fields
2016-11-03
drop the optimistic write counter hack
Cory Fields
2016-11-03
net: switch all callers to connman for pushing messages
Cory Fields
2016-11-03
connman is in charge of pushing messages
Cory Fields
2016-11-03
serialization: teach serializers variadics
Cory Fields
2016-11-03
Merge #9073: Trivial: Add common failure cases for rpc server connection failure
Wladimir J. van der Laan
2016-11-03
Add common failure cases for rpc server connection failure
instagibbs
2016-11-03
Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2)
Wladimir J. van der Laan
2016-11-03
Clean up bctest.py and bitcoin-util-test.py
John Newbery
2016-11-03
Merge #9050: net: make a few values immutable, and use deterministic randomne...
Wladimir J. van der Laan
2016-11-03
Merge #9071: Declare wallet.h functions inline
Wladimir J. van der Laan
2016-11-03
Merge #9053: IBD using chainwork instead of height and not using header times...
Pieter Wuille
2016-11-02
Merge #9036: wallet: Change default confirm target from 2 to 6
Pieter Wuille
2016-11-02
Declare wallet.h functions inline
Pieter Wuille
2016-11-02
LockedPool: avoid quadratic-time allocation
Kaz Wesley
2016-11-02
Merge #9065: Merge `doc/unit-tests.md` into `src/test/README.md`
MarcoFalke
2016-11-02
LockedPool: fix explosion for illegal-sized alloc
Kaz Wesley
2016-11-02
LockedPool: test handling of invalid allocations
Kaz Wesley
2016-11-02
Merge #8977: [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush t...
Wladimir J. van der Laan
2016-11-02
Merge #9013: Trivial: Explicitly pass const CChainParams& to LoadBlockIndexDB()
Wladimir J. van der Laan
2016-11-02
Merge #9042: [rpc] ParseHash: Fail when length is not 64
Wladimir J. van der Laan
2016-11-02
Merge #9066: tests: Remove variable unused after refactoring
Wladimir J. van der Laan
2016-11-02
trivial: Remove variable unused after refactoring
Daniel Kraft
2016-11-02
Add logging to bitcoin-util-test.py
jnewbery
2016-11-02
Merge `doc/unit-tests.md` into `src/test/README.md`
Wladimir J. van der Laan
2016-11-02
Merge #8828: Move CWalletDB::ReorderTransactions to CWallet
Wladimir J. van der Laan
2016-11-02
Merge #9060: trivial: fix bloom filter init to isEmpty = true
Wladimir J. van der Laan
2016-11-02
Do not shadow variable, use deprecated MAP_ANON if MAP_ANONYMOUS is not defined.
Pavel JanÃk
2016-11-02
Merge #8753: Locked memory manager
Wladimir J. van der Laan
2016-11-02
Merge #9032: test: Add format-dependent comparison to bctest
Wladimir J. van der Laan
2016-11-02
Merge #8448: Store mempool and prioritization data to disk
Wladimir J. van der Laan
2016-11-02
IsInitialBlockDownload no longer uses header-only timestamps.
Gregory Maxwell
2016-11-02
Remove GetTotalBlocksEstimate and checkpoint tests that test nothing.
Gregory Maxwell
2016-11-02
IBD check uses minimumchain work instead of checkpoints.
Gregory Maxwell
2016-11-01
trivial: fix bloom filter init to isEmpty = true
Robert McLaughlin
2016-11-01
Merge #9043: [qt] Return useful error message on ATMP failure
Jonas Schnelli
2016-10-31
net: Use deterministic randomness for CNode's nonce, and make it const
Cory Fields
2016-10-31
net: constify a few CNode vars to indicate that they're threadsafe
Cory Fields
2016-10-31
Move nTimeBestReceived updating into net processing code
Matt Corallo
2016-10-31
Move all calls to CheckBlockIndex out of net-processing logic
Matt Corallo
2016-10-31
Remove network state wipe from UnloadBlockIndex.
Matt Corallo
2016-10-31
Move MarkBlockAsReceived out of ProcessNewMessage
Matt Corallo
2016-10-31
Move FlushStateToDisk call out of ProcessMessages::TX into ATMP
Matt Corallo
[next]