62 Commits (9f3de58d83f54536076be44fe945f56670ef9b60)

Author SHA1 Message Date
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
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Gavin Andresen 26ce92b352 Use std::numeric_limits<> for typesafe INT_MAX/etc 13 years ago
Gavin Andresen 2a45a494b0 Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript 13 years ago
Gavin Andresen fae3e2aab6 Disable addmultisigaddress if not testnet 13 years ago
Gavin Andresen e679ec969c OP_EVAL implementation 13 years ago
Gavin Andresen bf798734db Support 3 new multisignature IsStandard transactions 13 years ago
Gavin Andresen f8ded588a2 Implement BIP 14 : separate protocol version from client version 13 years ago
Pieter Wuille 95d888a6d1 Key import and export 13 years ago
Pieter Wuille 30ab2c9c46 Preparations for key import/export 13 years ago
Pieter Wuille 93db3fceac Add GetSecret() and GetKeys() to CKeyStore 13 years ago
Gavin Andresen f81ce5bd6d Speed up RPC authentication (reworked pull from Joel Katz) 13 years ago
Dylan Noblesmith 94f778bdeb Implement an mlock()'d string class for storing passphrases 13 years ago
Gavin Andresen d764d9161e Obsolete keypool and make sure database removes log files on shutdown. 13 years ago
Wladimir J. van der Laan 19197d5e29 Do not launch Shutdown in a new thread in case we are running the UI. 13 years ago
Michael Hendricks 29c8b9416d Deprecate RPC getblocknumber 13 years ago
Luke Dashjr 903a255836 Bugfix: "bits" should be a hex-string, not a number (that just doesn't make sense) 13 years ago
David Joel Schwartz ae81b82fb8 Use C's const char* for status strings rather than C++'s std::string, which is slower 13 years ago
Luke Dashjr 3552497ae5 Send "Connection: close" HTTP header with JSON-RPC requests (client) 13 years ago
Forrest Voight 074d584a04 Added RPC call 'getmemorypool' that provides everything needed to construct a block with a custom generation transaction and submit a solution 13 years ago
Nils Schneider 6ccff2cbde remove cryptopp dependency, add simple unittest for SHA256Transform() 13 years ago
Nils Schneider f8acc29fca deprecate midstate and hash1 in getwork 13 years ago
Nils Schneider eec44dad17 remove deprecated RPCs 13 years ago
Pieter Wuille 3a570dc80a Use key recovery for message signatures 13 years ago
Pieter Wuille d9867551fc base64-based sign/verify 13 years ago
Pieter Wuille b53d6284eb Incorporate pubkey in signature, check based on address 13 years ago
Khalahan cc2567e32f Sign and verify message with bitcoin address and public key 13 years ago
Pieter Wuille 4b603f1cd6 Inline base64 encoder/decoder 13 years ago
JoelKatz 4e67a6216b Faster Base64 decoder. 13 years ago
Gavin Andresen 565c4771b6 Remove wxWidgets 13 years ago
Wladimir J. van der Laan ae3d0aba15 Sync to bitcoin git e94010b239 13 years ago
Wladimir J. van der Laan 42c405ad23 temp patch for qtui 13 years ago
Wladimir J. van der Laan 8fe2308b34 windows build fixes 13 years ago
Stéphane Gimenez 4d410cfce9 Fix AddressBook syncrhonization between a CWallet and CWalletDB 13 years ago
Giel van Schijndel e913574e02 rpc: don't send 403 when using SSL to prevent DoS 13 years ago