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
/
rpcwallet.cpp
Age
Commit message (
Expand
)
Author
2015-02-04
minor rework of SendMoney in rpcwallet
Philip Kaufmann
2015-02-04
Merge pull request #5711
Wladimir J. van der Laan
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-31
Fix typo - sentence starts with capital letter
Pavel Janík
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-06
Merge pull request #5513
Wladimir J. van der Laan
2015-01-05
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-04
Merge pull request #5540
Pieter Wuille
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 pull request #5576
Wladimir J. van der Laan
2014-12-30
Bugfix: RPCWallet: Docs: Booleans aren't quoted
Luke Dashjr
2014-12-30
RPCWallet: Notate all account stuff as deprecated
Luke Dashjr
2014-12-25
Add immature balances to getwalletinfo.
Gregory Maxwell
2014-12-25
Add unconfirmedbalance field to getwalletinfo
azeteki
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-05
Use RPC_INVALID_PARAMETER instead of RPC_WALLET_ERROR for invalid amount.
Pavel Janík
2014-12-02
Move SendMoney() to rpcwallet.cpp.
Pavel Janík
2014-11-20
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-11-16
Fix typo in listreceivedbyaddress and listaccounts help text
Michael Ford
2014-10-31
fix a typo
Yoichi Hirai
2014-10-27
MOVEONLY: Move CFeeRate and Amount constants to amount.o
jtimon
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-03
[Wallet] Watch-only fixes
Cozz Lovan
2014-10-02
Merge pull request #4985
Wladimir J. van der Laan
2014-10-02
Fixed setaccount accepting foreign address
Eric Shaw
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-17
Merge pull request #4863
Wladimir J. van der Laan
2014-09-16
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
update rpc help message for gettransaction to add includeWatchonly param
Benedict Chan
2014-09-16
Merge pull request #4825
Pieter Wuille
2014-09-06
Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'
ENikS
2014-09-04
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-08-08
Fix typo in gettransaction help
Derek701
2014-07-29
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
Jeff Garzik
2014-07-21
Revert "Add -respendnotify option and new RPC data"
Wladimir J. van der Laan
2014-07-15
Add vout to ListTransactions output
Cozz Lovan
2014-07-11
`getrawchangeaddress` should fail when keypool exhausted
Wladimir J. van der Laan
2014-07-07
Merge pull request #4045
Wladimir J. van der Laan
2014-07-07
Merge pull request #4446
Wladimir J. van der Laan
2014-07-07
Use GetBlockTime() more
jtimon
2014-07-07
Rename SendMoneyToDestination to SendMoney.
Daniel Kraft
2014-07-02
replaced MINE_ with ISMINE_
JaSK
2014-07-02
fixed bug in ListReceived()
JaSK
2014-07-02
removed default argument values for ismine filter
JaSK
2014-07-02
added includedWatchonly argument to listreceivedbyaddress/...account
JaSK
2014-07-02
added includeWatchonly argument to 'gettransaction' because it affects balanc...
JaSK
2014-07-02
fixed tiny glitch and improved readability like laanwj suggested
JaSK
[next]