- 21 Jun, 2014 8 commits
-
-
Pieter Wuille authored
-
Pieter Wuille authored
-
Pieter Wuille authored
-
Pieter Wuille authored
-
Pieter Wuille authored
This also moves the HMAC-SHA512 implementation to sha2.cpp.
-
Wladimir J. van der Laan authored
38405ac1 Add comment regarding experimental-use service bits (Peter Todd) 99ddc6cb Add nLocalServices info to RPC getinfo (Peter Todd)
-
Peter Todd authored
As per mailing list discussion.
-
Peter Todd authored
Also show full 64 bits of services. Previously service bits >32 that were advertised just didn't show up at all.
-
- 20 Jun, 2014 2 commits
-
-
Wladimir J. van der Laan authored
ea3acaf3 AvailableCoins: acquire cs_main mutex (Pavel Vasin)
-
Pavel Vasin authored
It's required when called from WalletModel
-
- 19 Jun, 2014 4 commits
-
-
Wladimir J. van der Laan authored
7a9e0b64 Move checkpoint based heuristic checks to AcceptBlockHeader (Pieter Wuille)
-
Wladimir J. van der Laan authored
6afa4932 rpc: Add acceptors only when listening succeeded (Wladimir J. van der Laan) 33e5b429 rpc: Ignore and log errors during cancel (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Cancelling the RPC acceptors can sometimes result in an error about a bad file descriptor. As this is the shutdown sequence we need to continue nevertheless, ignore these errors, log a warning and proceed. Fixes #4352.
-
- 18 Jun, 2014 3 commits
-
-
Wladimir J. van der Laan authored
67630187 [Qt] rename In:/Out: to Received/Sent in traffic tab (Philip Kaufmann)
-
Wladimir J. van der Laan authored
92a62207 sanity: hook up sanity checks (Cory Fields) 679240d0 sanity: add libc/stdlib sanity checks (Cory Fields) 11404af3 sanity: autoconf check for sys/select.h (Cory Fields)
-
Wladimir J. van der Laan authored
7ad720d8 Added encryptwallet call to bitrpc.py (dllud)
-
- 17 Jun, 2014 7 commits
-
-
Wladimir J. van der Laan authored
1569353b Add `-stopafterblockimport` option (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
f6984e81 Add "chain" to getmininginfo, improve help in getblockchaininfo (jtimon) b82b7ec3 Get rid of Params().RPCisTestNet() (jtimon)
-
jtimon authored
-
jtimon authored
-
Wladimir J. van der Laan authored
1020f599 add comment to HelpMessage() to ensure alphabetical ordering (Philip Kaufmann)
-
Philip Kaufmann authored
- also rename hmm to mode, to be consistent between .h and .cpp
-
dllud authored
This was the only call requiring password input which was still missing. Much useful to avoid leaving a plain text passphrase in the shell log.
-
- 16 Jun, 2014 9 commits
-
-
Cory Fields authored
-
Cory Fields authored
These are meant to test our back-compat stubs, but they are enabled for all builds for the sake of consistency.
-
Cory Fields authored
-
Wladimir J. van der Laan authored
09eb201b Remove `using namespace std` from header file (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
It's considered bad form to import things into the global namespace in a header. Put it in the cpp files where it is needed instead.
-
Wladimir J. van der Laan authored
f5ae6c98 add NetworkIDString() to chainparams (Philip Kaufmann)
-
Wladimir J. van der Laan authored
88df548d base58: add paranoid return value checks (Jeff Garzik)
-
Wladimir J. van der Laan authored
Stop after importing blocks. This can be useful for development and trouble shooting.
-
Philip Kaufmann authored
- collides with In:/Out: used for displaying number of connections when translating
-
- 15 Jun, 2014 3 commits
-
-
Wladimir J. van der Laan authored
b750cf1f Remove cli functionality from bitcoind (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
As it says on the tin. It was deprecated in version 0.9, and at some point it should be removed. Removes the dependency of bitcoind on libbitcoin-cli.a. Move some functions that used to be shared but are now only used in bitcoin-cli.cpp to that file. After this change, an error is printed (and exit code 1 is returned) when the user tries to send RPC commands using bitcoind.
-
Jeff Garzik authored
A more complex construction via abs() yields the same end result. Rebased-From: 34ff109 Rebased-By:
Wladimir J. van der Laan <laanwj@gmail.com>
-
- 14 Jun, 2014 1 commit
-
-
Wladimir J. van der Laan authored
18116b06 Ignore too-long redeemScripts while loading wallet (Wladimir J. van der Laan)
-
- 12 Jun, 2014 3 commits
-
-
Wladimir J. van der Laan authored
71aaff39 Remove double-dash parameters from mapArgs (Kosta Zertsekel)
-
Wladimir J. van der Laan authored
5c97aae6 qt: Unify AboutDialog and HelpMessageDialog (Wladimir J. van der Laan) 45615af2 Add 'about' information to `-version` output (Wladimir J. van der Laan) 97789d37 util: Add function FormatParagraph to format paragraph to fixed-width (Wladimir J. van der Laan) 96b733e9 Add `-version` option to get just the version (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
They share so much code and functionality that they may as well be one class.
-