aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce whitelisted peers.Pieter Wuille2015-06-271-6/+26
* error out, when we detect -socks argumentPhilip Kaufmann2015-06-271-0/+6
* remove SOCKS4 support from core and GUIPhilip Kaufmann2015-06-271-13/+6
* rename fNoListen to fListen and move to netPhilip Kaufmann2015-06-271-2/+2
* Introduce -maxoutconnections= to set the maximum number of outbound connectionslangerhans2014-12-201-0/+3
* Merge pull request #718 from michilumin/1.8.1-dev-limit-orphan-txRoss Nicoll2014-09-281-0/+2
|\
| * Initial check in of branch for conflict resolutionmichilumin2014-09-271-0/+2
* | key.cpp: fail with a friendlier message on missing ssl EC supportAndrew Poelstra2014-09-181-0/+20
* | Merge pull request #674 from rnicoll/1.8.1-dev-networkinglangerhans2014-08-311-1/+2
|\ \
| * | Avoid querying DNS seeds, if we have open connections.Jeff Garzik2014-08-281-1/+2
| |/
* / In -? output: -keypool, -gen, -genproclimit depend on ENABLE_WALLETZak Wilcox2014-08-281-1/+3
|/
* Switch stdout to line bufferingshshshsh2014-06-291-0/+2
* Remove build-time no-IPv6 settingWladimir J. van der Laan2014-06-291-10/+0
* Log BerkeleyDB version at startupWladimir J. van der Laan2014-05-291-0/+3
* nHighTransactionFeeWarning (bitcoin/bitcoin@ffeb47366df02b7f859ce3e64f2304967...Bardi Harborow2014-05-261-1/+1
* add constant for shared GUI core par settings.Philip Kaufmann2014-05-251-2/+2
* Improve command line options outputCozz Lovan2014-05-251-60/+86
* Adjust branding in datadir lock error messageMichagogo2014-05-181-1/+1
* Reverted accidental change to indentation.Ross Nicoll2014-04-061-1/+1
* Reworked fixed change address handling to parse addresses on init and store i...Ross Nicoll2014-04-061-2/+19
* Document the -change option.Chris Moore2014-04-051-0/+1
* Lets get at least dogecoind buildingAlan Westbrook2014-04-051-4/+4
* warning and documentation changes to match dogecoin feesJannis Froese2014-03-291-1/+1
* Updated port numbers to reflect Dogecoin ports.Ross Nicoll2014-03-281-2/+2
* Replaced occurrences of "bitcoin" with "dogecoin" or "Dogecoin" as appropriateRoss Nicoll2014-03-281-5/+5
* Replaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate.Ross Nicoll2014-03-281-5/+5
* document -bloomfilters optionJannis Froese2014-03-231-0/+1
* Merge branch 'node-bloom-service-bit' of github.com:petertodd/bitcoin into bl...Jannis Froese2014-03-231-0/+5
|\
| * Add NODE_BLOOM service bit and bump protocol versionPeter Todd2013-10-261-0/+5
* | credit where credit is dueJannis Froese2014-03-221-0/+2
* | Protocol changes for Dogecoin 1.5Jannis Froese2014-03-221-0/+4
* | Log which wallet is used during initWladimir J. van der Laan2014-03-071-0/+1
* | Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan2014-02-241-5/+5
* | Don't use PRIx64 formatting derives from inttypes.hWladimir J. van der Laan2014-02-221-1/+0
* | add constants for shared (GUI/core) -dbcache settingsPhilip Kaufmann2014-02-171-4/+6
* | Increase default dbcache to 100 MiBPieter Wuille2014-02-171-2/+2
* | Merge pull request #3643Wladimir J. van der Laan2014-02-171-1/+5
|\ \
| * | Log warnings when bootstrap files are specified but cannot be openedWladimir J. van der Laan2014-02-091-1/+5
* | | Merge pull request #3646Wladimir J. van der Laan2014-02-161-1/+1
|\ \ \
| * | | Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
| |/ /
* | | Add -zapwallettxes cli/config option, used for wallet recoveryJeff Garzik2014-02-141-0/+21
* | | Add option to avoid spending unconfirmed changeWladimir J. van der Laan2014-02-111-0/+2
|/ /
* | Merge pull request #3588Wladimir J. van der Laan2014-01-301-9/+17
|\ \
| * | log parameter interactions to debug.logPhilip Kaufmann2014-01-271-9/+17
* | | Prepare block connection logic for headers-first.Pieter Wuille2014-01-271-1/+1
|/ /
* | Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-22/+22
* | Merge pull request #3449Wladimir J. van der Laan2014-01-081-13/+3
|\ \
| * | Allow `-noserver` with bitcoindWladimir J. van der Laan2013-12-201-13/+3
* | | Merge pull request #3427Wladimir J. van der Laan2013-12-231-2/+2
|\ \ \ | |/ / |/| |
| * | qt: Prevent non-functional GUI from popping up during InitWladimir J. van der Laan2013-12-161-2/+2