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
2015-02-06
Raise version of created blocks, and enforce DERSIG in mempool
Pieter Wuille
2015-02-06
Backport of some of BIP66's tests
Pieter Wuille
2015-02-06
Implement BIP 66 validation rules and switchover logic
Pieter Wuille
2015-01-12
Improve robustness of DER recoding code
Wladimir J. van der Laan
2015-01-10
fail immediately on an empty signature
Cory Fields
2015-01-10
consensus: guard against openssl's new strict DER checks
Cory Fields
2013-12-05
leveldb: Use native Darwin memory barriers
theuni
2013-12-05
LevelDB: use PosixWriteableFile only on MacOS X
Warren Togami
2013-12-05
dont use mmap in leveldb, this is a marginal performance hit
Patrick Strateman
2013-12-05
Prevent empty transactions from being added to vtxPrev
Wladimir J. van der Laan
2013-12-05
Refuse to retransmit transactions without vins
Wladimir J. van der Laan
2013-12-05
qt: use deleteLater to remove send entries
Wladimir J. van der Laan
2013-12-05
Fix typo: make default maxblocksize 350k (not 300)
Gavin Andresen
2013-12-05
Bitcoin-Qt: Fix display of window when bitcoin: URI is opened
Philip Kaufmann
2013-12-05
Fix typo in a comment: it's base58, not base48.
Timothy Stranex
2013-12-05
Don't attempt to resize vector to negative size.
Robert Backhaus
2013-12-05
fix memory leak in CKey::SetCompactSignature()
Daniel Larimer
2013-12-05
Fix memory leak on exception in Key::SignCompact
Daniel Larimer
2013-12-05
Create parent directories if needed in GetDataDir
Wladimir J. van der Laan
2013-12-05
fix comment about dust logic
Cozz Lovan
2013-12-05
Make the rand tests determinstic. (fixes #2714)
Gregory Maxwell
2013-12-05
fix invalid conversion error with MinGW 4.8.1 in net.cpp
Philip Kaufmann
2013-12-05
Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VE...
Luke Dashjr
2013-12-05
Add missing 0x prefix in chainparams.cpp
Roman Mindalev
2013-12-05
Explictly cast calculation to int, to allow std::max to work.
Robert Backhaus
2013-11-28
Lower maximum size for free transaction creation
Gavin Andresen
2013-11-28
Remove CENT-output free transaction rule when relaying
Gavin Andresen
2013-11-28
Increase default -blockmaxsize/prioritysize to 300K/30K
Gavin Andresen
2013-11-28
Store and use a sanitized subVer
Mike Hearn
2013-11-28
Add some additional logging to give extra network insight.
Mike Hearn
2013-11-28
special case DoS value == 0 in ProcessMessage()
Philip Kaufmann
2013-11-28
Refactor: pull alert string sanitization into util
Gavin Andresen
2013-11-28
Silence useless warning in src/json/json_spirit_writer_template.h to make imp...
Warren Togami
2013-11-28
Squashed 'src/leveldb/' changes from be1b0ff..be91006
Wladimir J. van der Laan
2013-11-26
Bump version numbers for 0.8.6 release
Wladimir J. van der Laan
2013-11-26
osx: fix bitcoin-qt startup crash when clicking dock icon
Cory Fields
2013-11-26
Fix build date for from-tarball builds
Pieter Wuille
2013-11-26
exclude CreatePidFile() function on WIN32 as it is unused
Philip Kaufmann
2013-11-26
Porting MinGW multithreading bugfix to makefile.mingw
phelixbtc
2013-11-26
Hurricane Electric uses block 2001:470::, not 2011:470::
David Hill
2013-11-26
More fixes for blockchain corruption on OSX.
Gregory Maxwell
2013-11-26
make -logtimestamps default on and rework help-message
Philip Kaufmann
2013-11-26
Log reason for non-standard transaction rejection
Jeff Garzik
2013-11-26
log start and end of Shutdown()
Philip Kaufmann
2013-11-26
Fix uninitialized variable added in 5c55bf5
theuni
2013-11-26
Fix comparison tool by asking for blocks more aggressively
Matt Corallo
2013-11-26
process received messages one at a time without sleeping between messages
Patrick Strateman
2013-09-12
Bump version numbers for 0.8.5 release
v0.8.5
Gavin Andresen
2013-09-12
Fix out-of-bounds check
Pieter Wuille
2013-09-10
Longer term workaround for chainstate corruption from negative versions.
Gregory Maxwell
[next]