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
/
rpcserver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Sanitize command strings before logging them.
Gregory Maxwell
2015-02-08
1
-1
/
+1
*
Trim RPC command table
Wladimir J. van der Laan
2015-01-28
1
-86
/
+84
*
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
2015-01-28
1
-31
/
+39
*
Merge pull request #5599
Wladimir J. van der Laan
2015-01-24
1
-1
/
+0
|
\
|
*
Get rid of the internal miner's hashmeter
jtimon
2015-01-04
1
-1
/
+0
*
|
Restore RPC HTTP keepalives to default.
Gregory Maxwell
2015-01-16
1
-1
/
+1
*
|
Add a -rpckeepalive and disable RPC use of HTTP persistent connections.
Gregory Maxwell
2015-01-14
1
-1
/
+1
*
|
namespace: remove boost namespace pollution
Cory Fields
2015-01-02
1
-27
/
+26
*
|
rpcserver: attempt to fix uncaught exception.
Cory Fields
2014-12-29
1
-7
/
+9
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
|
make all catch() arguments const
Philip Kaufmann
2014-12-17
1
-8
/
+8
|
/
*
Disable SSLv3 (in favor of TLS) for the RPC client and server.
Gregory Maxwell
2014-12-06
1
-1
/
+1
*
Merge pull request #5369
Gavin Andresen
2014-12-02
1
-0
/
+2
|
\
|
*
Add 'invalidateblock' and 'reconsiderblock' RPC commands.
Pieter Wuille
2014-11-25
1
-0
/
+2
*
|
Move `setmocktime` to hidden category
Wladimir J. van der Laan
2014-11-28
1
-1
/
+1
*
|
Introduce a hidden category
Pieter Wuille
2014-11-26
1
-3
/
+5
*
|
Add 'invalidateblock' and 'reconsiderblock' RPC commands.
Pieter Wuille
2014-11-26
1
-0
/
+2
*
|
[REST] set REST API behind "-rest" option
Jonas Schnelli
2014-11-26
1
-1
/
+1
*
|
[REST] give an appropriate response in warmup phase
Jonas Schnelli
2014-11-26
1
-0
/
+8
|
/
*
Truthier error message when rpcpassword is missing
Glenn Willen
2014-11-19
1
-7
/
+1
*
Merge pull request #5280
Gavin Andresen
2014-11-18
1
-0
/
+1
|
\
|
*
regression test only setmocktime RPC call
Gavin Andresen
2014-11-17
1
-0
/
+1
*
|
HTTP REST: minor fixes
Jeff Garzik
2014-11-18
1
-1
/
+1
*
|
Add unauthenticated HTTP REST interface to public blockchain data.
Jeff Garzik
2014-11-11
1
-1
/
+8
|
/
*
Add "warmup mode" for RPC server.
Daniel Kraft
2014-11-04
1
-0
/
+24
*
Update comments in rpcserver to be doxygen compatible
Michael Ford
2014-10-30
1
-12
/
+10
*
Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the me...
Mark Friedenbach
2014-10-17
1
-1
/
+1
*
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-3
/
+3
*
Fixing compiler warning C4101
ENikS
2014-09-15
1
-1
/
+1
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+6
*
Don't reveal whether password is <20 or >20 characters in RPC
Wladimir J. van der Laan
2014-08-19
1
-3
/
+2
*
Closely track mempool byte total. Add "getmempoolinfo" RPC.
Jeff Garzik
2014-08-14
1
-0
/
+1
*
Categorize rpc help overview
Cozz Lovan
2014-08-11
1
-85
/
+106
*
Remove size limit in RPC client, keep it in server
Wladimir J. van der Laan
2014-08-06
1
-1
/
+1
*
Avoid a copy in RPC output
Wladimir J. van der Laan
2014-08-06
1
-1
/
+1
*
Implement "getchaintips" RPC command to monitor blockchain forks.
Daniel Kraft
2014-08-03
1
-0
/
+1
*
Merge pull request #4400
Wladimir J. van der Laan
2014-07-14
1
-1
/
+1
|
\
|
*
add GetRandBytes() as wrapper for RAND_bytes()
Philip Kaufmann
2014-07-09
1
-1
/
+1
*
|
Merge pull request #4503
Wladimir J. van der Laan
2014-07-14
1
-0
/
+11
|
\
\
|
*
|
getblocktemplate: longpolling support
Luke Dashjr
2014-07-11
1
-0
/
+11
|
|
/
*
/
Clean up RPCs that are disabled in safe-mode.
Gregory Maxwell
2014-07-10
1
-19
/
+19
|
/
*
Merge pull request #4045
Wladimir J. van der Laan
2014-07-07
1
-0
/
+1
|
\
|
*
Add support for watch-only addresses
Pieter Wuille
2014-07-02
1
-0
/
+1
*
|
Clarify error message when invalid -rpcallowip
Wladimir J. van der Laan
2014-07-03
1
-1
/
+1
|
/
*
fix RPC error replies
kazcw
2014-06-28
1
-4
/
+4
*
Replace HexBits with strprintf
jtimon
2014-06-28
1
-10
/
+0
*
minor code format fix in rpc-related files
Philip Kaufmann
2014-06-27
1
-4
/
+2
*
RPC code movement: separate out JSON-RPC execution logic from HTTP server logic
Jeff Garzik
2014-06-26
1
-57
/
+72
*
RPC cleanup: Improve HTTP server replies
Jeff Garzik
2014-06-26
1
-10
/
+0
*
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
Luke Dashjr
2014-06-26
1
-0
/
+1
[prev]
[next]