aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-01-031-25/+42
|\
| * I broke -testnet with my TOR option-parsing fixes.Gavin Andresen2012-01-031-1/+1
| * Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen2012-01-031-25/+42
* | Move DNS Seed lookup to a new thread.Matt Corallo2011-12-021-5/+0
|\|
| * Move DNS Seed lookup to a new thread.Matt Corallo2011-12-021-5/+0
| * Add missing command-line arguments to --help/-? outputGavin Andresen2011-12-011-4/+15
| * Only remove database log files on shutdown after wallet encryption/rewriteGavin Andresen2011-11-171-2/+2
| * Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen2011-11-151-4/+10
* | Add missing command-line arguments to --help/-? outputGavin Andresen2011-12-011-4/+15
* | Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6Gavin Andresen2011-11-171-2/+2
* | Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen2011-11-151-4/+10
* | Optionally include additional QT plugins when required to build.Matt Corallo2011-10-251-0/+10
* | Fix build on windows and macGavin Andresen2011-10-071-6/+6
* | Remove wxWidgetsGavin Andresen2011-09-261-64/+4
* | Merge pull request #517 from gavinandresen/DoSpreventionGavin Andresen2011-09-261-0/+2
|\ \
| * | Framework for banning mis-behaving peersGavin Andresen2011-09-211-0/+2
| |/
* | bitcoin-qt cannot be used as command line rpc clientWladimir J. van der Laan2011-09-021-0/+2
* | add russian translation and add unicode compatibility (merges pull request #20)Misbakh-Soloviev Vadim A2011-08-281-6/+6
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-161-0/+1
|\|
| * Unify copyright notices.Matt Corallo2011-08-091-0/+1
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-061-1/+2
|\|
| * Don't listen if on TOR (resolves #441).Matt Corallo2011-08-031-1/+2
* | add splash screenWladimir J. van der Laan2011-08-021-0/+5
* | Merge remote branch 'upstream/master'Wladimir J. van der Laan2011-07-261-1/+0
|\|
| * get rid of mapPubKeysPieter Wuille2011-07-171-1/+0
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-151-3/+10
|\|
| * Merge pull request #381 from TheBlueMatt/nminversionJeff Garzik2011-07-121-2/+10
| |\
| | * Add minversion to wallet.Matt Corallo2011-07-051-2/+10
| * | Prepare codebase for Encrypted Keys.Pieter Wuille2011-07-081-1/+0
| |/
| * Enable DNS seeding by default.Jeff Garzik2011-07-011-1/+3
| * Edited init.cpp to include a check that -datadir existsJames Burkle2011-06-231-2/+11
| * Fix missing includes needed for Boost 1.46.Shane Wegner2011-06-191-0/+1
| * CWallet classPieter Wuille2011-06-151-7/+15
| * Merge pull request #226 from jordanlewis/betterheadersJeff Garzik2011-06-141-0/+7
| |\
| | * Only include certain boost headers if necessary.Jordan Lewis2011-05-171-0/+2
| | * Only include strlcpy.h when we have toJordan Lewis2011-05-151-0/+1
| | * Only include init.h when we have toJordan Lewis2011-05-151-0/+1
| | * Only include net.h when we have toJordan Lewis2011-05-151-0/+1
| | * Only included rpc.h when necessaryJordan Lewis2011-05-151-0/+1
| | * Only include db.h when we have to.Jordan Lewis2011-05-151-0/+1
| * | Faster timeout when connectingPieter Wuille2011-06-121-0/+8
| * | Remove unused variableHan Lin Yap2011-06-111-1/+0
| * | Update transactions already in the wallet when rescanning.Pieter Wuille2011-05-221-1/+1
| |/
| * make bitcoin include files more modularWladimir J. van der Laan2011-05-151-8/+3
| * Support for name lookups in -connect and -addnodePieter Wuille2011-05-101-1/+3
| * Manual merge of jaromil's source tree reorg commit.Jeff Garzik2011-05-091-1/+1
| * directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+523
* Sync to bitcoin git e94010b2395694d56dd6Wladimir J. van der Laan2011-07-071-1/+3
* windows build fixesWladimir J. van der Laan2011-07-031-1/+1
* update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan2011-06-261-10/+27