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
...
*
|
RPC: strictly require HTTP URI "/"
Jeff Garzik
2013-05-01
1
-0
/
+5
*
|
Clean up shutdown process
Gavin Andresen
2013-04-03
1
-4
/
+8
*
|
Port Thread* methods to boost::thread_group
Gavin Andresen
2013-04-03
1
-96
/
+40
*
|
Rename util.h Sleep --> MilliSleep
Gavin Andresen
2013-04-03
1
-1
/
+1
*
|
translation base files update 2013-04-02
Philip Kaufmann
2013-04-02
1
-1
/
+2
*
|
Recommend alertnotify
Gavin Andresen
2013-03-21
1
-1
/
+3
*
|
CRPCCommand.unlocked -> CRPCCommand.threadSafe
freewil
2013-03-07
1
-3
/
+3
*
|
make vRPCCommands comment match property names
freewil
2013-03-07
1
-64
/
+64
*
|
Enable dumpprivkey in safe mode
Andrew Poelstra
2013-02-14
1
-1
/
+1
*
|
Add a getaddednodeinfo RPC.
Matt Corallo
2013-01-27
1
-0
/
+2
*
|
Add addnode RPC command.
Matt Corallo
2013-01-27
1
-0
/
+1
*
|
make bitcoinrpc.cpp UTF-8 conformant again
Philip Kaufmann
2013-01-20
1
-1
/
+1
*
|
Convert fRescan argument to importprivkey to bool
Pieter Wuille
2012-12-19
1
-0
/
+1
*
|
Merge pull request #1861 from jgarzik/coinlock
Gavin Andresen
2012-12-12
1
-0
/
+4
|
\
\
|
*
|
Add new RPC "lockunspent", to prevent spending of selected outputs
Jeff Garzik
2012-11-15
1
-0
/
+4
*
|
|
update CClientUIInterface and remove orphan Wx stuff
Philip Kaufmann
2012-11-26
1
-2
/
+2
*
|
|
RPC: Forbid RPC username == RPC password
Jeff Garzik
2012-11-15
1
-1
/
+3
|
/
/
*
|
Merge pull request #1977 from Diapolo/rem_printf_redef_rpc
Wladimir J. van der Laan
2012-11-10
1
-3
/
+0
|
\
\
|
*
|
remove printf redefinition from bitcoinrpc.cpp
Philip Kaufmann
2012-11-04
1
-3
/
+0
*
|
|
Merge branch 'http-improvements'
Jeff Garzik
2012-11-09
1
-12
/
+57
|
\
\
\
|
*
|
|
RPC: HTTP server uses its own ReadHTTPRequestLine()
Jeff Garzik
2012-11-04
1
-4
/
+41
|
*
|
|
RPC, cosmetic: push down ReadHTTPStatus() calls into ReadHTTP() callers
Jeff Garzik
2012-11-04
1
-11
/
+19
|
|
/
/
*
/
/
Remove -detachdb and stop's detach argument.
Pieter Wuille
2012-11-04
1
-5
/
+3
|
/
/
*
|
New createmultisig rpc command
Gavin Andresen
2012-10-29
1
-0
/
+3
*
|
Add gettxout and gettxoutsetinfo RPCs
Pieter Wuille
2012-10-20
1
-0
/
+4
*
|
fix wrong (signed/unsigned) printf format specifier in bitcoinrpc.cpp
Philip Kaufmann
2012-10-05
1
-1
/
+1
|
/
*
Add constants for HTTP status codes
Wladimir J. van der Laan
2012-10-04
1
-17
/
+17
*
Document RPC error codes
Wladimir J. van der Laan
2012-10-04
1
-18
/
+18
*
fix -Wformat warnings all over the source
Philip Kaufmann
2012-10-01
1
-1
/
+1
*
Remove stack randomization
Pieter Wuille
2012-09-28
1
-4
/
+0
*
Merge pull request #1862 from kjj2/testports
Pieter Wuille
2012-09-28
1
-2
/
+7
|
\
|
*
Fix: when testnet=1 specified, change default ports to 18332 and 18333
kjj2
2012-09-24
1
-2
/
+7
*
|
Merge pull request #1836 from kjj2/stopdetach
Wladimir J. van der Laan
2012-09-23
1
-3
/
+8
|
\
\
|
*
|
Adds a stopdetach <detach> RPC command. <detach> defaults to true. Works ju...
kjj2
2012-09-22
1
-3
/
+8
|
|
/
*
|
Merge pull request #1793 from Diapolo/fix_signed_unsigned_strprintf
Wladimir J. van der Laan
2012-09-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
fix signed/unsigned in strprintf and CNetAddr::GetByte()
Philip Kaufmann
2012-09-12
1
-1
/
+1
*
|
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-09-18
1
-1
/
+1
|
/
*
Do not abort if RPC listening for IPv6 fails
Pieter Wuille
2012-09-12
1
-5
/
+20
*
Rename CreateThread to NewThread
Wladimir J. van der Laan
2012-08-29
1
-1
/
+1
*
Merge pull request #1672 from gmaxwell/filter_listunspent
Gregory Maxwell
2012-08-24
1
-0
/
+2
|
\
|
*
Add txout address filtering to listunspent.
Gregory Maxwell
2012-08-23
1
-0
/
+1
|
*
Add address groupings RPC from the coincontrol patches.
coderrr
2012-08-23
1
-0
/
+1
*
|
Avoid leaving return types or function attributes on their own lines.
Gregory Maxwell
2012-08-24
1
-2
/
+1
|
/
*
RPC: add facility to enable RPCs to run outside cs_main, wallet locks
Jeff Garzik
2012-08-21
1
-58
/
+62
*
Merge pull request #1693 from jgarzik/rpcwallet
Jeff Garzik
2012-08-21
1
-1624
/
+2
|
\
|
*
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
Jeff Garzik
2012-08-21
1
-187
/
+0
|
*
RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module
Jeff Garzik
2012-08-21
1
-1437
/
+2
*
|
Merge pull request #1690 from gavinandresen/signrawtx_null
Gregory Maxwell
2012-08-21
1
-10
/
+16
|
\
\
|
|
/
|
/
|
|
*
Allow signrawtransaction '...' null null 'hashtype'
Gavin Andresen
2012-08-20
1
-10
/
+16
*
|
RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code
Jeff Garzik
2012-08-21
1
-365
/
+9
[prev]
[next]