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-06-14
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2012-06-14
Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperly
Philip Kaufmann
2012-05-22
Merge branch '0.4.x' into 0.5.x
Luke Dashjr
2012-05-20
Update License in File Headers
Fordy
2012-04-27
fix compiler error in bitcoinrpc RE: boost::system
Gavin Andresen
2012-04-27
listsinceblock: rpc param blockid -> blockhash
freewil
2012-04-27
remove strange debug message from listsinceblock
freewil
2012-04-22
Merge branch '0.4.x' into 0.5.x
Luke Dashjr
2012-04-15
Merge branch '0.5.0.x' into 0.5.x
Luke Dashjr
2012-04-15
Merge branch '0.4.x' into 0.5.0.x
Luke Dashjr
2012-04-11
Show error message instead of exception crash when unable to bind RPC port
Wladimir J. van der Laan
2012-04-04
Merge branch '0.5.0.x' into 0.5.x
Luke Dashjr
2012-04-04
Use a messagebox to display the error when -server is provided without provid...
Wladimir J. van der Laan
2012-03-16
Merge branch '0.5.0.x' into 0.5.x
Luke Dashjr
2012-03-16
Fix issue #848 : broken mining on testnet
Gavin Andresen
2012-03-11
Merge branch '0.5.0.x' into 0.5.x
v0.5.3rc4
v0.5.3
Luke Dashjr
2012-03-11
Merge branch '0.4.x' into 0.5.0.x
Luke Dashjr
2012-03-03
Merge branch '0.5.0.x' into 0.5.x
Luke Dashjr
2012-03-03
Merge branch '0.4.x' into 0.5.0.x
Luke Dashjr
2012-02-17
Merge branch '0.5.0.x' into 0.5.x
Luke Dashjr
2012-02-17
Merge branch '0.4.x' into 0.5.0.x
Luke Dashjr
2012-02-11
Merge branch '0.5.0.x' into 0.5.x
Luke Dashjr
2012-02-11
Merge branch '0.4.x' into 0.5.0.x
Luke Dashjr
2012-02-07
Merge branch '0.5.0.x' into 0.5.x
Luke Dashjr
2012-02-07
Update copyrights to 2012 for files modified this year
Luke Dashjr
2012-02-07
Have bitcoind recommend a secure RPC password. Increase invalid password delay.
Gregory Maxwell
2012-01-16
Merge branch '0.5.0.x' into 0.5.x
Luke Dashjr
2012-01-16
Code tidyups, fixing various warnings.
Luke Dashjr
2011-12-20
Implement an mlock()'d string class for storing passphrases
Dylan Noblesmith
2011-12-01
Speed up RPC authentication (reworked pull from Joel Katz)
Gavin Andresen
2011-11-26
Implement an mlock()'d string class for storing passphrases
Dylan Noblesmith
2011-11-21
Merge pull request #632 from mndrix/deprecate-getblocknumber
Gavin Andresen
2011-11-15
Obsolete keypool and make sure database removes log files on shutdown.
Gavin Andresen
2011-11-12
Do not launch Shutdown in a new thread in case we are running the UI.
Wladimir J. van der Laan
2011-11-11
Deprecate RPC getblocknumber
Michael Hendricks
2011-10-06
Bugfix: "bits" should be a hex-string, not a number (that just doesn't make s...
Luke Dashjr
2011-10-05
Use C's const char* for status strings rather than C++'s std::string, which i...
David Joel Schwartz
2011-10-05
Merge branch 'listsinceblock' of https://github.com/cdhowie/bitcoin
Gavin Andresen
2011-10-05
Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin
Gavin Andresen
2011-10-05
Send "Connection: close" HTTP header with JSON-RPC requests (client)
Luke Dashjr
2011-10-01
Added RPC call 'getmemorypool' that provides everything needed to construct a...
Forrest Voight
2011-09-30
remove cryptopp dependency, add simple unittest for SHA256Transform()
Nils Schneider
2011-09-30
Merge pull request #524 from sipa/signandverif
Gavin Andresen
2011-09-29
Merge pull request #537 from tcatm/remove-deprecated-rpcs
Nils Schneider
2011-09-28
deprecate midstate and hash1 in getwork
Nils Schneider
2011-09-28
remove deprecated RPCs
Nils Schneider
2011-09-27
Use key recovery for message signatures
Pieter Wuille
2011-09-27
base64-based sign/verify
Pieter Wuille
2011-09-27
Incorporate pubkey in signature, check based on address
Pieter Wuille
2011-09-27
Sign and verify message with bitcoin address and public key
Khalahan
[next]