88 Commits (6642ffb761cc04c990510d8a5e89714e003abb77)

Author SHA1 Message Date
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