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-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
2013-04-29
Merge pull request #2568 from sipa/rlimit
Gavin Andresen
2013-04-29
Accept negative -par values to leave N CPUs free.
David Serrano
2013-04-29
Try to increase file descriptor rlimit if necessary
Pieter Wuille
2013-04-28
move WSAStartup to init
Wladimir J. van der Laan
2013-04-25
Allow the default key to be unavailable
Pieter Wuille
2013-04-24
Try moving database/ away in case of failure
Pieter Wuille
2013-04-24
remove duplicate bitdb.Open() code from init
Philip Kaufmann
2013-04-11
qt: don't show rpcconnect command line option in help
Wladimir J. van der Laan
2013-04-08
translations update 2013-04-08
Philip Kaufmann
2013-04-06
small indentation, space, formatting fixes (no code changes)
Philip Kaufmann
2013-04-03
Have Qt poll for shutdown requested, the QT way.
Gavin Andresen
2013-04-03
Clean up shutdown process
Gavin Andresen
2013-04-03
Port Thread* methods to boost::thread_group
Gavin Andresen
2013-04-03
Rename util.h Sleep --> MilliSleep
Gavin Andresen
2013-04-03
Shutdown cleanup prep-work
Gavin Andresen
2013-04-02
Merge pull request #2431 from jgarzik/gen-bitcoins-init
Gavin Andresen
[prev]
[next]