103 Commits (1210aa435f3518080e1b5e2f79397ff68c4978d0)

Author SHA1 Message Date
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
Giel van Schijndel c9e70d4c0a rpc server: send '403 Forbidden' to rejected clients 13 years ago
Wladimir J. van der Laan e8ef3da713 update core to d0d80170a2 (CWallet class) 13 years ago
Shane Wegner 926e14b362 Fix missing includes needed for Boost 1.46. 13 years ago
Wladimir J. van der Laan 0eeb4f5d5b update bitcoin core from git (eeac8727bc) 13 years ago
Pieter Wuille 64c7ee7e6b CWallet class 13 years ago
Wladimir J. van der Laan 39cf857db9 Internationalization -- initial step, make _ return a std::string to prevent memory leaks 13 years ago
Wladimir J. van der Laan ba4081c1fc move back to original directory structure 13 years ago
Wladimir J. van der Laan 822f2e3ddf update to newest git bitcoin core 13 years ago
Wladimir J. van der Laan 69d605f410 integration of core bitcoin 14 years ago