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
...
*
|
|
Truncate oversize 'tx' messages before relaying/storing.
Peter Todd
2013-06-25
1
-0
/
+10
|
/
/
*
|
Pulled AcceptBlock out of CBlock.
Eric Lombrozo
2013-06-23
1
-16
/
+16
*
|
Pulled CheckBlock out of CBlock.
Eric Lombrozo
2013-06-23
1
-17
/
+17
*
|
Pulled AddToBlockIndex out of CBlock.
Eric Lombrozo
2013-06-23
1
-8
/
+8
*
|
Pulled ConnectBlock out of CBlock.
Eric Lombrozo
2013-06-23
1
-19
/
+19
*
|
Pulled DisconnectBlock out of CBlock.
Eric Lombrozo
2013-06-23
1
-6
/
+6
*
|
Moved ReadBlockFromDisk implementation to main.cpp
Eric Lombrozo
2013-06-23
1
-0
/
+24
*
|
Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...
Eric Lombrozo
2013-06-23
1
-14
/
+14
*
|
Moved WriteBlockToDisk implementation from main.h to main.cpp
Eric Lombrozo
2013-06-23
1
-0
/
+26
*
|
Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk i...
Eric Lombrozo
2013-06-23
1
-2
/
+2
*
|
Merge pull request #2778 from jgarzik/rpc-verifydb
Jeff Garzik
2013-06-22
1
-4
/
+3
|
\
\
|
|
/
|
/
|
|
*
RPC: add 'verifychain', to verify chain database at runtime
Jeff Garzik
2013-06-19
1
-1
/
+1
|
*
Pass check level, check depth to VerifyDB()
Jeff Garzik
2013-06-19
1
-3
/
+2
*
|
Merge pull request #2660 from TheBlueMatt/gmfrefactor
Pieter Wuille
2013-06-22
1
-26
/
+11
|
\
\
|
*
|
Refactor fee rules to make them actually readable.
Matt Corallo
2013-06-14
1
-26
/
+11
*
|
|
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-19
1
-94
/
+51
*
|
|
Move implementation of some CBlockLocator methods
Mike Hearn
2013-06-19
1
-2
/
+88
|
|
/
|
/
|
*
|
Remove broken option to skip input checking for wallet txn.
Matt Corallo
2013-06-13
1
-10
/
+9
|
/
*
Using boost::signals2 to message main from net.cpp.
Eric Lombrozo
2013-06-05
1
-0
/
+15
*
Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.
Eric Lombrozo
2013-06-05
1
-5
/
+5
*
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
1
-136
/
+140
*
Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg...
Eric Lombrozo
2013-06-05
1
-6
/
+5
*
Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockL...
Eric Lombrozo
2013-06-05
1
-4
/
+15
*
build: add global var for whether or not the gui is enabled
Cory Fields
2013-06-04
1
-0
/
+1
*
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-06-01
1
-2
/
+2
*
Merge pull request #2644 from sipa/constfindblock
Jeff Garzik
2013-05-30
1
-34
/
+20
|
\
|
*
Make FindBlockByHeight constant-time.
Pieter Wuille
2013-05-12
1
-34
/
+20
*
|
Merge pull request #2657 from gmaxwell/its_after_may15_forever
Jeff Garzik
2013-05-30
1
-23
/
+0
|
\
\
|
*
|
It's after 2013-05-15 forever now, so remove the code for the May 15 fork.
Gregory Maxwell
2013-05-16
1
-23
/
+0
|
|
/
*
|
More bestblock records in wallets
Pieter Wuille
2013-05-22
1
-1
/
+1
*
|
CreateNewBlock performance improvements
Pieter Wuille
2013-05-21
1
-19
/
+9
|
/
*
Merge pull request #2577 from gavinandresen/fee_bandaid
Gavin Andresen
2013-05-04
1
-16
/
+25
|
\
|
*
Un-hardcode TX_FEE constants
Gavin Andresen
2013-05-03
1
-15
/
+24
|
*
Define dust transaction outputs, and make them non-standard
Gavin Andresen
2013-05-03
1
-1
/
+1
*
|
Allow the default key to be unavailable
Pieter Wuille
2013-04-25
1
-1
/
+4
|
/
*
Do not invoke DoS for non-canonical sigs
Pieter Wuille
2013-04-18
1
-1
/
+9
*
Require strictly-standard encodings in mempool
Pieter Wuille
2013-04-14
1
-1
/
+1
*
Use a uint256 for bnChainWork
Pieter Wuille
2013-04-12
1
-23
/
+25
*
Merge pull request #2478 from sipa/fullhash
Gavin Andresen
2013-04-09
1
-29
/
+29
|
\
|
*
Always print full hashes (tx, block, inv)
Pieter Wuille
2013-04-07
1
-29
/
+29
*
|
Make sure we always have a node to do IBD from
Pieter Wuille
2013-04-07
1
-12
/
+6
|
/
*
small indentation, space, formatting fixes (no code changes)
Philip Kaufmann
2013-04-06
1
-6
/
+6
*
Merge pull request #2423 from TheBlueMatt/limitedmapalreadyaskedfor
Gavin Andresen
2013-04-03
1
-1
/
+0
|
\
|
*
Revert "Actually use mapAlreadyAskedFor."
Matt Corallo
2013-04-01
1
-1
/
+0
*
|
Merge pull request #2357 from gavinandresen/shutdowncleanup
Gavin Andresen
2013-04-03
1
-97
/
+48
|
\
\
|
*
|
Clean up shutdown process
Gavin Andresen
2013-04-03
1
-15
/
+14
|
*
|
Port Thread* methods to boost::thread_group
Gavin Andresen
2013-04-03
1
-8
/
+4
|
*
|
Rename util.h Sleep --> MilliSleep
Gavin Andresen
2013-04-03
1
-1
/
+1
|
*
|
Shutdown cleanup prep-work
Gavin Andresen
2013-04-03
1
-73
/
+29
*
|
|
Merge pull request #2453 from sipa/txstats
Gavin Andresen
2013-04-03
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
[prev]
[next]