aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix - bitcoin-qt usage messageLuca Venturini2015-03-101-0/+13
* | Help messages correctly formatted (79 chars)Luca Venturini2015-03-101-119/+123
* | Merge pull request #5711Wladimir J. van der Laan2015-02-041-0/+22
|\ \
| * | Removed main.h dependency from rpcserver.cppEric Lombrozo2015-01-281-0/+22
* | | Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-1/+1
|/ /
* | Merge pull request #5243Wladimir J. van der Laan2015-01-261-0/+5
|\ \
| * | sleep-wait on genesis block during init with -reindexMatt Corallo2014-12-201-0/+5
* | | Merge pull request #4805Wladimir J. van der Laan2015-01-261-1/+3
|\ \ \
| * | | [Wallet] Do not flush the wallet in AddToWalletIfInvolvingMe(..)Cozz Lovan2014-10-031-1/+3
* | | | Restore RPC HTTP keepalives to default.Gregory Maxwell2015-01-161-1/+1
* | | | Add a -rpckeepalive and disable RPC use of HTTP persistent connections.Gregory Maxwell2015-01-141-0/+1
* | | | Catch UTXO set read errors and shutdownPieter Wuille2015-01-081-1/+26
* | | | Merge pull request #5535Wladimir J. van der Laan2015-01-071-0/+1
|\ \ \ \
| * | | | Require sufficent priority for relay of free transactionsPieter Wuille2014-12-301-0/+1
* | | | | namespace: remove boost namespace pollutionCory Fields2015-01-021-13/+12
|/ / / /
* | | | Merge pull request #5272Wladimir J. van der Laan2014-12-271-15/+20
|\ \ \ \
| * | | | init: minor parameter interaction updatesPhilip Kaufmann2014-11-131-15/+20
* | | | | en: Avoid ambiguous language regarding when transactions confirmLuke Dashjr2014-12-231-1/+1
* | | | | Merge pull request #5485Wladimir J. van der Laan2014-12-231-0/+15
|\ \ \ \ \
| * | | | | Enforce minRelayTxFee on wallet created tx and add a maxtxfee option.Gregory Maxwell2014-12-191-0/+15
* | | | | | remove max orphan blocks config parameter since it is no longer functionalJameson Lopp2014-12-211-1/+0
| |_|_|/ / |/| | | |
* | | | | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | | | | make all catch() arguments constPhilip Kaufmann2014-12-171-3/+3
|/ / / /
* | | | Make comments in main an init doxygen compatibleMichael Ford2014-12-021-5/+5
* | | | Remove -printblock, -printblocktree, and -printblockindexPieter Wuille2014-11-271-30/+0
* | | | [REST] set REST API behind "-rest" optionJonas Schnelli2014-11-261-0/+1
* | | | Merge pull request #5241Wladimir J. van der Laan2014-11-251-8/+3
|\ \ \ \
| * | | | Improve chainstate/blockindex disk writing policyPieter Wuille2014-11-241-8/+3
* | | | | Make -proxy set all network types, avoiding a connect leak.Gregory Maxwell2014-11-231-4/+2
|/ / / /
* | | | Change MIT/X11 to MIT in license displayed in the programPhilip Kaufmann2014-11-211-1/+1
* | | | [Qt] Add Smartfee to GUICozz Lovan2014-11-191-0/+2
|/ / /
* | | Merge pull request #5161Wladimir J. van der Laan2014-11-121-0/+3
|\ \ \
| * | | Do not use third party services for IP detection.Gregory Maxwell2014-11-071-0/+3
* | | | Change -genproclimit default to 1Wladimir J. van der Laan2014-11-061-2/+2
* | | | Always log number of threads for script verificationWladimir J. van der Laan2014-11-061-1/+1
|/ / /
* | | Add "warmup mode" for RPC server.Daniel Kraft2014-11-041-2/+12
* | | Merge pull request #5077Wladimir J. van der Laan2014-10-311-0/+3
|\ \ \
| * | | Enable customising node policy for datacarrier data size with a -datacarriers...Luke Dashjr2014-10-271-0/+3
* | | | Print parameter interactions to console, tooMatt Corallo2014-10-291-3/+4
* | | | MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-0/+1
|/ / /
* | | Merge pull request #5108Wladimir J. van der Laan2014-10-221-2/+2
|\ \ \
| * | | CAutoFile: Explicit Get() and remove unused methodsWladimir J. van der Laan2014-10-221-2/+2
* | | | qt: small English language updates from translatorsWladimir J. van der Laan2014-10-211-1/+1
* | | | Merge pull request #5076Wladimir J. van der Laan2014-10-211-43/+43
|\ \ \ \
| * | | | Bugfix: Remove default from -zapwallettxes description (inaccurate)Luke Dashjr2014-10-141-1/+1
| * | | | Parameterise command line option defaults, so translations are independent of...Luke Dashjr2014-10-111-43/+43
* | | | | Rename CWalletInterface to CValidationInterfacePieter Wuille2014-10-201-2/+2
| |/ / / |/| | |
* | | | Fix rebuild-chainstate feature and improve its performancePieter Wuille2014-10-141-1/+1
* | | | Merge pull request #4942Wladimir J. van der Laan2014-10-141-17/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Write fee estimate and peers files only when initializedWladimir J. van der Laan2014-09-181-17/+10