aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
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-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-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
2012-05-20Make testcases build, prevent windows symbol collisionWladimir J. van der Laan
2012-05-20Convert UI interface to boost::signals2.Wladimir J. van der Laan
2012-05-20Merge pull request #1323 from Diapolo/string_fixesWladimir J. van der Laan
2012-05-19Encapsulate BDB environment inside new CDBEnv classJeff Garzik
2012-05-20remove strncasecmp() + strnicmp() calls and replace that code via boost::algo...Philip Kaufmann
2012-05-18Reopen debug.log on SIGHUPMichael Hendricks
2012-05-18change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann
2012-05-18Update License in File HeadersFordy
2012-05-17Revert "use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and ad...Jeff Garzik
2012-05-17use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and add missin...Philip Kaufmann
2012-05-17Merge pull request #1334 from rebroad/Exiting2ExitedJeff Garzik
2012-05-17Corrected grammar. As per Principle Of Least Surprise.R E Broadley
2012-05-17allow translation of "options" used in the --help message / split translation...Philip Kaufmann
2012-05-16CAddrDB: Replace BDB-managed addr.dat with internally managed peers.datJeff Garzik
2012-05-14Do not listen on blocked networksPieter Wuille
2012-05-14Allow binding to the any address, and report failurePieter Wuille
2012-05-14-onlynet instead of -blocknetPieter Wuille
2012-05-13Move help message out of AppInit2Wladimir J. van der Laan
2012-05-13Merge pull request #1285 from sipa/initerrorPieter Wuille
2012-05-13Improve error reporting at startupPieter Wuille