- 06 Sep, 2011 9 commits
-
-
Luke Dashjr authored
-
Gavin Andresen authored
Optimize database writes for transactions with lots of TxIns.
-
Gavin Andresen authored
Add a note to only include .po file
-
Han Lin Yap authored
-
Gavin Andresen authored
Fix build process to actually work (yet again).
-
Gavin Andresen authored
Support for boost filesystem version 3
-
Jeff Garzik authored
-
Jeff Garzik authored
Updated readme file
-
Alex Waters authored
-
- 05 Sep, 2011 1 commit
-
-
Gavin Andresen authored
Patch from ArtForz, who discovered the problem.
-
- 03 Sep, 2011 2 commits
-
-
Matt Corallo authored
-
Luke Dashjr authored
-
- 02 Sep, 2011 9 commits
-
-
Gavin Andresen authored
-
Jeff Garzik authored
Update binary mos to latest translations.
-
Gavin Andresen authored
-
Matt Corallo authored
-
Gavin Andresen authored
Stay connected to seed nodes; disconnecting causes problems if you are trying to make the initial blockchain download.
-
Gavin Andresen authored
If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock/unlock (helpful for debugging something-is-holding-a-mutex-too-long problems)
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Daniel Folkinshteyn authored
Nodes culled from MagicalTux's database of bitcoin nodes, http://dump.bitcoin.it/misc/ by version and longevity, and tested for connectivity.
-
- 01 Sep, 2011 8 commits
-
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Gavin Andresen authored
Logic running with -keypool=0 was wrong (empty keys were being returned).
-
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Gavin Andresen authored
Renames GetOrReuseKeyFromKeyPool to GetKeyFromPool, with fAllowReuse arg and bool result.
-
Gavin Andresen authored
Checkpoints
-
- 31 Aug, 2011 10 commits
-
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Gavin Andresen authored
Simplify mutex locking, fix deadlocks. Fixes issue #453
-
Gavin Andresen authored
Also changed semantics of CWalletTx::GetTxTime(); now always returns the time the transaction was received by this node, not the average block time. And added information about -DDEBUG_LOCKORDER to coding.txt.
-
Gavin Andresen authored
Collapsed multiple wallet mutexes to a single cs_wallet, to avoid deadlocks with wallet methods that acquired locks in different order. Also change master RPC call handler to acquire cs_main and cs_wallet locks before executing RPC calls; requiring each RPC call to acquire the right set of locks in the right order was too error-prone.
-
Gavin Andresen authored
-
Jeff Garzik authored
Encryption readme update and minor rpc.cpp fixes
-
Jeff Garzik authored
-
Jeff Garzik authored
Edited locale/pl/LC_MESSAGES/bitcoin.po via GitHub
-
Jeff Garzik authored
Upgrade dependancies and tweak build process.
-
- 26 Aug, 2011 1 commit
-
-
Gavin Andresen authored
-