Merge branch '0.5.x' into 0.6.0.x
[novacoin.git] / src / bitcoinrpc.cpp
2012-04-04 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-04 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-04 Wladimir J. van... Use a messagebox to display the error when -server...
2012-03-22 Pieter WuilleIntroduce explicit -walletupgrade option
2012-03-21 Wladimir J. van... replace call to PrintConsole with call to error()
2012-03-16 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-03-16 Gavin AndresenFix issue #848 : broken mining on testnet
2012-03-12 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-03-12 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-10 Gregory MaxwellResolves issue #922 - "wallet passphrase timeout of...
2012-03-03 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-03-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-26 Gavin Andresenbitcoind changes to stop storing settings in wallet...
2012-02-22 Luke DashjrCleanup JSON-RPC getblock output to be consistent
2012-02-17 Gavin AndresenMerge branch 'testnetmining' of github.com:gavinandrese...
2012-02-17 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-02-17 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-16 Gavin AndresenFix issue #848 : broken mining on testnet
2012-02-16 Pieter WuilleSymbolic names for threads
2012-02-12 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-02-12 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-11 Pieter WuilleExtra wallet locking fixes
2012-02-11 Pieter WuilleFix wallet locking locking
2012-02-11 Pieter WuilleFix #822
2012-02-08 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-08 Gregory MaxwellHave bitcoind recommend a secure RPC password. Increase...
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-02-05 Gregory MaxwellHave bitcoind recommend a secure RPC password. Increase...
2012-01-27 Luke DashjrBitcoin-Qt signmessage GUI (pull request #582)
2012-01-23 Gavin AndresenFixed addmultisigaddress if looking up public keys...
2012-01-17 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-01-17 Luke DashjrCode tidyups, fixing various warnings.
2012-01-15 Forrest VoightAdded mintime and curtime to RPC getmemorypool
2012-01-15 Forrest VoightSeparated COINBASE_FLAGS out into main.h and made RPC...
2012-01-13 Gavin AndresenRemove base58 encoding from validateaddress/addmultisig...
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2012-01-13 Gavin AndresenMerge branch 'getmininginfo' of https://github.com...
2012-01-13 Gavin AndresenCompile with extra warnings turned on. And more makefil...
2012-01-13 Luke Dashjrcollect more info on tx pooling and block finding for...
2012-01-13 Luke DashjrAdd new "getmininginfo" JSON-RPC method, with mining...
2012-01-09 Pieter WuilleCompressed pubkeys
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-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 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