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-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-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
2013-06-05
Moved unrelated-to-network calls in StartNode and StopNode into init.cpp
Eric Lombrozo
2013-06-05
Get rid of db dependencies on main
Eric Lombrozo
2013-06-04
build: use runtime setting for displaying the help message rather than QT_GUI...
Cory Fields
2013-06-04
build: cosmetic: split usage string for easier formatting
Cory Fields
2013-06-04
build: split the non-gui startup routines into a new file
Cory Fields
2013-06-04
build: prepare to move DetectShutdownThread
Cory Fields
2013-06-01
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-05-30
Merge pull request #2716 from laanwj/2013_05_30_getwork
Jeff Garzik
2013-05-30
Merge pull request #2642 from sipa/rightgenesis
Jeff Garzik
2013-05-30
Merge pull request #2693 from jgarzik/checkpoint-bool
Jeff Garzik
2013-05-30
Move pMiningKey init out of StartRPCThreads
Wladimir J. van der Laan
2013-05-29
Merge pull request #2695 from robbak/init_cpp-explicit_cast
Pieter Wuille
2013-05-24
Fix crash-at-shutdown if exiting before initializing wallet
Gavin Andresen
2013-05-24
Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable
Jeff Garzik
2013-05-24
Explictly cast calculation to int, to allow std::max to work.
Robert Backhaus
2013-05-22
More bestblock records in wallets
Pieter Wuille
2013-05-12
Check for correct genesis
Pieter Wuille
2013-05-04
Merge pull request #2577 from gavinandresen/fee_bandaid
Gavin Andresen
2013-05-04
Merge pull request #2606 from gavinandresen/threadfix
Pieter Wuille
2013-05-03
Merge pull request #2558 from sipa/nodbdir
Pieter Wuille
2013-05-03
Merge pull request #2566 from sipa/nodef
Gavin Andresen
2013-05-03
Merge pull request #2603 from sipa/nobestblock
Pieter Wuille
2013-05-03
small init.cpp changes (strings / Winsock init)
Philip Kaufmann
2013-05-03
Un-hardcode TX_FEE constants
Gavin Andresen
2013-05-02
Exit cleanly if AppInit2 returns false
Gavin Andresen
2013-05-01
Bugfix: if no bestblock record is present, do a -rescan
Pieter Wuille
[next]