aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2011-09-07Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j...Gavin Andresen
2011-09-06Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba...Luke Dashjr
2011-09-06Merge branch 'getwork_dedupe' into unique_coinbaseLuke Dashjr
2011-09-05Optimize database writes for transactions with lots of TxIns.Gavin Andresen
2011-09-02Versions 0.3.20 THROUGH 0.3.23 have trouble with blockchain downloads; avoid ...Gavin Andresen
2011-09-02Do not try to download blockchain from 0.3.23 nodesGavin 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-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-31Fix rpc-hanging deadlocksGavin Andresen
2011-08-19Make some global variables less-global (static)Giel van Schijndel
2011-08-16Remove unused ScanMessageStart functionGavin Andresen
2011-08-15Updated checkpoints, maybe Tx fee should be reduced to 0.0001 from 0.0005 and...Fabian H jr.
2011-08-11Merge pull request #458 from TheBlueMatt/copyrightGavin Andresen
2011-08-10Merge pull request #459 from jgarzik/char-msgstartGavin Andresen
2011-08-10Use 'unsigned char' rather than 'char' for pchMessageStart.Venkatesh Srinivas
2011-08-09Unify copyright notices.Matt Corallo
2011-07-31Check for duplicate txins in CheckTransaction.Matt Corallo
2011-07-24Merge pull request #403 from sipa/cbitcoinaddressJeff Garzik
2011-07-21Actually use mapAlreadyAskedFor.Matt Corallo
2011-07-17get rid of mapPubKeysPieter Wuille
2011-07-14Single DB transaction for all addresses in a messagePatrick Varilly
2011-07-13fix warnings: expression result unused [-Wunused-value]Giel van Schijndel
2011-07-13Make an invalid addrIncoming so that old clients crash.Matt Corallo
2011-07-13Add wallet privkey encryption.Matt Corallo
2011-07-03Block-chain lock-in at 134444Gavin Andresen
2011-07-01Limit response to getblocks to half of output buffer sizePieter Wuille
2011-06-24Merge branch 'totalblocksestimate1' of https://github.com/laanwj/bitcoinGavin Andresen
2011-06-19Fix missing includes needed for Boost 1.46.Shane Wegner
2011-06-19add GetTotalBlocksEstimate() function, move magic number to constantWladimir J. van der Laan
2011-06-15CWallet classPieter Wuille
2011-06-15move wallet code to separate filePieter Wuille
2011-06-14Merge pull request #226 from jordanlewis/betterheadersJeff Garzik
2011-06-05Merge pull request #264 from sipa/mintxfeefixJeff Garzik
2011-06-05Merge pull request #255 from sipa/rescanupdateJeff Garzik
2011-05-28bugfix: accept free transactionsPieter Wuille
2011-05-26Separate required fee for relaying and creationPieter Wuille
2011-05-25Fix for small change outputsPieter Wuille
2011-05-22Update transactions already in the wallet when rescanning.Pieter Wuille
2011-05-17Only include certain boost headers if necessary.Jordan Lewis
2011-05-15Only include init.h when we have toJordan Lewis
2011-05-15Only include net.h when we have toJordan Lewis
2011-05-15Only include db.h when we have to.Jordan Lewis
2011-05-15make bitcoin include files more modularWladimir J. van der Laan
2011-05-12Add #ifdef USE_UPNP around usage of fUseUPnP to fix build failure.Daniel Holbert
2011-05-11Replace CENT with new constant MIN_TX_FEE, where appropriate.Jeff Garzik
2011-05-09Manual merge of jaromil's source tree reorg commit.Jeff Garzik
2011-04-23directory re-organization (keeps the old build system)Jaromil