aboutsummaryrefslogtreecommitdiff
path: root/src/rpcdump.cpp
AgeCommit message (Expand)Author
2014-11-23Add sanity check after key generationPieter Wuille
2014-11-20Update comments in src/rpc* to be doxygen compatibleMichael Ford
2014-10-03[Wallet] Watch-only fixesCozz Lovan
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-14header include cleanupPhilip Kaufmann
2014-08-30Replace weird characters by normal spacesPieter Wuille
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-07-22Harmonize importprivkey and importaddress documentationWladimir J. van der Laan
2014-07-07Merge pull request #4045Wladimir J. van der Laan
2014-07-07Use GetBlockTime() morejtimon
2014-07-02Use script matching rather than destination matching for watch-only.Pieter Wuille
2014-07-02Watchonly balances are shown separately in gui.JaSK
2014-07-02Add support for watch-only addressesPieter Wuille
2014-04-23[Qt] importwallet progressCozz Lovan
2014-03-21Fix importwallet nTimeFirstKeyCozz Lovan
2014-03-07Remove unused includes of boost lexical_castWladimir J. van der Laan
2014-02-26Remove CWalletTx::vfSpentGavin Andresen
2014-02-17Fix crash in importwallet and dumpwallet formattingWladimir J. van der Laan
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-28Add check for valid keys in `importprivkey`Wladimir J. van der Laan
2014-01-23Remove redundant .c_str()sWladimir J. van der Laan
2014-01-18Fix importprivkey / rescanCozz Lovan
2013-12-23Explicitly ensure that wallet is unlocked in `importprivkey`Wladimir J. van der Laan
2013-11-27Split up bitcoinrpc (code movement only)Wladimir J. van der Laan
2013-11-13Issue #1865 - Clean up RPC help messagessje
2013-11-11misc small changes to polish after include cleanupPhilip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-05Make time facet non-constantSergey Kazenyuk
2013-10-26Break dependency of init on wallet.Pieter Wuille
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-09-18Refactor: OutputDebugStringF -> LogPrint(category, ...)Gavin Andresen
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-08-22Refactor: CAddressBookData for mapAddressBookGavin Andresen
2013-06-22Add dumpwallet and importwallet RPCsPieter Wuille
2013-05-30CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille
2012-12-06add rescan bool to importprivkey to control whether to do a rescan after importMike Cassano
2012-10-04Document RPC error codesWladimir J. van der Laan
2012-05-24Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille
2012-05-24remove dead "using namespace boost::asio;" from rpcdump.cppPhilip Kaufmann
2012-05-23rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h.Jeff Garzik
2012-05-20Merge pull request #1354 from fanquake/masterPieter Wuille
2012-05-20Fine-grained UI updatesWladimir J. van der Laan
2012-05-18change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann
2012-05-18Update License in File HeadersFordy
2012-04-17Remove headers.hPieter Wuille
2012-04-09Use scoped locks instead of CRITICAL_BLOCKPieter Wuille
2012-04-04Remove USE_SSL #defineGavin Andresen