index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpcdump.cpp
Age
Commit message (
Expand
)
Author
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-07-22
Harmonize importprivkey and importaddress documentation
Wladimir J. van der Laan
2014-07-07
Merge pull request #4045
Wladimir J. van der Laan
2014-07-07
Use GetBlockTime() more
jtimon
2014-07-02
Use script matching rather than destination matching for watch-only.
Pieter Wuille
2014-07-02
Watchonly balances are shown separately in gui.
JaSK
2014-07-02
Add support for watch-only addresses
Pieter Wuille
2014-04-23
[Qt] importwallet progress
Cozz Lovan
2014-03-21
Fix importwallet nTimeFirstKey
Cozz Lovan
2014-03-07
Remove unused includes of boost lexical_cast
Wladimir J. van der Laan
2014-02-26
Remove CWalletTx::vfSpent
Gavin Andresen
2014-02-17
Fix crash in importwallet and dumpwallet formatting
Wladimir J. van der Laan
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-28
Add check for valid keys in `importprivkey`
Wladimir J. van der Laan
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2014-01-18
Fix importprivkey / rescan
Cozz Lovan
2013-12-23
Explicitly ensure that wallet is unlocked in `importprivkey`
Wladimir J. van der Laan
2013-11-27
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-13
Issue #1865 - Clean up RPC help messages
sje
2013-11-11
misc small changes to polish after include cleanup
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-05
Make time facet non-constant
Sergey Kazenyuk
2013-10-26
Break dependency of init on wallet.
Pieter Wuille
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-11
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
Refactor: OutputDebugStringF -> LogPrint(category, ...)
Gavin Andresen
2013-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
Refactor: CAddressBookData for mapAddressBook
Gavin Andresen
2013-06-22
Add dumpwallet and importwallet RPCs
Pieter Wuille
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2012-12-06
add rescan bool to importprivkey to control whether to do a rescan after import
Mike Cassano
2012-10-04
Document RPC error codes
Wladimir J. van der Laan
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
remove dead "using namespace boost::asio;" from rpcdump.cpp
Philip Kaufmann
2012-05-23
rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h.
Jeff Garzik
2012-05-20
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-18
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-05-18
Update License in File Headers
Fordy
2012-04-17
Remove headers.h
Pieter Wuille
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-04
Remove USE_SSL #define
Gavin Andresen
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-01-09
Compressed pubkeys
Pieter Wuille
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-17
Key import and export
Pieter Wuille