aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix bad merge, pszDataDir duplicationGavin Andresen2012-10-091-1/+0
* | Merge branch 'wallet_exceptions' of github.com:gavinandresen/bitcoin-gitGavin Andresen2012-10-091-9/+56
|\ \
| * | Don't try to verify a non-existent wallet.datGavin Andresen2012-10-081-10/+13
| * | Handle corrupt wallets gracefully.Gavin Andresen2012-10-081-18/+53
| * | Handle incompatible BDB environmentsGavin Andresen2012-10-081-3/+12
* | | Revert "Send 'mempool' P2P command at the start of each P2P session"Jeff Garzik2012-10-081-4/+1
* | | Merge pull request #1833 from jgarzik/mempool-queryJeff Garzik2012-10-081-1/+4
|\ \ \
| * | | Send 'mempool' P2P command at the start of each P2P sessionJeff Garzik2012-09-241-1/+4
| | |/ | |/|
* | | Merge branch 'BDB_DOWNGRADE'Gavin Andresen2012-10-081-3/+12
|\ \ \ | |_|/ |/| |
| * | Handle incompatible BDB environmentsGavin Andresen2012-10-081-3/+12
* | | Send --help message to stdout i.s.o stderrWladimir J. van der Laan2012-10-041-1/+1
|/ /
* | fix -Wformat warnings all over the sourcePhilip Kaufmann2012-10-011-4/+4
* | Merge pull request #1862 from kjj2/testportsPieter Wuille2012-09-281-1/+1
|\ \
| * | Fix: when testnet=1 specified, change default ports to 18332 and 18333kjj22012-09-241-1/+1
| |/
* / Import $DataDir/bootstrap.dat automatically, if it exists.Jeff Garzik2012-09-241-1/+14
|/
* Fix double-paren typoGavin Andresen2012-09-061-1/+1
* remove double logging of startup time, when !fLogTimestampsPhilip Kaufmann2012-09-051-1/+0
* init.cpp: fix build error, and possibly-uninit'd warningJeff Garzik2012-09-041-2/+2
* Merge pull request #1427 from rebroad/StartTimeFixJeff Garzik2012-09-041-0/+2
|\
| * No need to log start time if it's already being done on every line.R E Broadley2012-09-011-0/+2
* | Merge pull request #1738 from laanwj/2012_08_boostthreadJeff Garzik2012-09-041-4/+4
|\ \
| * | Rename CreateThread to NewThreadWladimir J. van der Laan2012-08-291-4/+4
| |/
* / add default value in -timeout descriptionPhilip Kaufmann2012-08-301-1/+1
|/
* Allow building with IPv6 support, but it disabled by defaultLuke Dashjr2012-08-231-0/+6
* Fix infinite loops in connection logicPieter Wuille2012-08-221-1/+1
* add splashscreen message when importing blocks via -loadblockPhilip Kaufmann2012-08-171-0/+1
* Bitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exePhilip Kaufmann2012-08-031-2/+14
* 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
|\ \ \ | |/ / |/| |