Merge branch 'master' of github.com:novacoin-project/novacoin
[novacoin.git] / src / bitcoinrpc.cpp
2012-05-06 Peter ToddFixed non-sensical error message
2012-05-06 Peter ToddFixed non-sensical error message
2012-04-27 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-27 Gavin Andresenfix compiler error in bitcoinrpc RE: boost::system
2012-04-27 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-27 freewillistsinceblock: rpc param blockid -> blockhash
2012-04-27 freewilremove strange debug message from listsinceblock
2012-04-26 Gavin AndresenMerge pull request #1151 from freewil/listsinceblock...
2012-04-26 freewilremove strange debug message from listsinceblock
2012-04-26 freewillistsinceblock: rpc param blockid -> blockhash
2012-04-23 Jeff GarzikAdd casts for unavoidable signed/unsigned comparisons
2012-04-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-20 Pieter WuilleExpose CRPCTable via bitcoinrpc.h for testing
2012-04-20 Pieter WuilleEncapsulate mapCommands in class CRPCTable
2012-04-20 Jeff GarzikEncapsulate RPC command dispatch in an array of CRPCCom...
2012-04-20 Richard SmithPPCoin: Minor fix of RPC command 'sendalert'
2012-04-19 Richard SmithPPCoin: RPC commands for 'sendalert' and 'makekeypair'
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Pieter WuilleMerge remote-tracking branch 'jgarzik/mempool'
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Jeff GarzikMove CWalletDB code to new walletdb module.
2012-04-17 Pieter WuilleRemove headers.h
2012-04-16 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-16 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-16 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-15 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-15 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-15 Jeff GarzikThe string class returns string::npos, when find()...
2012-04-15 Jeff GarzikCTxMemPool: encapsulate AddToMemoryPoolUnchecked()...
2012-04-15 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-12 Gavin AndresenMerge pull request #1041 from gavinandresen/listtransac...
2012-04-11 Pieter WuilleUse filesystem::path instead of manual string tinkering
2012-04-11 Wladimir J. van... Show error message instead of exception crash when...
2012-04-11 Gavin AndresenRemove path.make_preferred() calls, and fix compiler...
2012-04-10 Wladimir J. van... Merge pull request #1046 from laanwj/2012_04_rpcporterror
2012-04-09 Pieter WuilleMerge pull request #1052 from sipa/scopedlocks
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-06 Wladimir J. van... Show error message instead of exception crash when...
2012-04-06 Philip Kaufmannfixed small error in bitcoinrpc.cpp
2012-04-06 Philip Kaufmannupdated bitcoinrpc.cpp to use make_preferred() and...
2012-04-05 Gavin AndresenMerge pull request #1042 from gavinandresen/use_ssl_cleanup
2012-04-05 Gavin AndresenRemove USE_SSL #define
2012-04-05 Gavin AndresenBug fix listtransactions from/count handling.
2012-04-04 Gavin AndresenEnable addmultisigaddress RPC call for main network
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-04-04 Wladimir J. van... Use a messagebox to display the error when -server...
2012-04-04 Wladimir J. van... support RPC stop and encryptwallet with UI
2012-04-03 Wladimir J. van... VC2010 compile fixes
2012-03-22 Pieter WuilleIntroduce explicit -walletupgrade option
2012-03-22 Sunny KingPPCoin: Add RPC command 'repairwallet'
2012-03-22 Sunny KingPPCoin: Add RPC command 'checkwallet'
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-04 Sunny KingPPCoin: RPC command 'getinfo' shows ip address seen...
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-03-03 Sunny KingPPCoin: stakeonly mode for RPC command 'walletpassphrase'
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-22 Sunny KingPPCoin: RPC command 'reservebalance'
2012-02-18 Sunny KingPPCoin: Allow RPC commands resetcheckpoint and getbranc...
2012-02-17 Sunny KingPPCoin: RPC commands 'getbranchpoint' and 'resetcheckpoint'
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-16 Sunny KingPPCoin: fix a hang during reorg (bug introduced in...
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-11 Sunny KingPPCoin: Coin creation model - coinstake reward with...
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-02-04 Sunny KingPPCoin: getinfo shows total stake in addition to balance
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
next