- Aug 21, 2013
-
-
Gregory Maxwell authored
This resulted in just passing all transactions to filtered wallets which worked surprisingly well, except where it didn't.
-
Pieter Wuille authored
Conflicts: src/main.cpp
-
theuni authored
Fixes #2690.
-
theuni authored
Without this include, sometimes BOOST_VERSION was defined and sometimes it was not, depending on which includes came before it. The result was a random mix of sleep or sleep_for for boost versions >= 1.50.
-
Gregory Maxwell authored
This reduces a peer's ability to attack network resources by using a full bloom filter, but without reducing the usability of bloom filters. It sets a default match everything filter for peers and it generalizes a prior optimization to cover more cases.
-
Pieter Wuille authored
-
Pieter Wuille authored
be1b0ff On Mac OS X fsync does not guarantee write to disk. Use fcntl F_FULLFSYNC instead. git-subtree-dir: src/leveldb git-subtree-split: be1b0ff1fcd6ad820a7fd111ac671fb51cc68001
-
- Aug 20, 2013
-
-
Pieter Wuille authored
-
Pieter Wuille authored
git-subtree-dir: src/leveldb git-subtree-split: a02ddf9b14d145e88185ee209ab8b01d8826663a
-
Pieter Wuille authored
-
Gavin Andresen authored
-
Gavin Andresen authored
Orphan transactions were stored as a CDataStream pointer; this changes the mapOrphanTransactions data structures to store orphans as a CTransaction. This also fixes CVE-2013-4627 by always re-serializing transactions before relaying them.
-
Gavin Andresen authored
This reverts commit 7cc960f8.
-
Gavin Andresen authored
Fixes issue#2838; this is a tweaked version of pull#2845 that should not leak the length of the password and is more generic, in case we run into other situations where we need timing-attack-resistant comparisons.
-
Matt Corallo authored
-
Gavin Andresen authored
-
Gavin Andresen authored
-
- Jun 25, 2013
-
-
Gavin Andresen authored
-
Pieter Wuille authored
-
Peter Todd authored
Fixes a memory exhaustion attack on low-memory peers.
-
- May 25, 2013
-
-
Wladimir J. van der Laan authored
Explicitly #include stdarg.h, for access to va_list
-
- May 24, 2013
-
-
Gavin Andresen authored
-
Gavin Andresen authored
translations update 2013-05-23
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Gavin Andresen authored
Clean up mining CReserveKey to prevent crash at shutdown
-
Robert Backhaus authored
-
- May 23, 2013
-
-
Gavin Andresen authored
Fixes issue#2687
-
Philip Kaufmann authored
- integrates current translations from Transifex
-
- May 22, 2013
-
-
Gavin Andresen authored
-
Gregory Maxwell authored
More bestblock records in wallets
-
Gavin Andresen authored
Set CLIENT_VERSION_IS_RELEASE, bump build to 0.8.2.1
-
Gavin Andresen authored
translations update 2013-05-19 (for 0.8.2 release)
-
Pieter Wuille authored
Write bestblock records in wallets: * Every 20160 blocks synced, no matter what (before: none during IBD) * Every 144 blocks after IBD (before: for every block, slow) * When creating a new wallet * At shutdown This should result in far fewer spurious rescans.
-
Gavin Andresen authored
CreateNewBlock performance improvements
-
Gavin Andresen authored
Update links in build-osx.md
-
Gavin Andresen authored
gitian deps-win32.yml needs psmisc package for killall to end the build
-
Warren Togami authored
-
Michael Ford authored
Add link to Github for Mac Update link to HomeBrew
-
Wladimir J. van der Laan authored
Add a few data-driven tests for SIGHASH_ANYONECANPAY
-