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-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
2012-04-04
Enable addmultisigaddress RPC call for main network
Gavin Andresen
2012-04-04
Use a messagebox to display the error when -server is provided without provid...
Wladimir J. van der Laan
2012-04-04
support RPC stop and encryptwallet with UI
Wladimir J. van der Laan
2012-04-03
VC2010 compile fixes
Wladimir J. van der Laan
2012-03-22
Introduce explicit -walletupgrade option
Pieter Wuille
2012-03-21
replace call to PrintConsole with call to error()
Wladimir J. van der Laan
2012-03-10
Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"
Gregory Maxwell
2012-02-26
bitcoind changes to stop storing settings in wallet.dat.
Gavin Andresen
2012-02-22
Cleanup JSON-RPC getblock output to be consistent
Luke Dashjr
2012-02-17
Merge branch 'testnetmining' of github.com:gavinandresen/bitcoin-git
Gavin Andresen
2012-02-16
Fix issue #848 : broken mining on testnet
Gavin Andresen
2012-02-16
Symbolic names for threads
Pieter Wuille
2012-02-11
Extra wallet locking fixes
Pieter Wuille
2012-02-11
Fix wallet locking locking
Pieter Wuille
2012-02-11
Fix #822
Pieter Wuille
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-02-05
Have bitcoind recommend a secure RPC password. Increase invalid password delay.
Gregory Maxwell
2012-01-27
Bitcoin-Qt signmessage GUI (pull request #582)
Luke Dashjr
2012-01-23
Fixed addmultisigaddress if looking up public keys from locked wallets.
Gavin Andresen
2012-01-14
Added mintime and curtime to RPC getmemorypool
Forrest Voight
2012-01-14
Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it
Forrest Voight
2012-01-13
Remove base58 encoding from validateaddress/addmultisigaddress
Gavin Andresen
2012-01-13
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
Merge branch 'getmininginfo' of https://github.com/luke-jr/bitcoin
Gavin Andresen
2012-01-12
Compile with extra warnings turned on. And more makefile/code tidying up.
Gavin Andresen
2012-01-12
collect more info on tx pooling and block finding for getmininginfo
Luke Dashjr
2012-01-12
Add new "getmininginfo" JSON-RPC method, with mining-only fields moved out of...
Luke Dashjr
2012-01-09
Compressed pubkeys
Pieter Wuille
2011-12-23
New RPC commands: getblockhash and getblock
Gavin Andresen
2011-12-22
Fix broken ExtractAddress (refactored, made callers check for addresses in ke...
Gavin Andresen
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
Merge branch 'op_eval'
Gavin Andresen
2011-12-19
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
Merge branch 'txn_block_info' of https://github.com/luke-jr/bitcoin
Gavin Andresen
2011-12-19
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen
2011-12-19
Disable addmultisigaddress if not testnet
Gavin Andresen
2011-12-19
OP_EVAL implementation
Gavin Andresen
[next]