index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
updated copyright year
Riccardo Spagni
2015-12-31
5
-5
/
+5
*
Merge pull request #547
Riccardo Spagni
2015-12-22
2
-1
/
+3
|
\
|
*
Allow the wallet to access hard fork information
moneromooo-monero
2015-12-19
2
-1
/
+3
*
|
print top block hash in daemon diff command
moneromooo-monero
2015-12-18
2
-1
/
+10
|
/
*
Register daemon command line arguments to core if they're used in core
moneromooo-monero
2015-12-08
1
-2
/
+1
*
Merge pull request #505
Riccardo Spagni
2015-11-30
2
-12
/
+22
|
\
|
*
core_rpc_server: add a --restricted-rpc option
moneromooo-monero
2015-11-27
2
-12
/
+22
*
|
Merge pull request #503
Riccardo Spagni
2015-11-30
2
-0
/
+2
|
\
\
|
*
|
rpc: pass current block target in rpc
moneromooo-monero
2015-11-26
2
-0
/
+2
|
|
/
*
/
add RPC calls and commands to get/set bans
moneromooo-monero
2015-11-26
3
-0
/
+112
|
/
*
Relay transactions when they linger too long in the pool
moneromooo-monero
2015-11-21
1
-1
/
+1
*
rpc: fix start_mining and status RPC crashes
moneromooo-monero
2015-10-28
2
-0
/
+3
*
rpc: fix hard_fork_info RPC
moneromooo-monero
2015-10-26
2
-0
/
+2
*
core_rpc_server: add optional json decoded tx to COMMAND_RPC_GET_TRANSACTIONS
moneromooo-monero
2015-10-13
2
-0
/
+6
*
core_rpc_server: add a getblock RPC command, and fix print_block
moneromooo-monero
2015-10-13
3
-0
/
+94
*
Add an RPC call and daemon command to get info on hard fork voting
moneromooo-monero
2015-09-19
4
-0
/
+60
*
Merge pull request #369
Riccardo Spagni
2015-08-13
2
-2
/
+6
|
\
|
*
core_rpc_server: replace vector<bool> with vector<int> in RPC
moneromooo-monero
2015-08-13
2
-2
/
+6
*
|
core_rpc_server: find transactions in the pool as well as the blockchain
moneromooo-monero
2015-08-11
1
-0
/
+24
|
/
*
Add a is_key_image_spent daemon command and RPC call
moneromooo-monero
2015-08-11
3
-0
/
+56
*
core_rpc_server: add a getter for the testnet flag
moneromooo-monero
2015-05-28
1
-0
/
+1
*
core_rpc_server: log some error messages to the console
moneromooo-monero
2015-05-28
1
-0
/
+3
*
core_rpc_server: reenable print_pl
moneromooo-monero
2015-05-28
1
-3
/
+2
*
Add mempool output to daemon via command and RPC
warptangent
2015-04-23
2
-4
/
+15
*
[fix] log level change. compilation: dns, tests
rfree2monero
2015-04-10
1
-0
/
+2
*
remerged; commands JSON. logging upgrade. doxygen
rfree2monero
2015-04-01
4
-0
/
+122
*
Restore daemon interactive mode
Thomas Winget
2015-03-27
2
-52
/
+53
*
revert stop_daemon method to use correct exit
Thomas Winget
2015-02-24
1
-1
/
+1
*
RPC calls for background daemon added in
Thomas Winget
2015-02-24
3
-1
/
+254
*
Daemonize changes pulled in -- daemon builds
Thomas Winget
2015-02-24
2
-24
/
+32
*
previous hash added to GBT
Riccardo Spagni
2015-01-06
2
-0
/
+3
*
year updated in license
Riccardo Spagni
2015-01-02
5
-5
/
+5
*
cmake: support 2.8.7
Ben Boeckel
2014-10-24
1
-1
/
+1
*
cmake: handle private vs. public headers
Ben Boeckel
2014-10-23
1
-2
/
+7
*
cmake: refactor common code with libraries
Ben Boeckel
2014-10-23
1
-9
/
+1
*
cmake: put each library into its own directory
Ben Boeckel
2014-10-23
1
-0
/
+57
*
core_rpc_server: use do while(0) idiom in macros using if
moneromooo-monero
2014-10-06
1
-2
/
+2
*
core_rpc_server: fix overreads in slow_memmem
moneromooo-monero
2014-10-06
1
-8
/
+10
*
Give up on brace initializers in initializer lists (MSVC bug)
Zachary Michaels
2014-09-15
1
-1
/
+1
*
Separate testnet address prefix
Zachary Michaels
2014-09-15
2
-11
/
+19
*
Add descriptions for RPC command line params
Zachary Michaels
2014-09-15
1
-3
/
+9
*
Separate rpc port for testnet
Zachary Michaels
2014-09-15
2
-7
/
+31
*
Reorganize testnet constants
Zachary Michaels
2014-09-15
1
-1
/
+1
*
#36 simplewallet refresh include optional height param
Jakob Lind
2014-08-01
2
-2
/
+4
*
License updated to BSD 3-clause
fluffypony
2014-07-23
4
-12
/
+116
*
Missed serializing a get_connections RPC response parameter
Thomas Winget
2014-07-22
1
-0
/
+1
*
Add get_info command to daemon json rpc
Zachary Michaels
2014-07-22
2
-0
/
+26
*
Added get_connections RPC call to daemon
Thomas Winget
2014-07-18
3
-0
/
+37
*
Match empty RPC request with other requests
Zachary Michaels
2014-07-01
1
-1
/
+5
*
Switch list to vector for RPC serialization
Zachary Michaels
2014-07-01
1
-2
/
+2
[next]