aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2012-05-01remove references to bitcoin-wx from comment in init.cppPhilip Kaufmann
2012-04-26Make lsn_reset ("detach databases") optional and off by default.Pieter Wuille
2012-04-22Make GetDataDir return absolute pathsPieter Wuille
2012-04-18Added ability to respond to signals during Block Loading stage.R E Broadley
2012-04-17Further reduce header dependenciesPieter Wuille
2012-04-17Move CWalletDB code to new walletdb module.Jeff Garzik
2012-04-17Remove headers.hPieter Wuille
2012-04-11Use filesystem::path instead of manual string tinkeringPieter Wuille
2012-04-10Merge pull request #1054 from sipa/buildinfoPieter Wuille
2012-04-10Build identification stringsPieter Wuille
2012-04-09Use scoped locks instead of CRITICAL_BLOCKPieter Wuille
2012-04-05Flush on log size instead of transaction countPieter Wuille
2012-04-04Remove USE_SSL #defineGavin Andresen
2012-04-04qtui.h/noui.h interface cleanupWladimir J. van der Laan
2012-04-04move QT_PLUGINS stuff to qt main file, where it belongsWladimir J. van der Laan
2012-04-03VC2010 compile fixesWladimir J. van der Laan
2012-03-22Introduce explicit -walletupgrade optionPieter Wuille
2012-03-22Merge branch 'checklevel' of https://github.com/sipa/bitcoinGavin Andresen
2012-03-22Merge branch 'addrman' of https://github.com/sipa/bitcoinGavin Andresen
2012-03-22Merge pull request #964 from sipa/fastblocksGavin Andresen
2012-03-22Add -checklevel and improve -checkblocksPieter Wuille
2012-03-21Remove -bip16 and -paytoscripthashtime command-line argumentsGavin Andresen
2012-03-21Speed up block downloadingPieter Wuille
2012-03-11Print wallet load errors (to debug.log)Luke Dashjr
2012-02-27Move BIP16 switchover time to April 1Gavin Andresen
2012-02-26Reworked QT settingsGavin Andresen
2012-02-26bitcoind changes to stop storing settings in wallet.dat.Gavin Andresen
2012-02-24Add option "-splash" so we can disable the splash screen.Chris Moore
2012-02-24CAddrMan: stochastic address managerPieter Wuille
2012-02-22Leave IRC enabled by default on testnetPieter Wuille
2012-02-20Merge pull request #857 from laanwj/2012_02_fixhelpwindowWladimir J. van der Laan
2012-02-17Allow setting UI language from commandline (implements #678)Wladimir J. van der Laan
2012-02-17Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore...Wladimir J. van der Laan
2012-02-17On windows, show message box with help, as there is no stderr (fixes #702)Wladimir J. van der Laan
2012-02-17don't allow -daemon in bitcoin-qt (changes only #defines)Wladimir J. van der Laan
2012-02-10Enable accessible widgets Qt module on win32, so that people with screen read...Wladimir J. van der Laan
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-02-07Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. An...Gavin Andresen
2012-02-06-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...Gavin Andresen
2012-02-01Allow -upnp to override setting in wallet (and simplify logic a bit)Gavin Andresen
2012-01-26Merge pull request #593 (Full URL Support in bitcoin-qt)Wladimir J. van der Laan
2012-01-17Fix handling of default portsPieter Wuille
2012-01-12Add -keepnode which attempts to -addnode and keep a connection openMatt Corallo
2012-01-12Merge pull request #743 from gavinandresen/blocknotifyGavin Andresen
2012-01-06Network stack refactorPieter Wuille
2012-01-05Add support for opening bitcoin: URIs directly.Matt Corallo
2012-01-03-blocknotify=command argument, implemented using system() and boost::threadGavin Andresen
2012-01-03I broke -testnet with my TOR option-parsing fixes.Gavin Andresen
2012-01-03Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan