aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #2884 from gavinandresen/canonicalsizes2Gavin Andresen2013-10-191-1/+0
|\ \ \ \
| * | | | Reject non-canonically-encoded sizesGavin Andresen2013-08-091-1/+0
* | | | | Merge pull request #3008 from gavinandresen/CENTruleGavin Andresen2013-10-191-6/+9
|\ \ \ \ \
| * | | | | Lower maximum size for free transaction creationGavin Andresen2013-10-041-4/+5
| * | | | | Remove CENT-output free transaction rule when relayingGavin Andresen2013-10-041-2/+4
* | | | | | Merge pull request #3083 from sipa/chainlocatorGavin Andresen2013-10-151-85/+38
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Reimplement CBlockLocator's chain-related logic in CChain.Pieter Wuille2013-10-151-85/+38
* | | | | | replace %zu with %"PRIszu" macro to prevent compiler warningsPhilip Kaufmann2013-10-151-9/+9
|/ / / / /
* | | | | Merge pull request #3077 from sipa/chainGavin Andresen2013-10-141-96/+95
|\ \ \ \ \
| * | | | | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-96/+95
| | |_|/ / | |/| | |
* | | | | Merge pull request #2937Pieter Wuille2013-10-131-4/+81
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added ping time measurement.Josh Lehan2013-10-041-4/+81
* | | | | style-police: fixed badly readable code in ProcessMessage()Philip Kaufmann2013-10-071-4/+6
* | | | | special case DoS value == 0 in ProcessMessage()Philip Kaufmann2013-10-041-4/+4
|/ / / /
* | | | Merge pull request #2947 from gmaxwell/theyre_maturing_faster_these_daysGavin Andresen2013-10-031-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | [wallet] Consider generated coins mature at COINBASE_MATURITY+1Gregory Maxwell2013-08-281-1/+1
* | | | internal miner: move 2 globals from main to minerPhilip Kaufmann2013-09-251-3/+0
* | | | Skip unspendable outputs in consistency checkPieter Wuille2013-09-241-0/+1
* | | | Merge pull request #2949 from gmaxwell/fewer_fee_footgunsGavin Andresen2013-09-221-1/+6
|\ \ \ \
| * | | | [raw] reject insanely high fees by default in sendrawtransactionGregory Maxwell2013-08-281-1/+6
| |/ / /
* | / / Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-76/+74
| |/ / |/| |
* | | Merge pull request #2982 from gmaxwell/20130908_ccoins_corruptGregory Maxwell2013-09-101-1/+6
|\ \ \
| * | | Longer term workaround for chainstate corruption from negative versions.Gregory Maxwell2013-09-091-1/+6
* | | | fix some cosmetic glitches in the codebasePhilip Kaufmann2013-09-091-2/+2
|/ / /
* / / Don't warn about forks while fIsInitialDownloadMatt Corallo2013-09-031-0/+5
|/ /
* | Fix out-of-bounds checkPieter Wuille2013-08-241-1/+2
* | Update the bloom state on the real object, not the temporary one.Gregory Maxwell2013-08-201-1/+1
* | Performance optimization for bloom filters.Gregory Maxwell2013-08-201-1/+2
* | Mempool consistency checkPieter Wuille2013-08-151-0/+45
* | Fix non-standard disconnected transactions causing mempool orphansPieter Wuille2013-08-151-8/+9
* | Merge pull request #2658 from TheBlueMatt/forkalertGavin Andresen2013-08-121-6/+88
|\ \
| * | Better warning/"alert" messages for large-work forks.Matt Corallo2013-07-221-5/+26
| * | Call the -alertnotify script when we see a long or invalid fork.Matt Corallo2013-07-221-0/+10
| * | Detect any sufficiently long fork and add a warning.Matt Corallo2013-07-221-5/+56
* | | do not call BuildMerkleTree() unnecessarily twiceCozz Lovan2013-08-101-1/+1
| |/ |/|
* | Merge pull request #2871 from gavinandresen/simplify_maporphanGavin Andresen2013-08-061-48/+28
|\ \
| * | Simplify storage of orphan transactionsGavin Andresen2013-08-021-38/+28
| * | Revert "Truncate oversize 'tx' messages before relaying/storing."Gavin Andresen2013-08-021-10/+0
* | | Merge pull request #2851 from TheBlueMatt/masterGavin Andresen2013-08-051-6/+6
|\ \ \ | |/ / |/| |
| * | Fix multi-block reorg transaction resurrectionMatt Corallo2013-07-231-3/+3
| * | Don't use checkpoints and accept nonstd txn on -regtestMatt Corallo2013-07-231-3/+3
| |/
* | Move internal miner/block creation to separate miner.cpp module.Jeff Garzik2013-07-311-658/+2
* | Minor miner fixes (hey hey it's fun to say)Jeff Garzik2013-07-311-1/+1
* | Remove #define loop from util.hGavin Andresen2013-07-311-2/+2
|/
* Merge pull request #2743 from jgarzik/reject-reasonJeff Garzik2013-07-101-10/+27
|\
| * Log reason for non-standard transaction rejectionJeff Garzik2013-06-231-10/+27
* | Merge pull request #2209 from CodeShark/WalletRegistrationLocksPieter Wuille2013-06-251-0/+14
|\ \
| * | Added locks on the setpwalletRegistered functions in main.cpp and added an Un...Eric Lombrozo2013-06-241-0/+14
* | | Merge pull request #2792 from sipa/coreimplJeff Garzik2013-06-251-53/+0
|\ \ \
| * | | Move core implementations to core.cppPieter Wuille2013-06-251-53/+0
| |/ /