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 #3368 from laanwj/2013_11_disable_wallet_mining
Gavin Andresen
2013-12-09
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
Allow mining RPCs with --disable-wallet
Wladimir J. van der Laan
2013-12-09
1
-3
/
+1
*
|
Add main-specific node state
Pieter Wuille
2013-12-08
1
-0
/
+1
|
/
*
Delimit code with #ifdef ENABLE_WALLET
Wladimir J. van der Laan
2013-12-04
1
-8
/
+33
*
bitcoin-cli: remove unneeded dependencies (only code movement)
Wladimir J. van der Laan
2013-12-03
1
-84
/
+63
*
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-27
1
-1
/
+1
*
setgenerate creates multiple blocks in -regtest mode
Gavin Andresen
2013-11-22
1
-2
/
+2
*
RPC client option: -rpcwait, to wait for server start
Gavin Andresen
2013-11-20
1
-0
/
+1
*
Add -disablewallet option, to disable wallet support (and BDB)
Jeff Garzik
2013-11-13
1
-4
/
+8
*
init.cpp: cosmetic indent changes, preparing for no-wallet mode
Jeff Garzik
2013-11-12
1
-109
/
+113
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-22
/
+23
*
Merge pull request #3196 from laanwj/2013_11_nohavegui
Wladimir J. van der Laan
2013-11-05
1
-5
/
+2
|
\
|
*
No more fHaveGUI
Wladimir J. van der Laan
2013-11-04
1
-5
/
+2
*
|
Merge pull request #3188 from Diapolo/logtimestamp_def
Wladimir J. van der Laan
2013-11-04
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
make -logtimestamps default on and rework help-message
Philip Kaufmann
2013-11-02
1
-2
/
+2
*
|
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-11-04
1
-2
/
+2
|
/
*
re-work -debug switch handling
Philip Kaufmann
2013-10-30
1
-9
/
+22
*
remove duplicate -rpcsslciphers help message from init
Philip Kaufmann
2013-10-22
1
-1
/
+0
*
Add separate bitcoin-rpc client
Wladimir J. van der Laan
2013-10-21
1
-69
/
+96
*
Merge pull request #3104 from Diapolo/rpcssl-defaultciphers
Gavin Andresen
2013-10-20
1
-1
/
+1
|
\
|
*
update default -rpcsslciphers to include TLSv1.2
Philip Kaufmann
2013-10-17
1
-1
/
+1
*
|
Merge pull request #3119
Pieter Wuille
2013-10-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
|
Merge pull request #2981 from gmaxwell/tor2onion
Gavin Andresen
2013-10-16
1
-6
/
+11
|
\
\
|
*
|
Rename -tor to -onion to better reflect what it does.
Gregory Maxwell
2013-09-08
1
-6
/
+11
*
|
|
Reimplement CBlockLocator's chain-related logic in CChain.
Pieter Wuille
2013-10-15
1
-4
/
+4
*
|
|
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-10
/
+10
|
|
/
|
/
|
*
|
log start and end of Shutdown()
Philip Kaufmann
2013-10-02
1
-0
/
+2
*
|
Support absence of wallet (pwalletMain==NULL) in several locations,
Jeff Garzik
2013-10-01
1
-11
/
+17
*
|
misc small spelling/indentation fixes
Philip Kaufmann
2013-10-01
1
-2
/
+2
*
|
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-35
/
+35
*
|
Refactor: OutputDebugStringF -> LogPrint(category, ...)
Gavin Andresen
2013-09-18
1
-1
/
+1
*
|
fix some cosmetic glitches in the codebase
Philip Kaufmann
2013-09-09
1
-1
/
+1
|
/
*
autotools: switch to autotools buildsystem
Cory Fields
2013-09-05
1
-0
/
+4
*
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
|
\
\
[prev]
[next]