index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bitcoinrpc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
Merge pull request #841 from sipa/getalltransactions
Gregory Maxwell
2012-05-08
1
-14
/
+81
|
\
\
\
\
\
|
*
|
|
|
|
gettransaction RPC for non-wallet transactions
Pieter Wuille
2012-04-18
1
-14
/
+81
*
|
|
|
|
|
Merge pull request #1075 from laanwj/2012_04_consoleui
Gregory Maxwell
2012-05-08
1
-75
/
+88
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add UI RPC console / debug window
Wladimir J. van der Laan
2012-05-05
1
-75
/
+88
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
/
|
|
|
|
Fixed non-sensical error message
Peter Todd
2012-05-04
1
-3
/
+5
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #1151 from freewil/listsinceblock-blockhash
Gavin Andresen
2012-04-26
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
listsinceblock: rpc param blockid -> blockhash
freewil
2012-04-26
1
-2
/
+2
*
|
|
|
|
|
remove strange debug message from listsinceblock
freewil
2012-04-26
1
-1
/
+0
|
/
/
/
/
/
*
|
|
|
|
Add casts for unavoidable signed/unsigned comparisons
Jeff Garzik
2012-04-23
1
-4
/
+6
*
|
|
|
|
Expose CRPCTable via bitcoinrpc.h for testing
Pieter Wuille
2012-04-21
1
-26
/
+5
*
|
|
|
|
Encapsulate mapCommands in class CRPCTable
Pieter Wuille
2012-04-21
1
-27
/
+38
*
|
|
|
|
Encapsulate RPC command dispatch in an array of CRPCCommand's
Jeff Garzik
2012-04-21
1
-84
/
+89
|
/
/
/
/
*
|
|
|
Merge remote-tracking branch 'jgarzik/mempool'
Pieter Wuille
2012-04-17
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(),
Jeff Garzik
2012-04-15
1
-1
/
+1
*
|
|
|
|
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-5
/
+5
*
|
|
|
|
Move CWalletDB code to new walletdb module.
Jeff Garzik
2012-04-17
1
-0
/
+1
*
|
|
|
|
Remove headers.h
Pieter Wuille
2012-04-17
1
-1
/
+4
*
|
|
|
|
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-15
1
-1
/
+1
*
|
|
|
|
The string class returns string::npos, when find() fails.
Jeff Garzik
2012-04-15
1
-1
/
+1
|
/
/
/
/
*
|
|
|
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
Wladimir J. van der Laan
2012-04-15
1
-0
/
+4
*
|
|
|
Merge pull request #1041 from gavinandresen/listtransactionsfix
Gavin Andresen
2012-04-12
1
-15
/
+23
|
\
\
\
\
|
*
|
|
|
Bug fix listtransactions from/count handling.
Gavin Andresen
2012-04-04
1
-15
/
+23
*
|
|
|
|
Use filesystem::path instead of manual string tinkering
Pieter Wuille
2012-04-11
1
-4
/
+4
*
|
|
|
|
Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: ...
Gavin Andresen
2012-04-11
1
-3
/
+1
*
|
|
|
|
Merge pull request #1046 from laanwj/2012_04_rpcporterror
Wladimir J. van der Laan
2012-04-10
1
-3
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
Show error message instead of exception crash when unable to bind RPC port
Wladimir J. van der Laan
2012-04-06
1
-3
/
+15
*
|
|
|
|
|
Merge pull request #1052 from sipa/scopedlocks
Pieter Wuille
2012-04-09
1
-3
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-09
1
-3
/
+4
|
|
/
/
/
/
/
*
|
|
|
|
|
fixed small error in bitcoinrpc.cpp
Philip Kaufmann
2012-04-06
1
-2
/
+2
*
|
|
|
|
|
updated bitcoinrpc.cpp to use make_preferred() and removed double inclusion o...
Philip Kaufmann
2012-04-06
1
-13
/
+15
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #1042 from gavinandresen/use_ssl_cleanup
Gavin Andresen
2012-04-05
1
-27
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Remove USE_SSL #define
Gavin Andresen
2012-04-04
1
-27
/
+1
|
|
/
/
/
/
*
/
/
/
/
Enable addmultisigaddress RPC call for main network
Gavin Andresen
2012-04-04
1
-2
/
+0
|
/
/
/
/
*
|
|
|
Use a messagebox to display the error when -server is provided without provid...
Wladimir J. van der Laan
2012-04-04
1
-8
/
+9
*
|
|
|
support RPC stop and encryptwallet with UI
Wladimir J. van der Laan
2012-04-04
1
-14
/
+3
*
|
|
|
VC2010 compile fixes
Wladimir J. van der Laan
2012-04-03
1
-7
/
+7
|
|
/
/
|
/
|
|
*
|
|
Introduce explicit -walletupgrade option
Pieter Wuille
2012-03-22
1
-0
/
+1
*
|
|
replace call to PrintConsole with call to error()
Wladimir J. van der Laan
2012-03-21
1
-20
/
+2
*
|
|
Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"
Gregory Maxwell
2012-03-10
1
-3
/
+3
*
|
|
bitcoind changes to stop storing settings in wallet.dat.
Gavin Andresen
2012-02-26
1
-7
/
+5
*
|
|
Cleanup JSON-RPC getblock output to be consistent
Luke Dashjr
2012-02-22
1
-10
/
+17
*
|
|
Merge branch 'testnetmining' of github.com:gavinandresen/bitcoin-git
Gavin Andresen
2012-02-17
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix issue #848 : broken mining on testnet
Gavin Andresen
2012-02-16
1
-2
/
+2
*
|
|
|
Symbolic names for threads
Pieter Wuille
2012-02-16
1
-5
/
+5
|
/
/
/
*
|
|
Extra wallet locking fixes
Pieter Wuille
2012-02-11
1
-8
/
+16
*
|
|
Fix wallet locking locking
Pieter Wuille
2012-02-11
1
-16
/
+14
*
|
|
Fix #822
Pieter Wuille
2012-02-11
1
-1
/
+1
*
|
|
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
|
|
Have bitcoind recommend a secure RPC password. Increase invalid password delay.
Gregory Maxwell
2012-02-05
1
-7
/
+16
*
|
|
Bitcoin-Qt signmessage GUI (pull request #582)
Luke Dashjr
2012-01-27
1
-2
/
+0
[prev]
[next]