Age | Commit message (Expand) | Author |
2015-03-20 | refactor: move bdb (bitdb) interaction from init.cpp to wallet.cpp | Jonas Schnelli |
2015-03-12 | [Move Only] Move wallet related things to src/wallet/ | Jonas Schnelli |
2015-03-10 | Fix - bitcoin-qt usage message | Luca Venturini |
2015-03-10 | Help messages correctly formatted (79 chars) | Luca Venturini |
2015-02-04 | Merge pull request #5711 | Wladimir J. van der Laan |
2015-01-31 | Remove whitespaces before double colon in errors and logs | Pavel JanÃk |
2015-01-28 | Removed main.h dependency from rpcserver.cpp | Eric Lombrozo |
2015-01-26 | Merge pull request #5243 | Wladimir J. van der Laan |
2015-01-26 | Merge pull request #4805 | Wladimir J. van der Laan |
2015-01-16 | Restore RPC HTTP keepalives to default. | Gregory Maxwell |
2015-01-14 | Add a -rpckeepalive and disable RPC use of HTTP persistent connections. | Gregory Maxwell |
2015-01-08 | Catch UTXO set read errors and shutdown | Pieter Wuille |
2015-01-07 | Merge pull request #5535 | Wladimir J. van der Laan |
2015-01-02 | namespace: remove boost namespace pollution | Cory Fields |
2014-12-30 | Require sufficent priority for relay of free transactions | Pieter Wuille |
2014-12-27 | Merge pull request #5272 | Wladimir J. van der Laan |
2014-12-23 | en: Avoid ambiguous language regarding when transactions confirm | Luke Dashjr |
2014-12-23 | Merge pull request #5485 | Wladimir J. van der Laan |
2014-12-21 | remove max orphan blocks config parameter since it is no longer functional | Jameson Lopp |
2014-12-20 | sleep-wait on genesis block during init with -reindex | Matt Corallo |
2014-12-19 | Enforce minRelayTxFee on wallet created tx and add a maxtxfee option. | Gregory Maxwell |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-17 | make all catch() arguments const | Philip Kaufmann |
2014-12-02 | Make comments in main an init doxygen compatible | Michael Ford |
2014-11-27 | Remove -printblock, -printblocktree, and -printblockindex | Pieter Wuille |
2014-11-26 | [REST] set REST API behind "-rest" option | Jonas Schnelli |
2014-11-25 | Merge pull request #5241 | Wladimir J. van der Laan |
2014-11-24 | Improve chainstate/blockindex disk writing policy | Pieter Wuille |
2014-11-23 | Make -proxy set all network types, avoiding a connect leak. | Gregory Maxwell |
2014-11-21 | Change MIT/X11 to MIT in license displayed in the program | Philip Kaufmann |
2014-11-19 | [Qt] Add Smartfee to GUI | Cozz Lovan |
2014-11-13 | init: minor parameter interaction updates | Philip Kaufmann |
2014-11-12 | Merge pull request #5161 | Wladimir J. van der Laan |
2014-11-07 | Do not use third party services for IP detection. | Gregory Maxwell |
2014-11-06 | Change -genproclimit default to 1 | Wladimir J. van der Laan |
2014-11-06 | Always log number of threads for script verification | Wladimir J. van der Laan |
2014-11-04 | Add "warmup mode" for RPC server. | Daniel Kraft |
2014-10-31 | Merge pull request #5077 | Wladimir J. van der Laan |
2014-10-29 | Print parameter interactions to console, too | Matt Corallo |
2014-10-27 | MOVEONLY: Move CFeeRate and Amount constants to amount.o | jtimon |
2014-10-27 | Enable customising node policy for datacarrier data size with a -datacarriers... | Luke Dashjr |
2014-10-22 | Merge pull request #5108 | Wladimir J. van der Laan |
2014-10-22 | CAutoFile: Explicit Get() and remove unused methods | Wladimir J. van der Laan |
2014-10-21 | qt: small English language updates from translators | Wladimir J. van der Laan |
2014-10-21 | Merge pull request #5076 | Wladimir J. van der Laan |
2014-10-20 | Rename CWalletInterface to CValidationInterface | Pieter Wuille |
2014-10-14 | Fix rebuild-chainstate feature and improve its performance | Pieter Wuille |
2014-10-14 | Bugfix: Remove default from -zapwallettxes description (inaccurate) | Luke Dashjr |
2014-10-14 | Merge pull request #4942 | Wladimir J. van der Laan |
2014-10-11 | Parameterise command line option defaults, so translations are independent of... | Luke Dashjr |