index
:
archived-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
*
Update Bitcoin references and addresses in strings to Dogecoin equivalents
Ross Nicoll
2015-10-31
1
-6
/
+6
*
changing CAmount (is a int64_t) to arith_uint256 for nTotalAmount in CCoinsSt...
ukurokawa
2015-08-04
1
-0
/
+7
*
Minor Dogecoin consensus fixes
Ross Nicoll
2015-07-19
1
-1
/
+2
*
Merge AuxPoW support from Namecore
Daniel Kraft
2015-07-05
1
-0
/
+3
*
Merge pull request #5420
Wladimir J. van der Laan
2015-05-06
1
-1
/
+1
|
\
|
*
[REST] getutxos REST command (based on Bip64)
Jonas Schnelli
2015-04-21
1
-1
/
+1
*
|
Non-grammatical language improvements
Luke Dashjr
2015-05-02
1
-2
/
+2
*
|
Add RPC call to generate and verify merkle blocks
Matt Corallo
2015-04-23
1
-0
/
+2
|
/
*
Push down RPC reqWallet flag
Jonas Schnelli
2015-04-12
1
-91
/
+86
*
Introduce separate 'generate' RPC call
Pieter Wuille
2015-04-01
1
-0
/
+1
*
Regression test for ResendWalletTransactions
Gavin Andresen
2015-03-24
1
-0
/
+3
*
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
1
-1
/
+1
*
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
[next]