aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Skip verifying transaction signatures during initial block-chain downloadGavin Andresen2011-09-261-3/+10
| * | Merge pull request #517 from gavinandresen/DoSpreventionGavin Andresen2011-09-261-29/+46
| |\ \
| | * | More denial-of-service misbehavior detection: version/addr/inv/getdata messagesGavin Andresen2011-09-211-0/+13
| | * | Transaction/Block denial-of-service detection/responseGavin Andresen2011-09-211-29/+33
| | |/
| * | Merge pull request #521 from laanwj/qtGavin Andresen2011-09-261-0/+11
| |\ \ | | |/ | |/|
* | | use median filter for peer-reported reported number of blocksWladimir J. van der Laan2011-09-281-11/+5
* | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-231-3/+5
|\| | | |/ |/|
| * log low-level network messages only when fDebug is setNils Schneider2011-09-171-3/+5
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-161-8/+8
|\|
| * Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j...Gavin Andresen2011-09-071-8/+8
| |\
| | * Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba...Luke Dashjr2011-09-061-4/+3
| | * Merge branch 'getwork_dedupe' into unique_coinbaseLuke Dashjr2011-09-061-4/+5
* | | clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' b...Wladimir J. van der Laan2011-09-111-5/+5
* | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-071-12/+12
|\| |
| * | Optimize database writes for transactions with lots of TxIns.Gavin Andresen2011-09-051-12/+12
* | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-031-1/+3
|\| |
| * | Versions 0.3.20 THROUGH 0.3.23 have trouble with blockchain downloads; avoid ...Gavin Andresen2011-09-021-1/+3
| * | Do not try to download blockchain from 0.3.23 nodesGavin Andresen2011-09-021-1/+1
* | | update to work with new lock system, add protocol.* to build systemWladimir J. van der Laan2011-09-021-2/+9
* | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-021-11/+13
|\| |
| * | Merge pull request #467 from gavinandresen/keypoolzeroGavin Andresen2011-09-011-1/+1
| |\ \
| | * | Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...Gavin Andresen2011-09-011-1/+1
| * | | Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoinGavin Andresen2011-09-011-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Make some global variables less-global (static)Giel van Schijndel2011-08-191-2/+2
| | |/
| * | Merge pull request #470 from fabianhjr/masterGavin Andresen2011-09-011-7/+9
| |\ \
| | * | Updated checkpoints, maybe Tx fee should be reduced to 0.0001 from 0.0005 and...Fabian H jr.2011-08-151-7/+9
| * | | Fix rpc-hanging deadlocksGavin Andresen2011-08-311-1/+1
| | |/ | |/|
* | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-221-41/+0
|\| |
| * | Remove unused ScanMessageStart functionGavin Andresen2011-08-161-41/+0
| |/
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-161-0/+1
|\|
| * Merge pull request #458 from TheBlueMatt/copyrightGavin Andresen2011-08-111-0/+1
| |\
| | * Unify copyright notices.Matt Corallo2011-08-091-0/+1
* | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-111-1/+10
|\| |
| * | Merge pull request #459 from jgarzik/char-msgstartGavin Andresen2011-08-101-1/+1
| |\ \
| | * | Use 'unsigned char' rather than 'char' for pchMessageStart.Venkatesh Srinivas2011-08-101-1/+1
| | |/
| * / Check for duplicate txins in CheckTransaction.Matt Corallo2011-07-311-0/+9
| |/
* | Merge remote branch 'upstream/master'Wladimir J. van der Laan2011-07-261-3/+0
|\|
| * Merge pull request #403 from sipa/cbitcoinaddressJeff Garzik2011-07-241-3/+0
| |\
| | * get rid of mapPubKeysPieter Wuille2011-07-171-3/+0
* | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-221-0/+1
|\| |
| * | Actually use mapAlreadyAskedFor.Matt Corallo2011-07-211-0/+1
| |/
* / make initial block download reporting somewhat better by tracking version res...Wladimir J. van der Laan2011-07-171-1/+5
|/
* Single DB transaction for all addresses in a messagePatrick Varilly2011-07-141-1/+4
* fix warnings: expression result unused [-Wunused-value]Giel van Schijndel2011-07-131-1/+1
* Make an invalid addrIncoming so that old clients crash.Matt Corallo2011-07-131-1/+0
* Add wallet privkey encryption.Matt Corallo2011-07-131-1/+1
* Block-chain lock-in at 134444Gavin Andresen2011-07-031-4/+5
* Limit response to getblocks to half of output buffer sizePieter Wuille2011-07-011-3/+7
* Merge branch 'totalblocksestimate1' of https://github.com/laanwj/bitcoinGavin Andresen2011-06-241-1/+16
|\
| * add GetTotalBlocksEstimate() function, move magic number to constantWladimir J. van der Laan2011-06-191-1/+16