| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
73951cbd wallet2: request transactions in slices when scanning for known rings (moneromooo-monero)
25fe67e4 rpc: allow getting pruned blocks from gettransactions (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
and get them pruned in find_and_save_rings, since it does not need
the pruned data in the first place.
Also set decode_to_json to false where missing, we don't need this
either.
|
| |\ \
| | |
| | |
| | | |
11c933e1 fix lambda compile error on openbsd (moneromooo-monero)
|
| | |/ |
|
| |/
|
|
| |
so that those nodes can still be used for sending transactions
|
| |\
| |
| |
| | |
57c0b1ed Fix typos in various files (Dimitris Apostolou)
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
7539603f Bootstrap daemon (stoffu)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
628b78ae Fix in_peers/out_peers RPC operations (Erik de Castro Lopo)
ece9bcf5 rpc_client: Fix error handling (Erik de Castro Lopo)
8f30350d Fix method name in invoke_http_json_rpc (Erik de Castro Lopo)
32c0f908 Allow the number of incoming connections to be limited (Erik de Castro Lopo)
d609a2c1 Rename delete_connections to delete_out_connections (Erik de Castro Lopo)
b927c0fc Rename connections_count to max_out_connection_count (Erik de Castro Lopo)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
| | |
| | |
| | | |
This rename is needed so that delete_in_connections can be added.
|
| | |/
| |
| |
| | |
This is needed so that a max_in_connection_count can be added.
|
| |\ \
| |/
|/|
| | |
a85dbb3f Fixed typos and wording tweaks (Maxithi)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
42f86624 rpc: expose recent median block size in getinfo (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
e0404d35 rpc: default do_not_relay to false in sendrawtransaction (moneromooo-monero)
|
| | |/ / |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
301ec15c Change cryptonote::COMMAND_RPC_SET_LIMIT::response to use int64_t (Nick Johnson)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
fa5c0bab Implement #3045, fixing RPC snakecases (Nick Johnson)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | | |
03ac3890 zmq: use older 3-arg version of setsockopt (stoffu)
|
| | |/ |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| |
| |
| | |
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)
|
| | |
| |
| |
| | |
The shared RPC code is now moved off into a separate lib
|
| | |
| |
| |
| |
| |
| | |
As a followon side effect, this makes a lot of inline code
included only in particular cpp files (and instanciated
when necessary.
|
| |/ |
|
| |\
| |
| |
| |
| | |
abebe392 rpc: add offline state in info rpc (moneromooo-monero)
7696e849 core: make --offline also disable DNS lookups (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
cf5f6236 Corrections in rate limiting / trottle code, especially in 'out' direction (rbrunner7)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| | |
| | |
| | | |
009eed17 rpc: increase the max number of outs one can request (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
It's getting hit too easily
|
| |\ \ \
| | | |
| | | |
| | | | |
23b6f685 RPC: allow binding of restricted port in addition to core port (Tim L)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | | |
310b790a make connection_id a string in RPC (moneromooo-monero)
|
| | |/
| |
| |
| | |
It's sent as JSON, so raw binary is not appropriate
|