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
2013-06-05
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-05-30
Merge pull request #2625 from gavinandresen/walletlock_asio
Jeff Garzik
2013-05-30
Merge pull request #2600 from sipa/keyrefactor
Jeff Garzik
2013-05-30
Merge pull request #2104 from al42and/listreceivedbyaddress_txids
Jeff Garzik
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
Make CPubKey statically allocated
Pieter Wuille
2013-05-07
Use boost::asio::deadline_timer for walletpassphrase timeout
Gavin Andresen
2013-05-03
CreateTransaction: return strFailReason on failure
Gavin Andresen
2013-04-08
Merge pull request #2272 from gavinandresen/getbalancefix
Gavin Andresen
2013-04-03
Rename util.h Sleep --> MilliSleep
Gavin Andresen
2013-02-04
Fix getbalance discrepency
Gavin Andresen
2013-01-11
Add timeoffset to getinfo RPC call
Peter Todd
2012-12-16
Updated help and tests for getreceivedby(account|address)
Andrey
2012-12-13
listreceivedbyaddress now provides tx ids (issue #1149)
Andrey
2012-12-12
Merge pull request #1861 from jgarzik/coinlock
Gavin Andresen
2012-11-27
do not silently ignore errors on "backupwallet" RPC cmd
Philip Kaufmann
2012-11-16
Merge pull request #2009 from sipa/fixmove
Gavin Andresen
2012-11-15
Add new RPC "lockunspent", to prevent spending of selected outputs
Jeff Garzik
2012-11-14
Prevent RPC 'move' from deadlocking
Pieter Wuille
2012-11-04
Merge pull request #1830 from Diapolo/trans_rem_spaces
Wladimir J. van der Laan
2012-10-29
New createmultisig rpc command
Gavin Andresen
2012-10-25
fix some double-spaces in strings
Philip Kaufmann
2012-10-19
Use CHashWriter also in SignatureHash(), and for message signing
Pieter Wuille
2012-10-07
Merge pull request #1859 from Diapolo/proxy_locks
Pieter Wuille
2012-10-04
Document RPC error codes
Wladimir J. van der Laan
2012-10-04
add LOCK() for proxy related data-structures
Philip Kaufmann
2012-10-01
Merge branch '2012_09_fixwformat' of github.com:laanwj/bitcoin
Gavin Andresen
2012-10-01
fix -Wformat warnings all over the source
Philip Kaufmann
2012-09-30
Add a backup warning to the encryptwallet RPC command
kjj2
2012-09-18
Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoin
Gavin Andresen
2012-09-08
Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db
Luke Dashjr
2012-09-04
Merge pull request #1738 from laanwj/2012_08_boostthread
Jeff Garzik
2012-09-02
Merge pull request #1774 from luke-jr/refactor_times
Gavin Andresen
2012-09-02
Bugfix: Require OrderedTxItems to provide properly scoped accounting entry list
Luke Dashjr
2012-08-29
Rename CreateThread to NewThread
Wladimir J. van der Laan
2012-08-24
Merge pull request #1672 from gmaxwell/filter_listunspent
Gregory Maxwell
2012-08-24
Change CWallet addressgrouping to use CTxDestination instead of strings.
Gregory Maxwell
2012-08-24
Avoid leaving return types or function attributes on their own lines.
Gregory Maxwell
2012-08-23
Treat generation (mined) transactions less different from receive transactions
Luke Dashjr
2012-08-23
Add address groupings RPC from the coincontrol patches.
coderrr
2012-08-23
Choose reasonable "smart" times to display for transactions
Luke Dashjr
2012-08-23
JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to tra...
Luke Dashjr
2012-08-23
Store a fixed order of transactions (and accounting) in the wallet
Luke Dashjr
2012-08-23
Spaces in strings
xanatos
2012-08-21
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
Jeff Garzik
2012-08-21
RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module
Jeff Garzik