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-05-20
Make testcases build, prevent windows symbol collision
Wladimir J. van der Laan
2012-05-20
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-19
Merge pull request #1358 from luke-jr/shared_lockchk
Pieter Wuille
2012-05-18
Shared code for wallet lock help and check
Luke Dashjr
2012-05-18
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-05-17
JSON-RPC: remove 'getblocknumber' deprecated RPC
Jeff Garzik
2012-05-17
Merge pull request #1334 from rebroad/Exiting2Exited
Jeff Garzik
2012-05-17
Corrected grammar. As per Principle Of Least Surprise.
R E Broadley
2012-05-14
Always check return values of TxnBegin() and TxnCommit()
Jeff Garzik
2012-05-13
Fix warning about uninitialized value
Pieter Wuille
2012-05-12
convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cpp
Philip Kaufmann
2012-05-11
Merge pull request #1101 from jgarzik/http11
Jeff Garzik
2012-05-09
Kill warning from unavoidable signed/unsigned comparison in bitcoinrpc.cpp.
Gregory Maxwell
2012-05-08
RPC: Support HTTP/1.0 and HTTP/1.1, including the proper use of keep-alives
David Joel Schwartz
2012-05-08
Support multi-threaded JSON-RPC
David Joel Schwartz
2012-05-08
Support for decomposing scripts as "obj"
Luke Dashjr
2012-05-08
Second parameter to JSON-RPC getblock/gettransaction: decompositions
Luke Dashjr
2012-05-08
Add block "confirmations" to getblock, mainly for identifying orphans
Luke Dashjr
2012-05-08
Merge pull request #841 from sipa/getalltransactions
Gregory Maxwell
2012-05-08
Merge pull request #1075 from laanwj/2012_04_consoleui
Gregory Maxwell
2012-05-05
Add UI RPC console / debug window
Wladimir J. van der Laan
2012-05-04
Fixed non-sensical error message
Peter Todd
2012-04-26
Merge pull request #1151 from freewil/listsinceblock-blockhash
Gavin Andresen
2012-04-26
remove strange debug message from listsinceblock
freewil
2012-04-26
listsinceblock: rpc param blockid -> blockhash
freewil
2012-04-23
Add casts for unavoidable signed/unsigned comparisons
Jeff Garzik
2012-04-21
Expose CRPCTable via bitcoinrpc.h for testing
Pieter Wuille
2012-04-21
Encapsulate mapCommands in class CRPCTable
Pieter Wuille
2012-04-21
Encapsulate RPC command dispatch in an array of CRPCCommand's
Jeff Garzik
2012-04-18
gettransaction RPC for non-wallet transactions
Pieter Wuille
2012-04-17
Merge remote-tracking branch 'jgarzik/mempool'
Pieter Wuille
2012-04-17
Further reduce header dependencies
Pieter Wuille
2012-04-17
Move CWalletDB code to new walletdb module.
Jeff Garzik
2012-04-17
Remove headers.h
Pieter Wuille
2012-04-15
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-15
The string class returns string::npos, when find() fails.
Jeff Garzik
2012-04-15
CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(),
Jeff Garzik
2012-04-15
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
Wladimir J. van der Laan
2012-04-12
Merge pull request #1041 from gavinandresen/listtransactionsfix
Gavin Andresen
2012-04-11
Use filesystem::path instead of manual string tinkering
Pieter Wuille
2012-04-11
Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: ...
Gavin Andresen
2012-04-10
Merge pull request #1046 from laanwj/2012_04_rpcporterror
Wladimir J. van der Laan
2012-04-09
Merge pull request #1052 from sipa/scopedlocks
Pieter Wuille
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-06
Show error message instead of exception crash when unable to bind RPC port
Wladimir J. van der Laan
2012-04-06
fixed small error in bitcoinrpc.cpp
Philip Kaufmann
2012-04-06
updated bitcoinrpc.cpp to use make_preferred() and removed double inclusion o...
Philip Kaufmann
2012-04-05
Merge pull request #1042 from gavinandresen/use_ssl_cleanup
Gavin Andresen
2012-04-04
Remove USE_SSL #define
Gavin Andresen
2012-04-04
Bug fix listtransactions from/count handling.
Gavin Andresen
[next]