| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \
| |/
|/|
| | |
43f27c7d core: warn when free disk space is low (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
0f2c2d4c rpc: remove obsolete busy core checks (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | |/ /
| | |
| | |
| | | |
Those have no reason to be in a generic module
|
| |\ \ \
| |/ /
|/| |
| | | |
383ff4f6 remove "using namespace std" from headers (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
It's nasty, and actually breaks on Solaris, where if.h fails to
build due to:
struct map *if_memmap;
|
| |\ \ \
| | | |
| | | |
| | | | |
0bf09154 Fix file permission issue (Tim L)
|
| | | | |
| | | |
| | | |
| | | | |
This branch fixes a file permission issue introduced by https://github.com/monero-project/monero/commit/69c37200aa87f100f731e755bdca7a0dc6ae820a
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
fa514082 RPC: get_info add rpc_connections_count (Tim L)
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
4a17f0c2 rpc: add performance timers (moneromooo-monero)
|