aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1632 from luke-jr/spellingJeff Garzik2012-08-011-3/+3
|\
| * Bugfix: Correct English grammar regarding "'s"Luke Dashjr2012-08-011-1/+1
| * Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-3/+3
* | Update Warning-strings to use a standard-formatPhilip Kaufmann2012-08-011-1/+1
* | Merge pull request #1465 from Diapolo/NOUI_showSSLVersionJeff Garzik2012-08-011-0/+2
|\ \
| * | write used OpenSSL library version to debug.logPhilip Kaufmann2012-07-041-0/+2
* | | Merge pull request #1396 from rebroad/NoShrinkOptionJeff Garzik2012-08-011-1/+2
|\ \ \ | |_|/ |/| |
| * | Make truncating the debug.log file an option.R E Broadley2012-06-271-1/+2
* | | update HelpMessage()Philip Kaufmann2012-07-271-7/+6
* | | When creating new blocks, sort 'paid' area by fee-per-kbGavin Andresen2012-07-261-0/+5
* | | Give threads a recognisable name to aid in debuggingGiel van Schijndel2012-07-171-0/+4
| |/ |/|
* | Change default send buffer to 1Mb.Matt Corallo2012-07-011-1/+1
* | Revert "*Always* send a shutdown signal to enable custom shutdown actions"Matt Corallo2012-06-281-6/+5
|/
* Merge pull request #973 from TheBlueMatt/diffsendbufferPieter Wuille2012-06-271-2/+2
|\
| * Stop processing messages on full send buffer and dont disconnect.Matt Corallo2012-06-271-2/+2
* | Merge pull request #457 from muggenhor/async-ipv6-rpcPieter Wuille2012-06-271-5/+6
|\ \ | |/ |/|
| * Merge branch 'master' into async-ipv6-rpcGiel van Schijndel2012-06-241-4/+28
| |\
| * | *Always* send a shutdown signal to enable custom shutdown actionsGiel van Schijndel2012-06-171-5/+6
* | | fix a comment to correctly use -upgradewalletPhilip Kaufmann2012-06-241-1/+1
* | | Document -debugnet option in command line help.Jeff Garzik2012-06-241-1/+2
| |/ |/|
* | Merge pull request #1174 from sipa/torhsGregory Maxwell2012-06-231-3/+20
|\ \
| * | Add -tor and related configurationPieter Wuille2012-06-231-3/+20
* | | Merge pull request #1458 from jgarzik/tracenetJeff Garzik2012-06-221-0/+7
|\ \ \ | |/ / |/| |
| * | Introduce -debugnet option, thereby quieting some redundant debug messagesJeff Garzik2012-06-221-0/+7
* | | Fix inverted logic for !Discover/!UPNP when !Listen.Gregory Maxwell2012-06-171-1/+1
| |/ |/|
* | introduce a new StartShutdown() function, which starts a thread with Shutdown...Philip Kaufmann2012-06-121-0/+14
|/
* add used datadir to debug.logPhilip Kaufmann2012-06-051-0/+1
* Rework network config settingsPieter Wuille2012-05-311-54/+65
* Merge pull request #1357 from sipa/keyidPieter Wuille2012-05-261-2/+2
|\
| * Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-1/+1
| * Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-1/+1
* | add client startup time as an entry to debug.log (note: logged time in debug....Philip Kaufmann2012-05-231-0/+1
|/
* Merge branch 'dbenv' into tmpJeff Garzik2012-05-221-3/+3
|\
| * Encapsulate BDB environment inside new CDBEnv classJeff Garzik2012-05-191-3/+3
* | Merge pull request #1369 from sipa/bootorderPieter Wuille2012-05-221-194/+204
|\ \
| * | Reorder AppInit2Pieter Wuille2012-05-211-194/+204
* | | Merge pull request #917 from mndrix/reopen-log-filePieter Wuille2012-05-211-1/+11
|\ \ \ | |/ / |/| |
| * | Reopen debug.log on SIGHUPMichael Hendricks2012-05-181-1/+11
* | | Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\ \ \
| * | | Update License in File HeadersFordy2012-05-181-1/+1
| |/ /
* | | Merge pull request #1363 from Diapolo/remove_strncasecmpPieter Wuille2012-05-201-1/+2
|\ \ \
| * | | remove strncasecmp() + strnicmp() calls and replace that code via boost::algo...Philip Kaufmann2012-05-201-1/+2
| | |/ | |/|
* | | Make testcases build, prevent windows symbol collisionWladimir J. van der Laan2012-05-201-37/+18
* | | Convert UI interface to boost::signals2.Wladimir J. van der Laan2012-05-201-7/+32
* | | Merge pull request #1323 from Diapolo/string_fixesWladimir J. van der Laan2012-05-201-1/+1
|\ \ \ | |/ / |/| |
| * | allow translation of "options" used in the --help message / split translation...Philip Kaufmann2012-05-171-1/+1
* | | change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann2012-05-181-4/+3
| |/ |/|
* | Revert "use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and ad...Jeff Garzik2012-05-171-1/+1
* | use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and add missin...Philip Kaufmann2012-05-171-1/+1
* | Merge pull request #1334 from rebroad/Exiting2ExitedJeff Garzik2012-05-171-1/+1
|\ \