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
2015-05-10
don't imbue boost::filesystem::path with locale "C" on windows
Jonas Schnelli
2015-05-07
Merge pull request #6114
Wladimir J. van der Laan
2015-05-06
wallet: fix boost::get usage with boost 1.58
Cory Fields
2015-05-04
qt: translation update for next 0.10 point release
Wladimir J. van der Laan
2015-04-25
doc: improve credits in release notes
v0.10.1
Gregory Maxwell
2015-04-20
update release notes for 0.10.1rc3
v0.10.1rc3
Wladimir J. van der Laan
2015-04-20
Cap nAttempts penalty at 8 and switch to pow instead of a division loop.
Gregory Maxwell
2015-04-20
Set nSequenceId when a block is fully linked
Suhas Daftuar
2015-04-20
Merge pull request #6025
Wladimir J. van der Laan
2015-04-18
Initialization: setup environment before starting QT tests
dexX7
2015-04-18
Initialization: setup environment before starting tests
dexX7
2015-04-18
Initialization: set fallback locale as environment variable
dexX7
2015-04-16
Fix CheckBlockIndex for reindex.
mrbandrews
2015-04-14
Fix missing lock in submitblock
Matt Corallo
2015-04-09
doc: update release notes pre rc2
v0.10.1rc2
Wladimir J. van der Laan
2015-04-06
Keep mempool consistent during block-reorgs
Gavin Andresen
2015-04-06
doc: Credit Jonas Nick in release notes
Wladimir J. van der Laan
2015-04-03
Merge pull request #5961
Wladimir J. van der Laan
2015-04-02
Docs: Use new Bitcoin.org download URLs
David A. Harding
2015-04-01
doc: add historical release notes for 0.10.0
Wladimir J. van der Laan
2015-04-01
update release notes for #5953/#5900
v0.10.1rc1
Wladimir J. van der Laan
2015-04-01
Merge pull request #5953
Wladimir J. van der Laan
2015-04-01
update release notes after #5941
Wladimir J. van der Laan
2015-04-01
Scale up addrman
Pieter Wuille
2015-04-01
Always use a 50% chance to choose between tried and new entries
Pieter Wuille
2015-04-01
Do not bias outgoing connections towards fresh addresses
Pieter Wuille
2015-04-01
Simplify hashing code
Pieter Wuille
2015-04-01
Make addrman's bucket placement deterministic.
Pieter Wuille
2015-04-01
Switch addrman key from vector to uint256
Pieter Wuille
2015-03-30
No notable changes for minor release
Wladimir J. van der Laan
2015-03-27
Add a consistency check for the block chain data structures
Pieter Wuille
2015-03-26
Translations update from transifex
Wladimir J. van der Laan
2015-03-26
Add commits (up to now) to release notes
Wladimir J. van der Laan
2015-03-26
don't trickle for whitelisted nodes
Ruben de Vries
2015-03-25
Clean out release notes for 0.10.1
Wladimir J. van der Laan
2015-03-24
Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidates
Alex Morcos
2015-03-24
Initialization: set Boost path locale in main thread
dexX7
2015-03-19
Merge pull request #5926
Wladimir J. van der Laan
2015-03-19
0.10 fix for crashes on OSX 10.6
Cory Fields
2015-03-18
bump version to 0.10.1 in preparation of RC1
Wladimir J. van der Laan
2015-03-17
Reduce fingerprinting through timestamps in 'addr' messages.
Pieter Wuille
2015-03-16
[QT] some mac specifiy cleanup (memory handling, unnecessary code)
Jonas Schnelli
2015-03-16
[QT] fix OSX dock icon window reopening
Jonas Schnelli
2015-03-12
add RPC test for InvalidateBlock
Alex Morcos
2015-03-12
fix InvalidateBlock to repopulate setBlockIndexCandidates
Alex Morcos
2015-03-11
fix possible block db breakage during re-index
Cory Fields
2015-03-09
Ignore getaddr messages on Outbound connections.
Ivan Pustogarov
2015-03-09
Limit message sizes before transfer
Pieter Wuille
2015-03-09
[Qt] fix a issue where "command line options"-action overwrite "Preference"-a...
Jonas Schnelli
2015-02-26
Better fingerprinting protection for non-main-chain getdatas.
Pieter Wuille
[next]