RPC: Replace resendtx with resendwallettransactions.
[novacoin.git] / src / bitcoinrpc.cpp
2011-12-29 Sunny KingPPCoin: Addresses begin with letter P; RPC messages...
2011-12-23 Gavin AndresenNew RPC commands: getblockhash and getblock
2011-12-22 Gavin AndresenFix broken ExtractAddress (refactored, made callers...
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-21 Sunny KingPPCoin: default ports; disabling irc; dns seeds; Thread...
2011-12-20 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Gavin AndresenMerge branch 'op_eval'
2011-12-20 Sunny KingMerge bitcoin v0.5.1 into ppcoin
2011-12-20 Gavin AndresenUse std::numeric_limits<> for typesafe INT_MAX/etc
2011-12-19 Gavin AndresenMerge branch 'txn_block_info' of https://github.com...
2011-12-19 Gavin AndresenUse block times for 'hard' OP_EVAL switchover, and...
2011-12-19 Gavin AndresenDisable addmultisigaddress if not testnet
2011-12-19 Gavin AndresenOP_EVAL implementation
2011-12-19 Gavin AndresenSupport 3 new multisignature IsStandard transactions
2011-12-19 Gavin AndresenMerge pull request #574 from sipa/dumpprivkey
2011-12-19 Gavin AndresenImplement BIP 14 : separate protocol version from clien...
2011-12-17 Pieter WuilleKey import and export
2011-12-17 Pieter WuillePreparations for key import/export
2011-12-17 Pieter WuilleAdd GetSecret() and GetKeys() to CKeyStore
2011-12-01 Gavin AndresenSpeed up RPC authentication (reworked pull from Joel...
2011-11-26 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-11-21 Gavin AndresenMerge pull request #632 from mndrix/deprecate-getblockn...
2011-11-15 Gavin AndresenObsolete keypool and make sure database removes log...
2011-11-12 Wladimir J. van... Do not launch Shutdown in a new thread in case we are...
2011-11-11 Michael HendricksDeprecate RPC getblocknumber
2011-10-06 Luke DashjrBugfix: "bits" should be a hex-string, not a number...
2011-10-05 David Joel SchwartzUse C's const char* for status strings rather than...
2011-10-05 Gavin AndresenMerge branch 'listsinceblock' of https://github.com...
2011-10-05 Gavin AndresenMerge branch 'no-cryptopp' of https://github.com/tcatm...
2011-10-05 Luke DashjrSend "Connection: close" HTTP header with JSON-RPC...
2011-10-01 Forrest VoightAdded RPC call 'getmemorypool' that provides everything...
2011-09-30 Nils Schneiderremove cryptopp dependency, add simple unittest for...
2011-09-30 Gavin AndresenMerge pull request #524 from sipa/signandverif
2011-09-29 Nils SchneiderMerge pull request #537 from tcatm/remove-deprecated...
2011-09-28 Nils Schneiderdeprecate midstate and hash1 in getwork
2011-09-28 Nils Schneiderremove deprecated RPCs
2011-09-27 Pieter WuilleUse key recovery for message signatures
2011-09-27 Pieter Wuillebase64-based sign/verify
2011-09-27 Pieter WuilleIncorporate pubkey in signature, check based on address
2011-09-27 KhalahanSign and verify message with bitcoin address and public key
2011-09-27 Pieter WuilleInline base64 encoder/decoder
2011-09-27 JoelKatzFaster Base64 decoder.
2011-09-26 Gavin AndresenRemove wxWidgets
2011-09-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-02 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-06 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-26 Wladimir J. van... Merge remote branch 'upstream/master'
2011-07-15 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-07 Wladimir J. van... Sync to bitcoin git e94010b2395694d56dd6
2011-07-07 Wladimir J. van... temp patch for qtui
2011-07-03 Wladimir J. van... windows build fixes