aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'checknewblock_0.6.0' into checknewblockLuke Dashjr2012-07-111-12/+31
| |\ \ | | |/ | |/|
| | * CreateNewBlock: Check that the produced CBlock is acceptable (except for proo...Luke Dashjr2012-05-271-12/+31
* | | Let the comment in GetBlockValue() reflect the uncertainty about the time int...Rune K. Svendsen2012-07-181-1/+1
* | | Fix thread names after reviewGiel van Schijndel2012-07-171-1/+1
* | | Give threads a recognisable name to aid in debuggingGiel van Schijndel2012-07-171-0/+3
|/ /
* | Warn if blockchain majority doesn't match CBlock::CURRENT_VERSIONGavin Andresen2012-07-061-0/+18
* | Treat non-version-1 transactions as non-standardGavin Andresen2012-07-061-0/+3
* | Merge pull request #1304 from rebroad/ShowBlockTimestampJeff Garzik2012-07-051-3/+10
|\ \
| * | Show the timestamp for the block.R E Broadley2012-05-291-3/+10
* | | CTxMemPool: eliminate redundant lock, GetHash() callJeff Garzik2012-07-041-4/+2
* | | Remove duplicate GetHash() in ConnectBlockMatt Corallo2012-07-041-14/+14
* | | Merge pull request #1511 from jgarzik/quieten2Jeff Garzik2012-06-271-1/+5
|\ \ \
| * | | Quieten 'getdata' P2P message outputJeff Garzik2012-06-231-1/+5
* | | | Merge pull request #1347 from rebroad/FixAlreadyAskedForPieter Wuille2012-06-271-1/+1
|\ \ \ \
| * | | | Should only be mapped when the getdata is done.R E Broadley2012-05-171-1/+1
* | | | | Stop processing messages on full send buffer and dont disconnect.Matt Corallo2012-06-271-8/+8
* | | | | Merge pull request #1174 from sipa/torhsGregory Maxwell2012-06-231-1/+1
|\ \ \ \ \
| * | | | | Debug version messagesPieter Wuille2012-06-231-1/+1
* | | | | | Merge pull request #1503 from gmaxwell/testnet_tweaksGregory Maxwell2012-06-231-4/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove some rule differences which aren't needed with testnet3.Gregory Maxwell2012-06-221-4/+3
| |/ / / /
* | | | | Merge pull request #1458 from jgarzik/tracenetJeff Garzik2012-06-221-1/+2
|\ \ \ \ \
| * | | | | Introduce -debugnet option, thereby quieting some redundant debug messagesJeff Garzik2012-06-221-1/+2
* | | | | | RPC: add 'getrawmempool', listing all transaction ids in memory poolJeff Garzik2012-06-221-0/+8
| |/ / / / |/| | | |
* | | | | print large orphan warning BEFORE deleting pvMsgGavin Andresen2012-06-191-1/+1
* | | | | Merge branch 'signbugs' of https://github.com/wizeman/bitcoinGavin Andresen2012-06-181-1/+1
|\ \ \ \ \
| * | | | | Make CNetAddr::GetHash() return an unsigned val.Ricardo M. Correia2012-05-131-1/+1
* | | | | | Use a 64-bit nonce in pingPieter Wuille2012-06-141-1/+2
* | | | | | introduce a new StartShutdown() function, which starts a thread with Shutdown...Philip Kaufmann2012-06-121-1/+1
| |/ / / / |/| | | |
* | | | | Rework network config settingsPieter Wuille2012-05-311-2/+2
| |_|/ / |/| | |
* | | | Merge pull request #1392 from gavinandresen/testnet_resetGregory Maxwell2012-05-271-7/+5
|\ \ \ \
| * | | | Fix issue#1082, testnet difficulty unsigned integer underflowGavin Andresen2012-05-251-3/+3
| * | | | Testnet, Mark IIIGavin Andresen2012-05-251-4/+2
* | | | | Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-1/+1
|/ / / /
* | | | Merge pull request #1383 from jgarzik/rawtxJeff Garzik2012-05-241-1/+1
|\ \ \ \
| * | | | JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to networkJeff Garzik2012-05-231-1/+1
* | | | | Refactor: move runCommand() to util.cppJeff Garzik2012-05-231-8/+0
|/ / / /
* | | | Merge branch 'dbenv' into tmpJeff Garzik2012-05-221-1/+0
|\ \ \ \
| * | | | Reorganize(): remove spurious TxnAbort()Jeff Garzik2012-05-191-1/+0
* | | | | Merge pull request #1381 from jgarzik/check-deserJeff Garzik2012-05-221-2/+3
|\ \ \ \ \
| * | | | | Prevent crashes due to missing or corrupted blk????.dat recordsJeff Garzik2012-05-221-2/+3
* | | | | | ProcessMessage(): remove duplicate orphan tx debug messageJeff Garzik2012-05-221-3/+0
|/ / / / /
* | | | | Merge branch 'master' of github.com:bitcoin/bitcoinGavin Andresen2012-05-221-7/+7
|\ \ \ \ \
| * | | | | Correct debug.log output to show correct function the debug is coming from.R E Broadley2012-05-221-7/+7
* | | | | | Merge branch 'optimize'Gavin Andresen2012-05-221-27/+61
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Further DoS prevention: Verify signatures lastGavin Andresen2012-05-181-5/+16
| * | | | | Remove invalid dependent orphans from memoryGavin Andresen2012-05-181-2/+12
| * | | | | Optimize orphan transaction handlingGavin Andresen2012-05-181-16/+30
| * | | | | Refactor: GetRandHash() method for utilGavin Andresen2012-05-171-5/+3
* | | | | | Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+2
|\ \ \ \ \ \
| * | | | | | Update License in File HeadersFordy2012-05-181-1/+2