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
/
bitcoinrpc.cpp
Age
Commit message (
Expand
)
Author
2012-12-19
Convert fRescan argument to importprivkey to bool
Pieter Wuille
2012-12-12
Merge pull request #1861 from jgarzik/coinlock
Gavin Andresen
2012-11-26
update CClientUIInterface and remove orphan Wx stuff
Philip Kaufmann
2012-11-15
Add new RPC "lockunspent", to prevent spending of selected outputs
Jeff Garzik
2012-11-15
RPC: Forbid RPC username == RPC password
Jeff Garzik
2012-11-10
Merge pull request #1977 from Diapolo/rem_printf_redef_rpc
Wladimir J. van der Laan
2012-11-09
Merge branch 'http-improvements'
Jeff Garzik
2012-11-04
RPC: HTTP server uses its own ReadHTTPRequestLine()
Jeff Garzik
2012-11-04
RPC, cosmetic: push down ReadHTTPStatus() calls into ReadHTTP() callers
Jeff Garzik
2012-11-04
Remove -detachdb and stop's detach argument.
Pieter Wuille
2012-11-04
remove printf redefinition from bitcoinrpc.cpp
Philip Kaufmann
2012-10-29
New createmultisig rpc command
Gavin Andresen
2012-10-20
Add gettxout and gettxoutsetinfo RPCs
Pieter Wuille
2012-10-05
fix wrong (signed/unsigned) printf format specifier in bitcoinrpc.cpp
Philip Kaufmann
2012-10-04
Add constants for HTTP status codes
Wladimir J. van der Laan
2012-10-04
Document RPC error codes
Wladimir J. van der Laan
2012-10-01
fix -Wformat warnings all over the source
Philip Kaufmann
2012-09-28
Remove stack randomization
Pieter Wuille
2012-09-28
Merge pull request #1862 from kjj2/testports
Pieter Wuille
2012-09-24
Fix: when testnet=1 specified, change default ports to 18332 and 18333
kjj2
2012-09-23
Merge pull request #1836 from kjj2/stopdetach
Wladimir J. van der Laan
2012-09-22
Adds a stopdetach <detach> RPC command. <detach> defaults to true. Works ju...
kjj2
2012-09-21
Merge pull request #1793 from Diapolo/fix_signed_unsigned_strprintf
Wladimir J. van der Laan
2012-09-18
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-09-12
fix signed/unsigned in strprintf and CNetAddr::GetByte()
Philip Kaufmann
2012-09-12
Do not abort if RPC listening for IPv6 fails
Pieter Wuille
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
Avoid leaving return types or function attributes on their own lines.
Gregory Maxwell
2012-08-23
Add txout address filtering to listunspent.
Gregory Maxwell
2012-08-23
Add address groupings RPC from the coincontrol patches.
coderrr
2012-08-21
RPC: add facility to enable RPCs to run outside cs_main, wallet locks
Jeff Garzik
2012-08-21
Merge pull request #1693 from jgarzik/rpcwallet
Jeff Garzik
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
2012-08-21
Merge pull request #1690 from gavinandresen/signrawtx_null
Gregory Maxwell
2012-08-21
RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code
Jeff Garzik
2012-08-21
RPC, cosmetic: de-indent getblocktemplate()
Jeff Garzik
2012-08-21
RPC: split new 'submitblock' out of 'getblocktemplate'
Jeff Garzik
2012-08-20
Allow signrawtransaction '...' null null 'hashtype'
Gavin Andresen
2012-08-03
Merge branch 'gmp_bip_0.6.0' into gmp_bip
Luke Dashjr
2012-08-03
Minimal BIP 22 (getblocktemplate) support
Luke Dashjr
2012-08-01
Merge pull request #1612 from luke-jr/opti_getblkhash
Gregory Maxwell
2012-08-01
Optimize JSON-RPC getblockhash
Luke Dashjr
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-07-26
Merge branch 'bugfix_CNBerr' of git://github.com/luke-jr/bitcoin
Gavin Andresen
2012-07-17
Give a better error message than 'type mismatch' for complex JSON arguments
Gavin Andresen
2012-07-17
Fix thread names after review
Giel van Schijndel
2012-07-17
Give threads a recognisable name to aid in debugging
Giel van Schijndel
2012-07-05
bitcoinrpc.cpp: Removed outdated comment
Jeff Garzik
[next]