aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2012-09-06Fix double-paren typoGavin Andresen
2012-09-05remove double logging of startup time, when !fLogTimestampsPhilip Kaufmann
2012-09-04init.cpp: fix build error, and possibly-uninit'd warningJeff Garzik
2012-09-04Merge pull request #1427 from rebroad/StartTimeFixJeff Garzik
2012-09-04Merge pull request #1738 from laanwj/2012_08_boostthreadJeff Garzik
2012-09-01No need to log start time if it's already being done on every line.R E Broadley
2012-08-30add default value in -timeout descriptionPhilip Kaufmann
2012-08-29Rename CreateThread to NewThreadWladimir J. van der Laan
2012-08-23Allow building with IPv6 support, but it disabled by defaultLuke Dashjr
2012-08-22Fix infinite loops in connection logicPieter Wuille
2012-08-17add splashscreen message when importing blocks via -loadblockPhilip Kaufmann
2012-08-03Bitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exePhilip Kaufmann
2012-08-01Merge pull request #1632 from luke-jr/spellingJeff Garzik
2012-08-01Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-08-01Update Warning-strings to use a standard-formatPhilip Kaufmann
2012-08-01Merge pull request #1465 from Diapolo/NOUI_showSSLVersionJeff Garzik
2012-08-01Merge pull request #1396 from rebroad/NoShrinkOptionJeff Garzik
2012-07-27update HelpMessage()Philip Kaufmann
2012-07-26When creating new blocks, sort 'paid' area by fee-per-kbGavin Andresen
2012-07-17Give threads a recognisable name to aid in debuggingGiel van Schijndel
2012-07-04write used OpenSSL library version to debug.logPhilip Kaufmann
2012-07-01Change default send buffer to 1Mb.Matt Corallo
2012-06-28Revert "*Always* send a shutdown signal to enable custom shutdown actions"Matt Corallo
2012-06-27Make truncating the debug.log file an option.R E Broadley
2012-06-27Merge pull request #973 from TheBlueMatt/diffsendbufferPieter Wuille
2012-06-27Merge pull request #457 from muggenhor/async-ipv6-rpcPieter Wuille
2012-06-27Stop processing messages on full send buffer and dont disconnect.Matt Corallo
2012-06-24fix a comment to correctly use -upgradewalletPhilip Kaufmann
2012-06-24Document -debugnet option in command line help.Jeff Garzik
2012-06-24Merge branch 'master' into async-ipv6-rpcGiel van Schijndel
2012-06-23Merge pull request #1174 from sipa/torhsGregory Maxwell
2012-06-23Add -tor and related configurationPieter Wuille
2012-06-22Merge pull request #1458 from jgarzik/tracenetJeff Garzik
2012-06-22Introduce -debugnet option, thereby quieting some redundant debug messagesJeff Garzik
2012-06-17*Always* send a shutdown signal to enable custom shutdown actionsGiel van Schijndel
2012-06-17Fix inverted logic for !Discover/!UPNP when !Listen.Gregory Maxwell
2012-06-12introduce a new StartShutdown() function, which starts a thread with Shutdown...Philip Kaufmann
2012-06-05add used datadir to debug.logPhilip Kaufmann
2012-05-31Rework network config settingsPieter Wuille
2012-05-26Merge pull request #1357 from sipa/keyidPieter Wuille
2012-05-24Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille
2012-05-24Encapsulate public keys in CPubKeyPieter Wuille
2012-05-23add client startup time as an entry to debug.log (note: logged time in debug....Philip Kaufmann
2012-05-22Merge branch 'dbenv' into tmpJeff Garzik
2012-05-22Merge pull request #1369 from sipa/bootorderPieter Wuille
2012-05-21Merge pull request #917 from mndrix/reopen-log-filePieter Wuille
2012-05-21Reorder AppInit2Pieter Wuille
2012-05-20Merge pull request #1354 from fanquake/masterPieter Wuille
2012-05-20Merge pull request #1363 from Diapolo/remove_strncasecmpPieter Wuille