346 Commits (35b8af92265ed74de63c3818e5290c27b3f35df2)

Author SHA1 Message Date
Cory Fields 35b8af9226 autotools: switch to autotools buildsystem 11 years ago
Philip Kaufmann 60fc1b4034 move Checkpoints:fEnabled from step 2 to step 3 in init 11 years ago
Gregory Maxwell 71ac5052d8 Remove fAllowReuse from GetKeyFromPool. 11 years ago
Gavin Andresen a41d5fe019 Payment Protocol: X509-validated payment requests 11 years ago
Philip Kaufmann a2189fbaf6 update SelectParamsFromCommandLine() handling/order 11 years ago
Pieter Wuille 2461aba1ac Mempool consistency check 11 years ago
Gavin Andresen b35e993200 Use HandleError() consistently to handle leveldb errors 11 years ago
Philip Kaufmann 265e2657b4 remove a newline from a string in init.cpp 11 years ago
Jeff Garzik d247a5d130 Move internal miner/block creation to separate miner.cpp module. 11 years ago
Matt Corallo f89faa2584 Call the -alertnotify script when we see a long or invalid fork. 11 years ago
Luke Dashjr dabd4bd48e Bugfix: Include block creation and SSL options headings in usage 11 years ago
fcicq b34255b758 Ignore SIGPIPE signal on Solaris 11 years ago
Nils Schneider 674cb304b3 let user select wallet file with -wallet=foo.dat 12 years ago
Michael Ford 664aeb2871 Log aborted block database rebuilds 11 years ago
Eric Lombrozo e6fe8e77fb Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in init.cpp 12 years ago
Eric Lombrozo 7db120d531 Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in main.h 11 years ago
Philip Kaufmann 336a53ddbc fix makefiles and init.cpp after chainparams merge 11 years ago
Jeff Garzik 6d3f0058f7 init.cpp: fix chainparams.h double include. 11 years ago
Pieter Wuille 067a6092ac Initialize database before checking changed txindex 11 years ago
Jeff Garzik 168ba99392 Pass check level, check depth to VerifyDB() 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
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 11 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