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
/
init.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #2940 from Diapolo/checkpoint
Pieter Wuille
2013-08-29
1
-2
/
+1
|
\
|
*
move Checkpoints:fEnabled from step 2 to step 3 in init
Philip Kaufmann
2013-08-25
1
-2
/
+1
*
|
Merge pull request #2904 from gmaxwell/newaddr-no-passphrase
Gregory Maxwell
2013-08-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Remove fAllowReuse from GetKeyFromPool.
Gregory Maxwell
2013-08-23
1
-1
/
+1
*
|
Merge pull request #2618 from fcicq/solaris-support
Jeff Garzik
2013-08-24
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Ignore SIGPIPE signal on Solaris
fcicq
2013-07-17
1
-0
/
+5
*
|
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
1
-1
/
+1
*
|
update SelectParamsFromCommandLine() handling/order
Philip Kaufmann
2013-08-22
1
-3
/
+0
*
|
Merge pull request #2891 from gavinandresen/leveldb_printerror
Gavin Andresen
2013-08-15
1
-0
/
+1
|
\
\
|
*
|
Use HandleError() consistently to handle leveldb errors
Gavin Andresen
2013-08-12
1
-0
/
+1
*
|
|
Mempool consistency check
Pieter Wuille
2013-08-15
1
-0
/
+1
*
|
|
Merge pull request #2658 from TheBlueMatt/forkalert
Gavin Andresen
2013-08-12
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Call the -alertnotify script when we see a long or invalid fork.
Matt Corallo
2013-07-22
1
-1
/
+1
|
|
/
*
|
remove a newline from a string in init.cpp
Philip Kaufmann
2013-08-06
1
-1
/
+1
*
|
Move internal miner/block creation to separate miner.cpp module.
Jeff Garzik
2013-07-31
1
-0
/
+1
*
|
Merge pull request #1889 from tcatm/multi-wallet
Gavin Andresen
2013-07-24
1
-5
/
+13
|
\
\
|
*
|
let user select wallet file with -wallet=foo.dat
Nils Schneider
2013-07-04
1
-5
/
+13
|
|
/
*
|
Merge pull request #2795 from fanquake/log_aborted_rebuilds
Jeff Garzik
2013-07-22
1
-0
/
+1
|
\
\
|
*
|
Log aborted block database rebuilds
Michael Ford
2013-06-25
1
-0
/
+1
*
|
|
Bugfix: Include block creation and SSL options headings in usage
Luke Dashjr
2013-07-21
1
-2
/
+2
|
|
/
|
/
|
*
|
Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in in...
Eric Lombrozo
2013-06-24
1
-1
/
+1
|
/
*
Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...
Eric Lombrozo
2013-06-23
1
-1
/
+1
*
Merge pull request #2783 from sipa/newtxindex
Pieter Wuille
2013-06-23
1
-6
/
+6
|
\
|
*
Initialize database before checking changed txindex
Pieter Wuille
2013-06-22
1
-6
/
+6
*
|
init.cpp: fix chainparams.h double include.
Jeff Garzik
2013-06-23
1
-1
/
+0
*
|
Merge pull request #2778 from jgarzik/rpc-verifydb
Jeff Garzik
2013-06-22
1
-1
/
+2
|
\
\
|
*
|
Pass check level, check depth to VerifyDB()
Jeff Garzik
2013-06-19
1
-1
/
+2
|
|
/
*
/
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-19
1
-3
/
+8
|
/
*
allow txindex to be removed and add a reindex dialog
Philip Kaufmann
2013-06-10
1
-4
/
+7
*
Using boost::signals2 to message main from net.cpp.
Eric Lombrozo
2013-06-05
1
-4
/
+2
*
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
1
-0
/
+1
*
Removed net.cpp's dependency on init.h.
Eric Lombrozo
2013-06-05
1
-1
/
+6
*
Moved unrelated-to-network calls in StartNode and StopNode into init.cpp
Eric Lombrozo
2013-06-05
1
-0
/
+2
*
Get rid of db dependencies on main
Eric Lombrozo
2013-06-05
1
-0
/
+1
*
build: use runtime setting for displaying the help message rather than QT_GUI...
Cory Fields
2013-06-04
1
-11
/
+9
*
build: cosmetic: split usage string for easier formatting
Cory Fields
2013-06-04
1
-70
/
+70
*
build: split the non-gui startup routines into a new file
Cory Fields
2013-06-04
1
-134
/
+0
*
build: prepare to move DetectShutdownThread
Cory Fields
2013-06-04
1
-3
/
+5
*
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-06-01
1
-14
/
+14
*
Merge pull request #2716 from laanwj/2013_05_30_getwork
Jeff Garzik
2013-05-30
1
-0
/
+3
|
\
|
*
Move pMiningKey init out of StartRPCThreads
Wladimir J. van der Laan
2013-05-30
1
-0
/
+3
*
|
Merge pull request #2642 from sipa/rightgenesis
Jeff Garzik
2013-05-30
1
-0
/
+5
|
\
\
|
*
|
Check for correct genesis
Pieter Wuille
2013-05-12
1
-0
/
+5
*
|
|
Merge pull request #2693 from jgarzik/checkpoint-bool
Jeff Garzik
2013-05-30
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable
Jeff Garzik
2013-05-24
1
-0
/
+2
*
|
|
Merge pull request #2695 from robbak/init_cpp-explicit_cast
Pieter Wuille
2013-05-29
1
-1
/
+1
|
\
\
\
|
*
|
|
Explictly cast calculation to int, to allow std::max to work.
Robert Backhaus
2013-05-24
1
-1
/
+1
|
|
/
/
*
/
/
Fix crash-at-shutdown if exiting before initializing wallet
Gavin Andresen
2013-05-24
1
-1
/
+2
|
/
/
*
/
More bestblock records in wallets
Pieter Wuille
2013-05-22
1
-0
/
+3
|
/
*
Merge pull request #2577 from gavinandresen/fee_bandaid
Gavin Andresen
2013-05-04
1
-0
/
+22
|
\
[prev]
[next]