aboutsummaryrefslogtreecommitdiff
path: root/src/rpcdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-409/+0
* Removed main.h dependency from rpcserver.cppEric Lombrozo2015-01-281-0/+10
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Add sanity check after key generationPieter Wuille2014-11-231-0/+2
* Update comments in src/rpc* to be doxygen compatibleMichael Ford2014-11-201-1/+1
* [Wallet] Watch-only fixesCozz Lovan2014-10-031-3/+2
* Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-1/+3
* header include cleanupPhilip Kaufmann2014-09-141-1/+2
* Replace weird characters by normal spacesPieter Wuille2014-08-301-3/+3
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+2
* Harmonize importprivkey and importaddress documentationWladimir J. van der Laan2014-07-221-6/+20
* Merge pull request #4045Wladimir J. van der Laan2014-07-071-0/+54
|\
| * Use script matching rather than destination matching for watch-only.Pieter Wuille2014-07-021-8/+15
| * Watchonly balances are shown separately in gui.JaSK2014-07-021-1/+3
| * Add support for watch-only addressesPieter Wuille2014-07-021-0/+45
* | Use GetBlockTime() morejtimon2014-07-071-3/+3
|/
* [Qt] importwallet progressCozz Lovan2014-04-231-1/+7
* Fix importwallet nTimeFirstKeyCozz Lovan2014-03-211-0/+3
* Remove unused includes of boost lexical_castWladimir J. van der Laan2014-03-071-1/+0
* Remove CWalletTx::vfSpentGavin Andresen2014-02-261-2/+0
* Fix crash in importwallet and dumpwallet formattingWladimir J. van der Laan2014-02-171-3/+3
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* Add check for valid keys in `importprivkey`Wladimir J. van der Laan2014-01-281-1/+3
* Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-9/+9
* Fix importprivkey / rescanCozz Lovan2014-01-181-0/+5
* Explicitly ensure that wallet is unlocked in `importprivkey`Wladimir J. van der Laan2013-12-231-0/+2
* Split up bitcoinrpc (code movement only)Wladimir J. van der Laan2013-11-271-3/+1
* Issue #1865 - Clean up RPC help messagessje2013-11-131-8/+48
* misc small changes to polish after include cleanupPhilip Kaufmann2013-11-111-1/+0
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-17/+21
* Make time facet non-constantSergey Kazenyuk2013-11-051-1/+1
* Break dependency of init on wallet.Pieter Wuille2013-10-261-0/+1
* Merge pull request #3119Pieter Wuille2013-10-201-1/+1
|\
| * Bump Year Number to 2013super32013-10-201-1/+1
* | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-6/+6
|/
* Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-3/+3
* Refactor: OutputDebugStringF -> LogPrint(category, ...)Gavin Andresen2013-09-181-2/+0
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-2/+2
* Refactor: CAddressBookData for mapAddressBookGavin Andresen2013-08-221-1/+1
* Add dumpwallet and importwallet RPCsPieter Wuille2013-06-221-16/+190
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-11/+8
* add rescan bool to importprivkey to control whether to do a rescan after importMike Cassano2012-12-061-5/+13
* Document RPC error codesWladimir J. van der Laan2012-10-041-5/+5
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-3/+6
* remove dead "using namespace boost::asio;" from rpcdump.cppPhilip Kaufmann2012-05-241-1/+0
* rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h.Jeff Garzik2012-05-231-6/+0
* Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\
| * Update License in File HeadersFordy2012-05-181-1/+1
* | Fine-grained UI updatesWladimir J. van der Laan2012-05-201-2/+0
* | change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann2012-05-181-1/+1
|/