index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init.cpp
Age
Commit message (
Expand
)
Author
2013-10-30
re-work -debug switch handling
Philip Kaufmann
2013-10-22
remove duplicate -rpcsslciphers help message from init
Philip Kaufmann
2013-10-21
Add separate bitcoin-rpc client
Wladimir J. van der Laan
2013-10-20
Merge pull request #3104 from Diapolo/rpcssl-defaultciphers
Gavin Andresen
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-17
update default -rpcsslciphers to include TLSv1.2
Philip Kaufmann
2013-10-16
Merge pull request #2981 from gmaxwell/tor2onion
Gavin Andresen
2013-10-15
Reimplement CBlockLocator's chain-related logic in CChain.
Pieter Wuille
2013-10-11
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-02
log start and end of Shutdown()
Philip Kaufmann
2013-10-01
Support absence of wallet (pwalletMain==NULL) in several locations,
Jeff Garzik
2013-10-01
misc small spelling/indentation fixes
Philip Kaufmann
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
Refactor: OutputDebugStringF -> LogPrint(category, ...)
Gavin Andresen
2013-09-09
fix some cosmetic glitches in the codebase
Philip Kaufmann
2013-09-08
Rename -tor to -onion to better reflect what it does.
Gregory Maxwell
2013-09-05
autotools: switch to autotools buildsystem
Cory Fields
2013-08-29
Merge pull request #2940 from Diapolo/checkpoint
Pieter Wuille
2013-08-28
Merge pull request #2904 from gmaxwell/newaddr-no-passphrase
Gregory Maxwell
2013-08-25
move Checkpoints:fEnabled from step 2 to step 3 in init
Philip Kaufmann
2013-08-24
Merge pull request #2618 from fcicq/solaris-support
Jeff Garzik
2013-08-23
Remove fAllowReuse from GetKeyFromPool.
Gregory Maxwell
2013-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
update SelectParamsFromCommandLine() handling/order
Philip Kaufmann
2013-08-15
Merge pull request #2891 from gavinandresen/leveldb_printerror
Gavin Andresen
2013-08-15
Mempool consistency check
Pieter Wuille
2013-08-12
Merge pull request #2658 from TheBlueMatt/forkalert
Gavin Andresen
2013-08-12
Use HandleError() consistently to handle leveldb errors
Gavin Andresen
2013-08-06
remove a newline from a string in init.cpp
Philip Kaufmann
2013-07-31
Move internal miner/block creation to separate miner.cpp module.
Jeff Garzik
2013-07-24
Merge pull request #1889 from tcatm/multi-wallet
Gavin Andresen
2013-07-22
Merge pull request #2795 from fanquake/log_aborted_rebuilds
Jeff Garzik
2013-07-22
Call the -alertnotify script when we see a long or invalid fork.
Matt Corallo
2013-07-21
Bugfix: Include block creation and SSL options headings in usage
Luke Dashjr
2013-07-17
Ignore SIGPIPE signal on Solaris
fcicq
2013-07-04
let user select wallet file with -wallet=foo.dat
Nils Schneider
2013-06-25
Log aborted block database rebuilds
Michael Ford
2013-06-24
Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in in...
Eric Lombrozo
2013-06-23
Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...
Eric Lombrozo
2013-06-23
Merge pull request #2783 from sipa/newtxindex
Pieter Wuille
2013-06-23
init.cpp: fix chainparams.h double include.
Jeff Garzik
2013-06-22
Merge pull request #2778 from jgarzik/rpc-verifydb
Jeff Garzik
2013-06-22
Initialize database before checking changed txindex
Pieter Wuille
2013-06-19
Pass check level, check depth to VerifyDB()
Jeff Garzik
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-10
allow txindex to be removed and add a reindex dialog
Philip Kaufmann
2013-06-05
Using boost::signals2 to message main from net.cpp.
Eric Lombrozo
2013-06-05
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
Removed net.cpp's dependency on init.h.
Eric Lombrozo
[next]