aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Collapse)AuthorAgeFilesLines
...
* Daemonize changes pulled in -- daemon buildsThomas Winget2015-02-242-24/+32
| | | | | | | many RPC functions added by the daemonize changes (and related changes on the upstream dev branch that were not merged) were commented out (apart from return). Other than that, this *should* work...at any rate, it builds, and that's something.
* previous hash added to GBTRiccardo Spagni2015-01-062-0/+3
|
* year updated in licenseRiccardo Spagni2015-01-025-5/+5
|
* cmake: support 2.8.7Ben Boeckel2014-10-241-1/+1
| | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
* cmake: handle private vs. public headersBen Boeckel2014-10-231-2/+7
|
* cmake: refactor common code with librariesBen Boeckel2014-10-231-9/+1
|
* cmake: put each library into its own directoryBen Boeckel2014-10-231-0/+57
| | | | | This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit).
* core_rpc_server: use do while(0) idiom in macros using ifmoneromooo-monero2014-10-061-2/+2
|
* core_rpc_server: fix overreads in slow_memmemmoneromooo-monero2014-10-061-8/+10
| | | | It would read data outside the allocated space in a couple cases.
* Give up on brace initializers in initializer lists (MSVC bug)Zachary Michaels2014-09-151-1/+1
|
* Separate testnet address prefixZachary Michaels2014-09-152-11/+19
|
* Add descriptions for RPC command line paramsZachary Michaels2014-09-151-3/+9
|
* Separate rpc port for testnetZachary Michaels2014-09-152-7/+31
|
* Reorganize testnet constantsZachary Michaels2014-09-151-1/+1
|
* #36 simplewallet refresh include optional height paramJakob Lind2014-08-012-2/+4
| | | | | | height param is used optionally in refresh command TODO: This should also be the default behaviour when generating a new wallet.
* License updated to BSD 3-clausefluffypony2014-07-234-12/+116
|
* Missed serializing a get_connections RPC response parameterThomas Winget2014-07-221-0/+1
|
* Add get_info command to daemon json rpcZachary Michaels2014-07-222-0/+26
|
* Added get_connections RPC call to daemonThomas Winget2014-07-183-0/+37
|
* Match empty RPC request with other requestsZachary Michaels2014-07-011-1/+5
|
* Switch list to vector for RPC serializationZachary Michaels2014-07-011-2/+2
|
* new error code for rpcmydesktop2014-06-111-2/+1
|
* Fix for orphan fix (check blocksize)mydesktop2014-06-111-0/+9
|
* Correcting high orphan rate of blocks at poolmonero-project2014-06-111-3/+12
|
* 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimationsNeozaru2014-06-042-0/+3
|
* Merge pull request #20 from artifexd/wallet_refreshmonero-project2014-06-022-18/+23
|\ | | | | Enable wallet refresh before blockchain is saved or completely sync'd.
| * Enable wallet refresh before blockchain is saved or completely sync'd.artifexd2014-06-012-18/+23
| |
* | Merge bitmonero@monero-projectNeozaru2014-06-011-2/+2
|\|
| * 0.8.8updatemydesktop2014-05-251-2/+2
| |
* | 'mining_status' Daemon RPC commandNeozaru2014-05-253-0/+49
|/
* Added 'save_bc' command in daemon for saving blockchain remotelyNeozaru2014-05-161-2/+0
|
* Added 'save_bc' command in daemon for saving blockchain remotelyNeozaru2014-05-163-0/+36
|
* initial [broken] updatemydesktop2014-05-031-3/+1
|
* mac osx building fixesmydesktop2014-04-301-1/+4
|
* various fixes to allow mac osx compilationmydesktop2014-04-301-1/+1
|
* Port mapping with UPnPAntonio Juarez2014-04-093-7/+245
|
* json rpc for wallet and bugfixAntonio Juarez2014-04-021-0/+2
|
* some fixesAntonio Juarez2014-03-204-79/+104
|
* moved all stuff to githubAntonio Juarez2014-03-034-0/+823