317 Commits (70e7fba06da36218688a4cae4a5d12332c714247)

Author SHA1 Message Date
Philip Kaufmann 0206e38dcd allow txindex to be removed and add a reindex dialog 11 years ago
Eric Lombrozo 501da2503a Using boost::signals2 to message main from net.cpp. 11 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
Eric Lombrozo 663224c232 Removed net.cpp's dependency on init.h. 12 years ago
Eric Lombrozo 4751d07efd Moved unrelated-to-network calls in StartNode and StopNode into init.cpp 12 years ago
Eric Lombrozo 336fe971e6 Get rid of db dependencies on main 12 years ago
Cory Fields 7f61f1ac78 build: use runtime setting for displaying the help message rather than QT_GUI define 11 years ago
Cory Fields c98c88b3ab build: cosmetic: split usage string for easier formatting 11 years ago
Cory Fields c862d2ff22 build: split the non-gui startup routines into a new file 11 years ago
Cory Fields a9380c72be build: prepare to move DetectShutdownThread 11 years ago
Philip Kaufmann 3260b4c090 remove GetBoolArg() fDefault parameter defaulting to false 11 years ago
Wladimir J. van der Laan d98bf10f23 Move pMiningKey init out of StartRPCThreads 11 years ago
Gavin Andresen dbc6dea1b2 Fix crash-at-shutdown if exiting before initializing wallet 11 years ago
Jeff Garzik f0d8a52cc0 Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable 11 years ago
Robert Backhaus 03f498080a Explictly cast calculation to int, to allow std::max to work. 11 years ago
Pieter Wuille 95c7db3dbf More bestblock records in wallets 11 years ago
Pieter Wuille 5d274c9927 Check for correct genesis 11 years ago
Philip Kaufmann 110257a631 small init.cpp changes (strings / Winsock init) 11 years ago
Gavin Andresen 000dc55181 Un-hardcode TX_FEE constants 11 years ago
Gavin Andresen d605bc4cd1 Exit cleanly if AppInit2 returns false 11 years ago
Pieter Wuille 2aceeb01a9 Bugfix: if no bestblock record is present, do a -rescan 11 years ago
David Serrano ebd7e8bf91 Accept negative -par values to leave N CPUs free. 11 years ago
Pieter Wuille ba29a5590b Try to increase file descriptor rlimit if necessary 11 years ago
Wladimir J. van der Laan d23fa49c52 move WSAStartup to init 11 years ago
Pieter Wuille 360cfe142c Allow the default key to be unavailable 11 years ago
Pieter Wuille 1859aafef0 Try moving database/ away in case of failure 11 years ago
Philip Kaufmann e79110822e remove duplicate bitdb.Open() code from init 12 years ago
Wladimir J. van der Laan 212b42c623 qt: don't show rpcconnect command line option in help 11 years ago
Philip Kaufmann 6a270c5f81 translations update 2013-04-08 11 years ago
Philip Kaufmann b001c87126 small indentation, space, formatting fixes (no code changes) 11 years ago
Gavin Andresen 723035bb68 Have Qt poll for shutdown requested, the QT way. 11 years ago
Gavin Andresen b31499ec72 Clean up shutdown process 11 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 11 years ago
Gavin Andresen 1b43bf0d3a Rename util.h Sleep --> MilliSleep 11 years ago
Gavin Andresen c8c2fbe07f Shutdown cleanup prep-work 11 years ago
Jeff Garzik a0cafb7945 Move GenerateBitcoins() call out of net.cpp's StartNode() 11 years ago
Matt Corallo c2efd981aa (finally) Remove IRC Seed support now that lfnet is down. 11 years ago
Philip Kaufmann 967125ca4a blockchain -> block chain (used everywhere else) 11 years ago
Gavin Andresen e5f163a041 -alertnotify=<cmd> 11 years ago
Gregory Maxwell 124f823714 Deleting everything except the wallet will not help recover from BDB errors. 11 years ago
Philip Kaufmann e1ca89df1f harmonize 2 init messages and remove one 12 years ago
Mike Hearn 0556bb22e1 Shorten a startup message. It was getting truncated and looks ugly. 12 years ago
Philip Kaufmann 69e0774714 small changes in init, main, checkpoints.h and bitcoin-qt.pro 12 years ago
Pieter Wuille f7f3a96b74 Improve block database load error reporting 12 years ago
Pieter Wuille 398774181a Improve block database load error reporting 12 years ago
Pieter Wuille 386037615a Make sure the genesis block is present after reindex 12 years ago
Pieter Wuille 421218d304 Deal with LevelDB errors 12 years ago
Pieter Wuille ef3988ca36 CValidationState framework 12 years ago
Pieter Wuille 56869fc07c Check only 288 blocks at startup by default 12 years ago
Pieter Wuille 2d1fa42e85 Add optional transaction index to databases 12 years ago