index
:
monero.git
dev/beber/boost-1.81.0
dev/beber/install
dev/beber/ipv4
dev/beber/ipv6
dev/beber/pgm
dev/beber/ssl
dev/beber/trezor
master
v0.14.0.2
v0.14.1.0
v0.14.1.2
v0.15.0.0
v0.15.0.1
v0.15.0.5
v0.16.0.0
v0.17.0.0
v0.17.0.1
v0.17.1.0
v0.17.1.1
v0.17.2.0
v0.17.2.3
v0.17.3.2
v0.18.0.0
v0.18.1.2
Monero: the secure, private, untraceable cryptocurrency
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-20
Merge pull request #902
Riccardo Spagni
3
-0
/
+31
2016-07-10
Add a daemon RPC version, and make simplewallet check it
moneromooo-monero
3
-0
/
+31
2016-07-10
rpc: fix get_bans and set_bans RPC names, they were missing a _
moneromooo-monero
1
-2
/
+2
2016-06-29
rpc: restrict number of fake outs requested in restricted rpc mode
moneromooo-monero
1
-0
/
+12
2016-06-10
rpc: fix getblock RPC sending blob as binary, not hex dump
moneromooo-monero
1
-1
/
+1
2016-05-16
Restrict also 'get_connections' and 'getbans' APIs.
osensei
1
-2
/
+2
2016-05-14
Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res...
osensei
1
-2
/
+2
2016-04-17
Add GET_HASHES_FAST rpc, use it in wallet
Howard Chu
3
-0
/
+51
2016-04-14
Merge pull request #797
Riccardo Spagni
2
-1
/
+3
2016-04-09
rpc: add pool/blockchain and block height results to gettransactions
moneromooo-monero
2
-7
/
+54
2016-04-05
rpc: add a do_not_relay boolean to tx submission
moneromooo-monero
2
-1
/
+3
2016-04-02
Merge pull request #777
Riccardo Spagni
2
-0
/
+4
2016-04-02
Merge pull request #767
Riccardo Spagni
2
-10
/
+44
2016-03-30
add blockhashing blob to getblocktemplate
Howard Chu
2
-0
/
+4
2016-03-27
Convey tx verification failure reasons to the RPC client
moneromooo-monero
2
-13
/
+47
2016-03-26
New RPC and daemon command to get output histogram
moneromooo-monero
3
-0
/
+75
2016-03-14
Fix typo on bitmonerod rpc method error.
Mike C
1
-3
/
+3
2016-03-12
rpc: do not return bans if they're effectively spent
moneromooo-monero
1
-4
/
+7
2016-01-30
new flush_txpool command, and associated RPC call
moneromooo-monero
3
-0
/
+77
2016-01-30
rpc: add missing return on error when getting a tx
moneromooo-monero
1
-0
/
+1
2016-01-29
Fix V1/V2 use of hard fork related parameters
moneromooo-monero
1
-2
/
+2
2016-01-11
rpc: fix missing target information in RPC call
moneromooo-monero
2
-0
/
+3
2016-01-05
rpc: is_key_image_spent now checks the tx pool too
moneromooo-monero
2
-1
/
+37
2015-12-31
updated copyright year
Riccardo Spagni
5
-5
/
+5
2015-12-22
Merge pull request #547
Riccardo Spagni
2
-1
/
+3
2015-12-19
Allow the wallet to access hard fork information
moneromooo-monero
2
-1
/
+3
2015-12-18
print top block hash in daemon diff command
moneromooo-monero
2
-1
/
+10
2015-12-08
Register daemon command line arguments to core if they're used in core
moneromooo-monero
1
-2
/
+1
2015-11-30
Merge pull request #505
Riccardo Spagni
2
-12
/
+22
2015-11-30
Merge pull request #503
Riccardo Spagni
2
-0
/
+2
2015-11-27
core_rpc_server: add a --restricted-rpc option
moneromooo-monero
2
-12
/
+22
2015-11-26
rpc: pass current block target in rpc
moneromooo-monero
2
-0
/
+2
2015-11-26
add RPC calls and commands to get/set bans
moneromooo-monero
3
-0
/
+112
2015-11-21
Relay transactions when they linger too long in the pool
moneromooo-monero
1
-1
/
+1
2015-10-28
rpc: fix start_mining and status RPC crashes
moneromooo-monero
2
-0
/
+3
2015-10-26
rpc: fix hard_fork_info RPC
moneromooo-monero
2
-0
/
+2
2015-10-13
core_rpc_server: add optional json decoded tx to COMMAND_RPC_GET_TRANSACTIONS
moneromooo-monero
2
-0
/
+6
2015-10-13
core_rpc_server: add a getblock RPC command, and fix print_block
moneromooo-monero
3
-0
/
+94
2015-09-19
Add an RPC call and daemon command to get info on hard fork voting
moneromooo-monero
4
-0
/
+60
2015-08-13
Merge pull request #369
Riccardo Spagni
2
-2
/
+6
2015-08-13
core_rpc_server: replace vector<bool> with vector<int> in RPC
moneromooo-monero
2
-2
/
+6
2015-08-11
core_rpc_server: find transactions in the pool as well as the blockchain
moneromooo-monero
1
-0
/
+24
2015-08-11
Add a is_key_image_spent daemon command and RPC call
moneromooo-monero
3
-0
/
+56
2015-05-28
core_rpc_server: add a getter for the testnet flag
moneromooo-monero
1
-0
/
+1
2015-05-28
core_rpc_server: log some error messages to the console
moneromooo-monero
1
-0
/
+3
2015-05-28
core_rpc_server: reenable print_pl
moneromooo-monero
1
-3
/
+2
2015-04-23
Add mempool output to daemon via command and RPC
warptangent
2
-4
/
+15
2015-04-10
[fix] log level change. compilation: dns, tests
rfree2monero
1
-0
/
+2
2015-04-01
remerged; commands JSON. logging upgrade. doxygen
rfree2monero
4
-0
/
+122
2015-03-27
Restore daemon interactive mode
Thomas Winget
2
-52
/
+53
2015-02-24
revert stop_daemon method to use correct exit
Thomas Winget
1
-1
/
+1
2015-02-24
RPC calls for background daemon added in
Thomas Winget
3
-1
/
+254
2015-02-24
Daemonize changes pulled in -- daemon builds
Thomas Winget
2
-24
/
+32
2015-01-06
previous hash added to GBT
Riccardo Spagni
2
-0
/
+3
2015-01-02
year updated in license
Riccardo Spagni
5
-5
/
+5
2014-10-24
cmake: support 2.8.7
Ben Boeckel
1
-1
/
+1
2014-10-23
cmake: handle private vs. public headers
Ben Boeckel
1
-2
/
+7
2014-10-23
cmake: refactor common code with libraries
Ben Boeckel
1
-9
/
+1
2014-10-23
cmake: put each library into its own directory
Ben Boeckel
1
-0
/
+57
2014-10-06
core_rpc_server: use do while(0) idiom in macros using if
moneromooo-monero
1
-2
/
+2
2014-10-06
core_rpc_server: fix overreads in slow_memmem
moneromooo-monero
1
-8
/
+10
2014-09-15
Give up on brace initializers in initializer lists (MSVC bug)
Zachary Michaels
1
-1
/
+1
2014-09-15
Separate testnet address prefix
Zachary Michaels
2
-11
/
+19
2014-09-15
Add descriptions for RPC command line params
Zachary Michaels
1
-3
/
+9
2014-09-15
Separate rpc port for testnet
Zachary Michaels
2
-7
/
+31
2014-09-15
Reorganize testnet constants
Zachary Michaels
1
-1
/
+1
2014-08-01
#36 simplewallet refresh include optional height param
Jakob Lind
2
-2
/
+4
2014-07-23
License updated to BSD 3-clause
fluffypony
4
-12
/
+116
2014-07-22
Missed serializing a get_connections RPC response parameter
Thomas Winget
1
-0
/
+1
2014-07-22
Add get_info command to daemon json rpc
Zachary Michaels
2
-0
/
+26
2014-07-18
Added get_connections RPC call to daemon
Thomas Winget
3
-0
/
+37
2014-07-01
Match empty RPC request with other requests
Zachary Michaels
1
-1
/
+5
2014-07-01
Switch list to vector for RPC serialization
Zachary Michaels
1
-2
/
+2
2014-06-11
new error code for rpc
mydesktop
1
-2
/
+1
2014-06-11
Fix for orphan fix (check blocksize)
mydesktop
1
-0
/
+9
2014-06-11
Correcting high orphan rate of blocks at pool
monero-project
1
-3
/
+12
2014-06-04
'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations
Neozaru
2
-0
/
+3
2014-06-02
Merge pull request #20 from artifexd/wallet_refresh
monero-project
2
-18
/
+23
2014-06-01
Enable wallet refresh before blockchain is saved or completely sync'd.
artifexd
2
-18
/
+23
2014-06-01
Merge bitmonero@monero-project
Neozaru
1
-2
/
+2
2014-05-25
'mining_status' Daemon RPC command
Neozaru
3
-0
/
+49
2014-05-25
0.8.8update
mydesktop
1
-2
/
+2
2014-05-16
Added 'save_bc' command in daemon for saving blockchain remotely
Neozaru
1
-2
/
+0
2014-05-16
Added 'save_bc' command in daemon for saving blockchain remotely
Neozaru
3
-0
/
+36
2014-05-03
initial [broken] update
mydesktop
1
-3
/
+1
2014-04-30
mac osx building fixes
mydesktop
1
-1
/
+4
2014-04-30
various fixes to allow mac osx compilation
mydesktop
1
-1
/
+1
2014-04-09
Port mapping with UPnP
Antonio Juarez
3
-7
/
+245
2014-04-02
json rpc for wallet and bugfix
Antonio Juarez
1
-0
/
+2
2014-03-20
some fixes
Antonio Juarez
4
-79
/
+104
2014-03-03
moved all stuff to github
Antonio Juarez
4
-0
/
+823