aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-09Merge pull request #505 from gavinandresen/unique_coinbasev0.4.00rc2Gavin Andresen
2011-09-07Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j...Gavin Andresen
2011-09-07Merge pull request #500 from gavinandresen/txndeadlockGavin Andresen
2011-09-06Fix AddAddress cs_mapaddresses/db transaction deadlockGavin Andresen
2011-09-06Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba...Luke Dashjr
2011-09-06Save coinbase, not just extraNonceLuke Dashjr
2011-09-06Merge branch 'getwork_dedupe' into unique_coinbaseLuke Dashjr
2011-09-06Merge branch 'master' of git://github.com/bitcoin/bitcoinJeff Garzik
2011-09-06Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable."Jeff Garzik
2011-09-06Merge pull request #503 from TheBlueMatt/translatefixJeff Garzik
2011-09-06Add binary mo for new translation.Matt Corallo
2011-09-06Merge pull request #502 from vsrinivas/masterJeff Garzik
2011-09-06Define MSG_NOSIGNAL to 0 on platforms where it is unavailable.Venkatesh Srinivas
2011-09-06Merge pull request #501 from paraipanakos/masterJeff Garzik
2011-09-06Romanian translation addedAlex B
2011-09-06ignore stuffLuke Dashjr
2011-09-06Merge pull request #491 from gavinandresen/manytxfixGavin Andresen
2011-09-06Merge pull request #499 from codler/patch-3Gavin Andresen
2011-09-06Add a note to only include .po fileHan Lin Yap
2011-09-06Merge pull request #490 from TheBlueMatt/masterGavin Andresen
2011-09-06Merge pull request #496 from alexwaters/boost_fs3Gavin Andresen
2011-09-05README.md: word wrap text fileJeff Garzik
2011-09-05Merge pull request #495 from alexwaters/readmeJeff Garzik
2011-09-05Updated readme fileAlex Waters
2011-09-05Optimize database writes for transactions with lots of TxIns.Gavin Andresen
2011-09-03Fix build process to actually work.Matt Corallo
2011-09-03Support for boost filesystem version 3Luke Dashjr
2011-09-02Bumped version numbers to 0.4.0rc1v0.4.00rc1Gavin Andresen
2011-09-02Merge pull request #486 from TheBlueMatt/translatefixJeff Garzik
2011-09-02Versions 0.3.20 THROUGH 0.3.23 have trouble with blockchain downloads; avoid ...Gavin Andresen
2011-09-02Update binary mos to latest translations.Matt Corallo
2011-09-02Stay connected to seed nodes; disconnecting causes problems if you are trying...Gavin Andresen
2011-09-02If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock...Gavin Andresen
2011-09-02Do not try to download blockchain from 0.3.23 nodesGavin Andresen
2011-09-02Give hard-coded seed nodes a random last-seen time, to randomize order they'r...Gavin Andresen
2011-09-02Update the list of seednodes.Daniel Folkinshteyn
2011-09-01Fix bad merge: getaccountaddress was broken for new accountsGavin Andresen
2011-09-01Fixed regression I introduced: wallets with lots of transactions were unusabl...Gavin Andresen
2011-09-01Merge pull request #467 from gavinandresen/keypoolzeroGavin Andresen
2011-09-01Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoinGavin Andresen
2011-09-01obtain cs_wallet mutex to protect vchDefaultKeyGavin Andresen
2011-09-01Fix RPC call name in error message.Gavin Andresen
2011-09-01Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...Gavin Andresen
2011-09-01Merge pull request #470 from fabianhjr/masterGavin Andresen
2011-08-31SetCrypted() obtains keystore lock, to be safe.Gavin Andresen
2011-08-31Fix typo ("you own security")Gavin Andresen
2011-08-31Merge pull request #480 from gavinandresen/deadlocksGavin Andresen
2011-08-31Fixed potential deadlocks in GUI code.Gavin Andresen
2011-08-31Fix rpc-hanging deadlocksGavin Andresen
2011-08-31Highlight mis-matching locksGavin Andresen