index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge pull request #2884 from gavinandresen/canonicalsizes2
Gavin Andresen
2013-10-19
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
Reject non-canonically-encoded sizes
Gavin Andresen
2013-08-09
1
-1
/
+0
*
|
|
|
|
Merge pull request #3008 from gavinandresen/CENTrule
Gavin Andresen
2013-10-19
1
-6
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Lower maximum size for free transaction creation
Gavin Andresen
2013-10-04
1
-4
/
+5
|
*
|
|
|
|
Remove CENT-output free transaction rule when relaying
Gavin Andresen
2013-10-04
1
-2
/
+4
*
|
|
|
|
|
Merge pull request #3083 from sipa/chainlocator
Gavin Andresen
2013-10-15
1
-85
/
+38
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Reimplement CBlockLocator's chain-related logic in CChain.
Pieter Wuille
2013-10-15
1
-85
/
+38
*
|
|
|
|
|
replace %zu with %"PRIszu" macro to prevent compiler warnings
Philip Kaufmann
2013-10-15
1
-9
/
+9
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #3077 from sipa/chain
Gavin Andresen
2013-10-14
1
-96
/
+95
|
\
\
\
\
\
|
*
|
|
|
|
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-96
/
+95
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2937
Pieter Wuille
2013-10-13
1
-4
/
+81
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Added ping time measurement.
Josh Lehan
2013-10-04
1
-4
/
+81
*
|
|
|
|
style-police: fixed badly readable code in ProcessMessage()
Philip Kaufmann
2013-10-07
1
-4
/
+6
*
|
|
|
|
special case DoS value == 0 in ProcessMessage()
Philip Kaufmann
2013-10-04
1
-4
/
+4
|
/
/
/
/
*
|
|
|
Merge pull request #2947 from gmaxwell/theyre_maturing_faster_these_days
Gavin Andresen
2013-10-03
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
[wallet] Consider generated coins mature at COINBASE_MATURITY+1
Gregory Maxwell
2013-08-28
1
-1
/
+1
*
|
|
|
internal miner: move 2 globals from main to miner
Philip Kaufmann
2013-09-25
1
-3
/
+0
*
|
|
|
Skip unspendable outputs in consistency check
Pieter Wuille
2013-09-24
1
-0
/
+1
*
|
|
|
Merge pull request #2949 from gmaxwell/fewer_fee_footguns
Gavin Andresen
2013-09-22
1
-1
/
+6
|
\
\
\
\
|
*
|
|
|
[raw] reject insanely high fees by default in sendrawtransaction
Gregory Maxwell
2013-08-28
1
-1
/
+6
|
|
/
/
/
*
|
/
/
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-76
/
+74
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #2982 from gmaxwell/20130908_ccoins_corrupt
Gregory Maxwell
2013-09-10
1
-1
/
+6
|
\
\
\
|
*
|
|
Longer term workaround for chainstate corruption from negative versions.
Gregory Maxwell
2013-09-09
1
-1
/
+6
*
|
|
|
fix some cosmetic glitches in the codebase
Philip Kaufmann
2013-09-09
1
-2
/
+2
|
/
/
/
*
/
/
Don't warn about forks while fIsInitialDownload
Matt Corallo
2013-09-03
1
-0
/
+5
|
/
/
*
|
Fix out-of-bounds check
Pieter Wuille
2013-08-24
1
-1
/
+2
*
|
Update the bloom state on the real object, not the temporary one.
Gregory Maxwell
2013-08-20
1
-1
/
+1
*
|
Performance optimization for bloom filters.
Gregory Maxwell
2013-08-20
1
-1
/
+2
*
|
Mempool consistency check
Pieter Wuille
2013-08-15
1
-0
/
+45
*
|
Fix non-standard disconnected transactions causing mempool orphans
Pieter Wuille
2013-08-15
1
-8
/
+9
*
|
Merge pull request #2658 from TheBlueMatt/forkalert
Gavin Andresen
2013-08-12
1
-6
/
+88
|
\
\
|
*
|
Better warning/"alert" messages for large-work forks.
Matt Corallo
2013-07-22
1
-5
/
+26
|
*
|
Call the -alertnotify script when we see a long or invalid fork.
Matt Corallo
2013-07-22
1
-0
/
+10
|
*
|
Detect any sufficiently long fork and add a warning.
Matt Corallo
2013-07-22
1
-5
/
+56
*
|
|
do not call BuildMerkleTree() unnecessarily twice
Cozz Lovan
2013-08-10
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #2871 from gavinandresen/simplify_maporphan
Gavin Andresen
2013-08-06
1
-48
/
+28
|
\
\
|
*
|
Simplify storage of orphan transactions
Gavin Andresen
2013-08-02
1
-38
/
+28
|
*
|
Revert "Truncate oversize 'tx' messages before relaying/storing."
Gavin Andresen
2013-08-02
1
-10
/
+0
*
|
|
Merge pull request #2851 from TheBlueMatt/master
Gavin Andresen
2013-08-05
1
-6
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix multi-block reorg transaction resurrection
Matt Corallo
2013-07-23
1
-3
/
+3
|
*
|
Don't use checkpoints and accept nonstd txn on -regtest
Matt Corallo
2013-07-23
1
-3
/
+3
|
|
/
*
|
Move internal miner/block creation to separate miner.cpp module.
Jeff Garzik
2013-07-31
1
-658
/
+2
*
|
Minor miner fixes (hey hey it's fun to say)
Jeff Garzik
2013-07-31
1
-1
/
+1
*
|
Remove #define loop from util.h
Gavin Andresen
2013-07-31
1
-2
/
+2
|
/
*
Merge pull request #2743 from jgarzik/reject-reason
Jeff Garzik
2013-07-10
1
-10
/
+27
|
\
|
*
Log reason for non-standard transaction rejection
Jeff Garzik
2013-06-23
1
-10
/
+27
*
|
Merge pull request #2209 from CodeShark/WalletRegistrationLocks
Pieter Wuille
2013-06-25
1
-0
/
+14
|
\
\
|
*
|
Added locks on the setpwalletRegistered functions in main.cpp and added an Un...
Eric Lombrozo
2013-06-24
1
-0
/
+14
*
|
|
Merge pull request #2792 from sipa/coreimpl
Jeff Garzik
2013-06-25
1
-53
/
+0
|
\
\
\
|
*
|
|
Move core implementations to core.cpp
Pieter Wuille
2013-06-25
1
-53
/
+0
|
|
/
/
[prev]
[next]