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-06-02
Catch exceptions from non-canonical encoding and print only to log
mrbandrews
2016-05-26
Use global ::fRelayTxes instead of CNode one
Pieter Wuille
2016-05-26
Merge #8049: Expose information on whether transaction relay is enabled in `g...
Pieter Wuille
2016-05-26
Merge #8015: CCoinsViewErrorCatcher raison-d-etre
Wladimir J. van der Laan
2016-05-26
Merge #8073: qt: askpassphrasedialog: Clear pass fields on accept
Wladimir J. van der Laan
2016-05-25
Merge #7795: UpdateTip: log only one line at most per block
Pieter Wuille
2016-05-25
Merge #8061: [Wallet] Improve Wallet encapsulation
Pieter Wuille
2016-05-25
Merge #8076: VerifyDB: don't check blocks that have been pruned
Pieter Wuille
2016-05-25
Merge #8063: Acquire lock to check for genesis block.
Pieter Wuille
2016-05-23
Merge #8014: Qt: Sort transactions by date
Jonas Schnelli
2016-05-23
Merge #8042: [Qt] Don't allow to open the debug window during splashscreen & ...
Jonas Schnelli
2016-05-22
VerifyDB: don't check blocks that have been pruned
Suhas Daftuar
2016-05-19
qt: askpassphrasedialog: Clear pass fields on accept
Pavel Vasin
2016-05-19
Merge #8070: Remove non-determinism which is breaking net_tests #8069
Wladimir J. van der Laan
2016-05-19
Merge #8033: Fix Socks5() connect failures to be less noisy and less unnecess...
Wladimir J. van der Laan
2016-05-19
Use Socks5ErrorString() to decode error responses from socks proxy.
Warren Togami
2016-05-18
Fix typo adddrman to addrman as requested in #8070
Ethan Heilman
2016-05-18
Remove non-determinism which is breaking net_tests #8069
EthanHeilman
2016-05-18
Merge #7917: Optimize reindex
Wladimir J. van der Laan
2016-05-18
Merge #8054: net: Avoid duplicate getheaders requests.
Wladimir J. van der Laan
2016-05-18
Merge #7906: net: prerequisites for p2p encapsulation changes
Wladimir J. van der Laan
2016-05-18
Merge #7932: CAddrMan::Deserialize handle corrupt serializations better.
Wladimir J. van der Laan
2016-05-18
Merge #8020: Use SipHash-2-4 for various non-cryptographic hashes
Wladimir J. van der Laan
2016-05-17
Use SipHash-2-4 for address relay selection
Pieter Wuille
2016-05-17
Switch CTxMempool::mapTx to use a hash index for txids
Pieter Wuille
2016-05-17
Use SipHash-2-4 for CCoinsCache index
Pieter Wuille
2016-05-17
Add SipHash-2-4 primitives to hash
Pieter Wuille
2016-05-17
Merge #7696: Fix de-serialization bug where AddrMan is left corrupted
Pieter Wuille
2016-05-17
Make Socks5() InterruptibleRecv() timeout/failures informative.
Warren Togami
2016-05-17
Merge #8038: [qa, doc] Various minor fixes
MarcoFalke
2016-05-16
Acquire lock to check for genesis block.
Patrick Strateman
2016-05-16
Move BackupWallet to CWallet::BackupWallet
Patrick Strateman
2016-05-16
Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance
Patrick Strateman
2016-05-17
Merge #7994: Add op csv tests to script_tests.json
Pieter Wuille
2016-05-17
Report reindexing progress in GUI
Pieter Wuille
2016-05-17
Add -reindex-chainstate that does not rebuild block index
Pieter Wuille
2016-05-17
Optimize ActivateBestChain for long chains
Pieter Wuille
2016-05-17
Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwards
Pieter Wuille
2016-05-17
Make ProcessNewBlock dbp const and update comment
Pieter Wuille
2016-05-16
Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.
Gregory Maxwell
2016-05-15
net: Avoid duplicate getheaders requests.
Daniel Kraft
2016-05-12
rpc: Add `relaytxes` flag to `getnetworkinfo`
Wladimir J. van der Laan
2016-05-12
net: Add fRelayTxes flag
Wladimir J. van der Laan
2016-05-12
Merge #8046: [Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX
Jonas Schnelli
2016-05-12
Merge #8006: Qt: Add option to disable the system tray icon
Wladimir J. van der Laan
2016-05-12
Merge #8004: signal handling: fReopenDebugLog and fRequestShutdown should be ...
Wladimir J. van der Laan
2016-05-12
[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX
Jonas Schnelli
2016-05-12
[Qt] Disable some menu items during splashscreen/verification state
Jonas Schnelli
2016-05-11
Qt: Add option to hide the system tray icon
Tyler Hardin
2016-05-11
bench: Add crypto hash benchmarks
Wladimir J. van der Laan
[next]