aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix initialization of inaddr_anyPieter Wuille2012-05-121-1/+2
* Separate listening sockets, -bind=<addr>Pieter Wuille2012-05-111-5/+31
* Add -blocknet to prevent connections to a given networkPieter Wuille2012-05-111-0/+12
* Add -noproxy to circumvent proxy for some networkPieter Wuille2012-05-111-0/+13
* Merge branch 'tmp-ipv6' into merge-ipv6Jeff Garzik2012-05-081-13/+23
|\
| * Added -externalip and -discoverPieter Wuille2012-05-041-0/+12
| * Add -seednode connections, and use this for -dnsseed + -proxydnsPieter Wuille2012-05-041-1/+5
| * Support connecting by hostnames passed to proxy (-proxydns)Pieter Wuille2012-05-041-14/+7
| * SOCKS5 support by defaultPieter Wuille2012-05-041-1/+2
* | Merge pull request #883 from sipa/loadblockGregory Maxwell2012-05-081-1/+12
|\ \ | |/ |/|
| * -loadblock to load from an external blk000?.dat filePieter Wuille2012-04-221-1/+12
* | remove references to bitcoin-wx from comment in init.cppPhilip Kaufmann2012-05-011-2/+2
* | Make lsn_reset ("detach databases") optional and off by default.Pieter Wuille2012-04-261-0/+2
* | Make GetDataDir return absolute pathsPieter Wuille2012-04-221-1/+2
|/
* Added ability to respond to signals during Block Loading stage.R E Broadley2012-04-181-0/+9
* Further reduce header dependenciesPieter Wuille2012-04-171-1/+0
* Move CWalletDB code to new walletdb module.Jeff Garzik2012-04-171-0/+1
* Remove headers.hPieter Wuille2012-04-171-145/+4
* Use filesystem::path instead of manual string tinkeringPieter Wuille2012-04-111-21/+15
* Merge pull request #1054 from sipa/buildinfoPieter Wuille2012-04-101-1/+1
|\
| * Build identification stringsPieter Wuille2012-04-101-1/+1
* | Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-3/+6
|/
* Flush on log size instead of transaction countPieter Wuille2012-04-051-0/+1
* Remove USE_SSL #defineGavin Andresen2012-04-041-2/+0
* qtui.h/noui.h interface cleanupWladimir J. van der Laan2012-04-041-9/+9
* move QT_PLUGINS stuff to qt main file, where it belongsWladimir J. van der Laan2012-04-041-11/+0
* VC2010 compile fixesWladimir J. van der Laan2012-04-031-0/+4
* Introduce explicit -walletupgrade optionPieter Wuille2012-03-221-0/+31
* Merge branch 'checklevel' of https://github.com/sipa/bitcoinGavin Andresen2012-03-221-1/+3
|\
| * Add -checklevel and improve -checkblocksPieter Wuille2012-03-221-1/+3
* | Merge branch 'addrman' of https://github.com/sipa/bitcoinGavin Andresen2012-03-221-1/+1
|\ \
| * | CAddrMan: stochastic address managerPieter Wuille2012-02-241-1/+1
* | | Merge pull request #964 from sipa/fastblocksGavin Andresen2012-03-221-0/+1
|\ \ \
| * | | Speed up block downloadingPieter Wuille2012-03-211-0/+1
| | |/ | |/|
* / | Remove -bip16 and -paytoscripthashtime command-line argumentsGavin Andresen2012-03-211-18/+5
|/ /
* | Print wallet load errors (to debug.log)Luke Dashjr2012-03-111-0/+2
* | Move BIP16 switchover time to April 1Gavin Andresen2012-02-271-1/+1
* | Reworked QT settingsGavin Andresen2012-02-261-17/+5
* | bitcoind changes to stop storing settings in wallet.dat.Gavin Andresen2012-02-261-9/+0
* | Add option "-splash" so we can disable the splash screen.Chris Moore2012-02-241-0/+1
|/
* Leave IRC enabled by default on testnetPieter Wuille2012-02-221-0/+5
* Merge pull request #857 from laanwj/2012_02_fixhelpwindowWladimir J. van der Laan2012-02-201-0/+5
|\
| * On windows, show message box with help, as there is no stderr (fixes #702)Wladimir J. van der Laan2012-02-171-0/+5
* | Allow setting UI language from commandline (implements #678)Wladimir J. van der Laan2012-02-171-0/+3
* | Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore...Wladimir J. van der Laan2012-02-171-4/+4
|/
* don't allow -daemon in bitcoin-qt (changes only #defines)Wladimir J. van der Laan2012-02-171-3/+3
* Enable accessible widgets Qt module on win32, so that people with screen read...Wladimir J. van der Laan2012-02-101-0/+1
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. An...Gavin Andresen2012-02-071-14/+14
* -bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...Gavin Andresen2012-02-061-7/+26