223 Commits (e5ddaf5ec8ae703818dcdcf28c7dd6e001b6d681)

Author SHA1 Message Date
freewil fdb204abb1 listsinceblock: rpc param blockid -> blockhash 13 years ago
Jeff Garzik 1d8c7a9557 Add casts for unavoidable signed/unsigned comparisons 13 years ago
Pieter Wuille e46704dd90 Expose CRPCTable via bitcoinrpc.h for testing 13 years ago
Pieter Wuille 9862229d4d Encapsulate mapCommands in class CRPCTable 13 years ago
Jeff Garzik dc42bf52c1 Encapsulate RPC command dispatch in an array of CRPCCommand's 13 years ago
Pieter Wuille c73ba23eb5 gettransaction RPC for non-wallet transactions 13 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 13 years ago
Jeff Garzik 9eace6b113 Move CWalletDB code to new walletdb module. 13 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 13 years ago
Jeff Garzik c376ac359e Fix loop index var types, fixing many minor sign comparison warnings 13 years ago
Jeff Garzik ab9dc75a18 The string class returns string::npos, when find() fails. 13 years ago
Jeff Garzik 8e45ed66dd CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(), 13 years ago
Wladimir J. van der Laan da7bbd9dfd fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] 13 years ago
Pieter Wuille ee12c3d60c Use filesystem::path instead of manual string tinkering 13 years ago
Gavin Andresen 2232717cba Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: boost::system 13 years ago
Pieter Wuille f8dcd5ca6f Use scoped locks instead of CRITICAL_BLOCK 13 years ago
Wladimir J. van der Laan 3e34352222 Show error message instead of exception crash when unable to bind RPC port 13 years ago
Philip Kaufmann 42c63d3ad2 fixed small error in bitcoinrpc.cpp 13 years ago
Philip Kaufmann 93fb7489a7 updated bitcoinrpc.cpp to use make_preferred() and removed double inclusion of boost/filesystem.hpp 13 years ago
Gavin Andresen 5ce4c2a23a Remove USE_SSL #define 13 years ago
Gavin Andresen 723cafcbcf Bug fix listtransactions from/count handling. 13 years ago
Gavin Andresen ea8c55cfd7 Enable addmultisigaddress RPC call for main network 13 years ago
Wladimir J. van der Laan 5a60b66a9d Use a messagebox to display the error when -server is provided without providing a rpc password 13 years ago
Wladimir J. van der Laan 1a3f0da922 support RPC stop and encryptwallet with UI 13 years ago
Wladimir J. van der Laan 52d3a48128 VC2010 compile fixes 13 years ago
Pieter Wuille 439e1497e1 Introduce explicit -walletupgrade option 13 years ago
Wladimir J. van der Laan 4a43dfbf3e replace call to PrintConsole with call to error() 13 years ago
Gregory Maxwell 82a10c8170 Resolves issue #922 - "wallet passphrase timeout of several years doesn't work" 13 years ago
Gavin Andresen 972060ce0e bitcoind changes to stop storing settings in wallet.dat. 13 years ago
Luke Dashjr 34f8788915 Cleanup JSON-RPC getblock output to be consistent 13 years ago
Gavin Andresen 0f8cb5db73 Fix issue #848 : broken mining on testnet 13 years ago
Pieter Wuille c59881eaee Symbolic names for threads 13 years ago
Pieter Wuille aa625ed6ed Extra wallet locking fixes 13 years ago
Pieter Wuille b0529ffd95 Fix wallet locking locking 13 years ago
Pieter Wuille 402deef944 Fix #822 13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Gregory Maxwell b04f301c8e Have bitcoind recommend a secure RPC password. Increase invalid password delay. 13 years ago
Luke Dashjr 2bc4fd609c Bitcoin-Qt signmessage GUI (pull request #582) 13 years ago
Gavin Andresen dc77dce07c Fixed addmultisigaddress if looking up public keys from locked wallets. 13 years ago
Forrest Voight ab84512258 Added mintime and curtime to RPC getmemorypool 13 years ago
Forrest Voight 52a3d2635c Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it 13 years ago
Gavin Andresen 9e8818ec9d Remove base58 encoding from validateaddress/addmultisigaddress 13 years ago
Gavin Andresen 922e8e2929 Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). 13 years ago
Gavin Andresen a1de57a063 Compile with extra warnings turned on. And more makefile/code tidying up. 13 years ago
Luke Dashjr 340f0876ea collect more info on tx pooling and block finding for getmininginfo 13 years ago
Luke Dashjr 6950bb6200 Add new "getmininginfo" JSON-RPC method, with mining-only fields moved out of "getinfo" 13 years ago
Pieter Wuille 11529c6e4f Compressed pubkeys 13 years ago
Gavin Andresen 8a53cb0b9d New RPC commands: getblockhash and getblock 13 years ago
Gavin Andresen 2e17ac83c6 Fix broken ExtractAddress (refactored, made callers check for addresses in keystore if they care) 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago