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
/
rpcmisc.cpp
Age
Commit message (
Expand
)
Author
2015-11-09
Fix crash in validateaddress with -disablewallet
Wladimir J. van der Laan
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-08-10
Reformat validateaddress help, add missing iswatchonly description.
Pavel Janík
2015-08-03
Rationalize currency unit to "BTC"
Ross Nicoll
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-06-24
Testing infrastructure: mocktime fixes
Gavin Andresen
2015-06-09
Return all available information via validateaddress
dexX7
2015-06-04
fix missing univalue types during constructing
Jonas Schnelli
2015-06-04
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
expicit set UniValue type to avoid empty values
Jonas Schnelli
2015-06-04
extend conversion to UniValue
Jonas Schnelli
2015-06-04
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-04-17
privacy: Stream isolation for Tor
Wladimir J. van der Laan
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-02-20
Merge #5706: fix crash: RPC \
Wladimir J. van der Laan
2015-01-28
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
2015-01-26
Merge pull request #5575
Wladimir J. van der Laan
2015-01-25
fix crash: createmultisig and addmultisigaddress
fsb4000
2015-01-02
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2015-01-02
namespace: remove boost namespace pollution
Cory Fields
2014-12-31
Merge #4964 from
Jeff Garzik
2014-12-30
RPCWallet: Notate all account stuff as deprecated
Luke Dashjr
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-20
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-11-17
regression test only setmocktime RPC call
Gavin Andresen
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-10
Add fTestnetToBeDeprecatedFieldRPC to CChainParams
jtimon
2014-09-23
Add scriptPubKey field to validateaddress RPC call
Peter Todd
2014-09-16
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-09
remove unneeded cast in rpcmisc.cpp
Philip Kaufmann
2014-07-28
Add warning comment to getinfo
Wladimir J. van der Laan
2014-07-07
Merge pull request #4045
Wladimir J. van der Laan
2014-07-07
remove SOCKS4 support from core and GUI
Philip Kaufmann
2014-07-03
Move fee policy out of core
Gavin Andresen
2014-07-02
replaced MINE_ with ISMINE_
JaSK
2014-07-02
fixed bug where validateaddress doesn't display information
JaSK
2014-07-02
fixed tiny glitch and improved readability like laanwj suggested
JaSK
2014-07-02
Watchonly balances are shown separately in gui.
JaSK
2014-07-02
Add support for watch-only addresses
Pieter Wuille
2014-06-27
minor code format fix in rpc-related files
Philip Kaufmann
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-25
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-17
Get rid of Params().RPCisTestNet()
jtimon
2014-06-09
Merge pull request #3824
Wladimir J. van der Laan
2014-06-06
Type-safe CFeeRate class
Gavin Andresen
2014-06-04
Add RPCisTestNet chain parameter
jtimon
2014-05-13
removed a few unnecessary casts
Kamil Domanski
2014-05-13
switch from boost int types to <stdint.h>
Kamil Domanski
[next]