aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Allow the number of incoming connections to be limitedErik de Castro Lopo2018-01-293-2/+36
| | | | | | | | | | | | | | | | | | It was already possible to limit outgoing connections. One might want to do this on home network connections with high bandwidth but low usage caps.
| * | Rename delete_connections to delete_out_connectionsErik de Castro Lopo2018-01-291-1/+1
| | | | | | | | | | | | This rename is needed so that delete_in_connections can be added.
| * | Rename connections_count to max_out_connection_countErik de Castro Lopo2018-01-291-1/+1
| |/ | | | | | | This is needed so that a max_in_connection_count can be added.
* | Merge pull request #3094Riccardo Spagni2018-02-161-1/+1
|\ \ | |/ |/| | | a85dbb3f Fixed typos and wording tweaks (Maxithi)
| * Fixed typos and wording tweaksMaxithi2018-01-291-1/+1
| |
* | Merge pull request #3144Riccardo Spagni2018-01-272-1/+5
|\ \ | | | | | | | | | 42f86624 rpc: expose recent median block size in getinfo (moneromooo-monero)
| * | rpc: expose recent median block size in getinfomoneromooo-monero2018-01-172-1/+5
| | |
* | | Merge pull request #3136Riccardo Spagni2018-01-271-1/+1
|\ \ \ | | | | | | | | | | | | e0404d35 rpc: default do_not_relay to false in sendrawtransaction (moneromooo-monero)
| * | | rpc: default do_not_relay to false in sendrawtransactionmoneromooo-monero2018-01-161-1/+1
| |/ /
* | | Readd copyright starting datexmr-eric2018-01-266-6/+6
| | |
* | | Update 2018 copyrightxmr-eric2018-01-2619-19/+19
| | |
* | | Merge pull request #3068Riccardo Spagni2018-01-251-2/+2
|\ \ \ | | | | | | | | | | | | 301ec15c Change cryptonote::COMMAND_RPC_SET_LIMIT::response to use int64_t (Nick Johnson)
| * | | Change cryptonote::COMMAND_RPC_SET_LIMIT::response to use int64_tNick Johnson2018-01-041-2/+2
| | |/ | |/|
* | | Merge pull request #3047Riccardo Spagni2018-01-251-0/+18
|\ \ \ | | | | | | | | | | | | fa5c0bab Implement #3045, fixing RPC snakecases (Nick Johnson)
| * | | Implement #3045, fixing RPC snakecasesNick Johnson2018-01-061-0/+18
| |/ /
* | | Merge pull request #3020Riccardo Spagni2018-01-251-1/+1
|\ \ \ | |_|/ |/| | | | | 03ac3890 zmq: use older 3-arg version of setsockopt (stoffu)
| * | zmq: use older 3-arg version of setsockoptstoffu2017-12-281-1/+1
| |/
* | fix some link errors in debug mode for macosstoffu2018-01-101-0/+2
| |
* | epee: remove dependency on commonmoneromooo-monero2018-01-101-1/+2
|/
* add empty container sanity checks when using front() and back()moneromooo-monero2017-12-182-3/+12
|
* rpc: guard against json parsing a non objectmoneromooo-monero2017-12-181-1/+1
|
* rpc: do not try to use an invalid txid in relay_txmoneromooo-monero2017-12-181-6/+17
|
* Merge pull request #2877Riccardo Spagni2017-12-173-2/+61
|\ | | | | | | | | | | 43f5269f Wallets now do not depend on the daemon rpc lib (moneromooo-monero) bb89ae8b move connection_basic and network_throttle from src/p2p to epee (moneromooo-monero) 4abf25f3 cryptonote_core does not depend on p2p anymore (moneromooo-monero)
| * Wallets now do not depend on the daemon rpc libmoneromooo-monero2017-12-161-2/+21
| | | | | | | | The shared RPC code is now moved off into a separate lib
| * cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-163-1/+41
| | | | | | | | | | | | As a followon side effect, this makes a lot of inline code included only in particular cpp files (and instanciated when necessary.
* | move includes around to lessen overall loadmoneromooo-monero2017-12-163-1/+3
|/
* Merge pull request #2878Riccardo Spagni2017-12-162-1/+5
|\ | | | | | | | | abebe392 rpc: add offline state in info rpc (moneromooo-monero) 7696e849 core: make --offline also disable DNS lookups (moneromooo-monero)
| * rpc: add offline state in info rpcmoneromooo-monero2017-11-302-1/+5
| |
* | Merge pull request #2866Riccardo Spagni2017-12-161-2/+2
|\ \ | | | | | | | | | cf5f6236 Corrections in rate limiting / trottle code, especially in 'out' direction (rbrunner7)
| * | Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner72017-11-281-2/+2
| |/ | | | | | | | | | | | | | | | | Deleted 3 out of 4 calls to method connection_basic::sleep_before_packet that were erroneous / superfluous, which enabled the elimination of a "fudge" factor of 2.1 in connection_basic::set_rate_up_limit; also ended the multiplying of limit values and numbers of bytes transferred by 1024 before handing them over to the global throttle objects
* | Merge pull request #2856Riccardo Spagni2017-12-161-1/+1
|\ \ | | | | | | | | | 009eed17 rpc: increase the max number of outs one can request (moneromooo-monero)
| * | rpc: increase the max number of outs one can requestmoneromooo-monero2017-11-231-1/+1
| | | | | | | | | | | | It's getting hit too easily
* | | Merge pull request #2836Riccardo Spagni2017-12-022-7/+26
|\ \ \ | | | | | | | | | | | | 23b6f685 RPC: allow binding of restricted port in addition to core port (Tim L)
| * | | RPC: allow binding of restricted port in addition to core portTim L2017-11-172-7/+26
| |/ /
* | | Merge pull request #2838Riccardo Spagni2017-12-022-4/+5
|\ \ \ | |_|/ |/| | | | | 310b790a make connection_id a string in RPC (moneromooo-monero)
| * | make connection_id a string in RPCmoneromooo-monero2017-11-182-4/+5
| |/ | | | | | | It's sent as JSON, so raw binary is not appropriate
* | Merge pull request #2794Riccardo Spagni2017-11-252-0/+4
|\ \ | |/ |/| | | 43f27c7d core: warn when free disk space is low (moneromooo-monero)
| * core: warn when free disk space is lowmoneromooo-monero2017-11-142-1/+5
| |
* | Merge pull request #2692Riccardo Spagni2017-11-141-126/+2
|\ \ | | | | | | | | | 0f2c2d4c rpc: remove obsolete busy core checks (moneromooo-monero)
| * | rpc: remove obsolete busy core checksmoneromooo-monero2017-11-141-126/+2
| | |
* | | Merge pull request #2736Riccardo Spagni2017-11-142-2/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0d9c0db9 Do not build against epee_readline if it was not built (Howard Chu) 178014c9 split off readline code into epee_readline (moneromooo-monero) a9e14a19 link against readline only for monerod and wallet-wallet-{rpc,cli} (moneromooo-monero) 437421ce wallet: move some scoped_message_writer calls from the libs (moneromooo-monero) e89994e9 wallet: rejig to avoid prompting in wallet2 (moneromooo-monero) ec5135e5 move input_line from command_line to simplewallet (moneromooo-monero) 082db75f move cryptonote command line options to cryptonote_core (moneromooo-monero)
| * | | wallet: rejig to avoid prompting in wallet2moneromooo-monero2017-11-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | wallet2 is a library, and should not prompt for stdin. Instead, pass a function so simplewallet can prompt on stdin, and a GUI might display a window, etc.
| * | | move cryptonote command line options to cryptonote_coremoneromooo-monero2017-11-141-1/+1
| |/ / | | | | | | | | | Those have no reason to be in a generic module
* | | Merge pull request #2629Riccardo Spagni2017-11-141-1/+1
|\ \ \ | |/ / |/| | | | | 383ff4f6 remove "using namespace std" from headers (moneromooo-monero)
| * | remove "using namespace std" from headersmoneromooo-monero2017-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | It's nasty, and actually breaks on Solaris, where if.h fails to build due to: struct map *if_memmap;
* | | Merge pull request #2756Riccardo Spagni2017-11-143-0/+0
|\ \ \ | | | | | | | | | | | | 0bf09154 Fix file permission issue (Tim L)
| * | | Fix file permission issueTim L2017-11-033-0/+0
| | | | | | | | | | | | | | | | This branch fixes a file permission issue introduced by https://github.com/monero-project/monero/commit/69c37200aa87f100f731e755bdca7a0dc6ae820a
* | | | Merge pull request #2753Riccardo Spagni2017-11-142-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | fa514082 RPC: get_info add rpc_connections_count (Tim L)
| * | | | RPC: get_info add rpc_connections_countTim L2017-11-072-1/+5
| | |_|/ | |/| |
* | | | Merge pull request #2738Riccardo Spagni2017-11-141-0/+57
|\ \ \ \ | | | | | | | | | | | | | | | 4a17f0c2 rpc: add performance timers (moneromooo-monero)