index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpcdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
1
-409
/
+0
*
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
2015-01-28
1
-0
/
+10
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Add sanity check after key generation
Pieter Wuille
2014-11-23
1
-0
/
+2
*
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-11-20
1
-1
/
+1
*
[Wallet] Watch-only fixes
Cozz Lovan
2014-10-03
1
-3
/
+2
*
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
1
-1
/
+3
*
header include cleanup
Philip Kaufmann
2014-09-14
1
-1
/
+2
*
Replace weird characters by normal spaces
Pieter Wuille
2014-08-30
1
-3
/
+3
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+2
*
Harmonize importprivkey and importaddress documentation
Wladimir J. van der Laan
2014-07-22
1
-6
/
+20
*
Merge pull request #4045
Wladimir J. van der Laan
2014-07-07
1
-0
/
+54
|
\
|
*
Use script matching rather than destination matching for watch-only.
Pieter Wuille
2014-07-02
1
-8
/
+15
|
*
Watchonly balances are shown separately in gui.
JaSK
2014-07-02
1
-1
/
+3
|
*
Add support for watch-only addresses
Pieter Wuille
2014-07-02
1
-0
/
+45
*
|
Use GetBlockTime() more
jtimon
2014-07-07
1
-3
/
+3
|
/
*
[Qt] importwallet progress
Cozz Lovan
2014-04-23
1
-1
/
+7
*
Fix importwallet nTimeFirstKey
Cozz Lovan
2014-03-21
1
-0
/
+3
*
Remove unused includes of boost lexical_cast
Wladimir J. van der Laan
2014-03-07
1
-1
/
+0
*
Remove CWalletTx::vfSpent
Gavin Andresen
2014-02-26
1
-2
/
+0
*
Fix crash in importwallet and dumpwallet formatting
Wladimir J. van der Laan
2014-02-17
1
-3
/
+3
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
Add check for valid keys in `importprivkey`
Wladimir J. van der Laan
2014-01-28
1
-1
/
+3
*
Remove redundant .c_str()s
Wladimir J. van der Laan
2014-01-23
1
-9
/
+9
*
Fix importprivkey / rescan
Cozz Lovan
2014-01-18
1
-0
/
+5
*
Explicitly ensure that wallet is unlocked in `importprivkey`
Wladimir J. van der Laan
2013-12-23
1
-0
/
+2
*
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-27
1
-3
/
+1
*
Issue #1865 - Clean up RPC help messages
sje
2013-11-13
1
-8
/
+48
*
misc small changes to polish after include cleanup
Philip Kaufmann
2013-11-11
1
-1
/
+0
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-17
/
+21
*
Make time facet non-constant
Sergey Kazenyuk
2013-11-05
1
-1
/
+1
*
Break dependency of init on wallet.
Pieter Wuille
2013-10-26
1
-0
/
+1
*
Merge pull request #3119
Pieter Wuille
2013-10-20
1
-1
/
+1
|
\
|
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
|
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-6
/
+6
|
/
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-3
/
+3
*
Refactor: OutputDebugStringF -> LogPrint(category, ...)
Gavin Andresen
2013-09-18
1
-2
/
+0
*
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
1
-2
/
+2
*
Refactor: CAddressBookData for mapAddressBook
Gavin Andresen
2013-08-22
1
-1
/
+1
*
Add dumpwallet and importwallet RPCs
Pieter Wuille
2013-06-22
1
-16
/
+190
*
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-11
/
+8
*
add rescan bool to importprivkey to control whether to do a rescan after import
Mike Cassano
2012-12-06
1
-5
/
+13
*
Document RPC error codes
Wladimir J. van der Laan
2012-10-04
1
-5
/
+5
*
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
1
-3
/
+6
*
remove dead "using namespace boost::asio;" from rpcdump.cpp
Philip Kaufmann
2012-05-24
1
-1
/
+0
*
rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h.
Jeff Garzik
2012-05-23
1
-6
/
+0
*
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
1
-1
/
+1
|
\
|
*
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
*
|
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-20
1
-2
/
+0
*
|
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-05-18
1
-1
/
+1
|
/
[next]