PPCoin: Track coinstake search interval in RPC command 'getdifficulty'
[novacoin.git] / src / bitcoinrpc.cpp
2012-09-16 Sunny KingPPCoin: Track coinstake search interval in RPC command...
2012-09-15 Sunny KingPPCoin: Rework stake minting to use randomized stake...
2012-09-05 Sunny KingPPCoin: Fix checkwallet/repairwallet since 7237fa0...
2012-08-30 Sunny KingPPCoin: RPC command 'getblock' to print mint amount...
2012-08-26 Sunny KingPPCoin: More detailed print of RPC command 'getblock'
2012-08-23 Sunny KingPPCoin: Fix coinbase mint checks
2012-08-03 Sunny KingPPCoin: Fix premature mint thread exit since 06281cf
2012-08-03 Scott NadalPPCoin: Enforce minimum output amount 1 cent
2012-08-01 Sunny KingPPCoin: Separate thread for minting proof-of-stake...
2012-08-01 Sunny KingPPCoin: RPC command 'getdifficulty' shows proof-of...
2012-07-30 Scott NadalPPCoin: No safe mode when detecting longer invalid...
2012-07-29 Sunny KingPPCoin: Replace RPC command 'setcheckpointkey' with...
2012-07-25 Sunny KingPPCoin: Change date display format and clean up a merge...
2012-07-25 Sunny KingPPCoin: Immediate sync-checkpoint to defend against...
2012-07-24 Sunny KingPPCoin: Make reservebalance a configuration option
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-07-12 Sunny KingPPCoin: RPC 'makekeypair' limits loop to avoid hang
2012-07-10 Scott NadalPPCoin: Version number and rename checkpoint related...
2012-07-05 Sunny KingPPCoin: Sign block when communicating with miners via...
2012-06-29 Sunny KingPPCoin: RPC commands show difficulty of proof-of-work...
2012-06-26 Richard SmithPPCoin: Add RPC command 'getcheckpoint'
2012-06-26 Sunny KingPPCoin: Matching prefix of public key for RPC command...
2012-06-26 Scott NadalPPCoin: Remove automatic checkpoint code
2012-06-14 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-06-14 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-06-14 Philip KaufmannBugfix: Fix various places where Bitcoin-Qt was being...
2012-06-12 Scott NadalPPCoin: Automatically select a checkpoint for 'sendchec...
2012-06-11 Scott NadalPPCoin: RPC command 'sendcheckpoint'
2012-05-22 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-05-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-22 Richard SmithPPCoin: Separate newmint value from stake in RPC 'getin...
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-18 Jeff GarzikAlways check return values of TxnBegin() and TxnCommit()
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...
next