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
...
|
*
|
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
|
\
|
*
Un-hardcode TX_FEE constants
Gavin Andresen
2013-05-03
1
-0
/
+22
*
|
Merge pull request #2606 from gavinandresen/threadfix
Pieter Wuille
2013-05-04
1
-3
/
+3
|
\
\
|
*
|
Exit cleanly if AppInit2 returns false
Gavin Andresen
2013-05-02
1
-3
/
+3
|
|
/
*
|
Merge pull request #2558 from sipa/nodbdir
Pieter Wuille
2013-05-03
1
-11
/
+16
|
\
\
|
*
|
Try moving database/ away in case of failure
Pieter Wuille
2013-04-24
1
-2
/
+16
|
*
|
remove duplicate bitdb.Open() code from init
Philip Kaufmann
2013-04-24
1
-9
/
+0
*
|
|
Merge pull request #2566 from sipa/nodef
Gavin Andresen
2013-05-03
1
-5
/
+5
|
\
\
\
|
*
|
|
Allow the default key to be unavailable
Pieter Wuille
2013-04-25
1
-5
/
+5
|
|
/
/
*
|
|
Merge pull request #2603 from sipa/nobestblock
Pieter Wuille
2013-05-03
1
-0
/
+4
|
\
\
\
|
*
|
|
Bugfix: if no bestblock record is present, do a -rescan
Pieter Wuille
2013-05-01
1
-0
/
+4
|
|
|
/
|
|
/
|
*
/
|
small init.cpp changes (strings / Winsock init)
Philip Kaufmann
2013-05-03
1
-6
/
+5
|
/
/
*
|
Merge pull request #2568 from sipa/rlimit
Gavin Andresen
2013-04-29
1
-0
/
+20
|
\
\
|
*
|
Try to increase file descriptor rlimit if necessary
Pieter Wuille
2013-04-29
1
-0
/
+20
*
|
|
Accept negative -par values to leave N CPUs free.
David Serrano
2013-04-29
1
-3
/
+3
|
/
/
*
/
move WSAStartup to init
Wladimir J. van der Laan
2013-04-28
1
-0
/
+8
|
/
*
qt: don't show rpcconnect command line option in help
Wladimir J. van der Laan
2013-04-11
1
-0
/
+2
[prev]
[next]