| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
|
| |/ |
|
| |
|
|
|
| |
This reverts commit 63c7ca07fba2f063c760f786a986fb3e02fb040e, reversing
changes made to 2218e23e84a89e9a1e4c0be5d50f891ab836754f.
|
| |\
| |
| |
| | |
23aae55 Remove payload copy in all outgoing p2p messages (Lee Clagett)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
2935a0c async_protocol_handler_config: fix deadlock (anon)
c877705 async_protocol_handler_config: add deadlock demo (anon)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
9867a91 Store RPC SSL key/cert for consistent authentication between runs (Lee Clagett)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
daf023d epee: don't log raw packet data (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
556af11 epee: return HTTP error 400 (Bad request) on deserialization error (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
It's better than 404 (Not found)
|
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | | |
545b982 Remove unnecessary atomic operations in levin code (Lee Clagett)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
df2f00f boosted_tcp_server: fix connection lifetime (anon)
3833624 boosted_tcp_server: add segfault demo (anon)
|
| | |/ / |
|
| |/ / |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
fixes massive amounts of time spent on pathological inputs
Found by OSS-Fuzz
|
| |\
| |
| |
| |
| |
| |
| | |
13eee1d6a rpc: reject wrong sized txid (moneromooo-monero)
92e6b7df2 easylogging++: fix crash with reentrant logging (moneromooo-monero)
6dd95d530 epee: guard against exceptions in RPC handlers (moneromooo-monero)
90016ad74 blockchain: guard against exceptions in add_new_block/children (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
86abf558c epee: Remove unused functions in local_ip.h (Jean Pierre Dudey)
|
| | |/
| |
| |
| | |
Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
|
| |/ |
|
| |\
| |
| |
| | |
8656a8c9f remove double includes (sumogr)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
5ef0607da Update copyright year to 2020 (SomaticFanatic)
|
| | | |
| | |
| | |
| | | |
Update copyright year to 2020
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
e509ede trezor: adapt to new passphrase mechanism (ph4r05)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
- choice where to enter passphrase is now made on the host
- use wipeable string in the comm stack
- wipe passphrase memory
- protocol optimizations, prepare for new firmware version
- minor fixes and improvements
- tests fixes, HF12 support
|
| |/
|
|
|
|
|
| |
- Add abstract_http_client.h which http_client.h extends.
- Replace simple_http_client with abstract_http_client in wallet2,
message_store, message_transporter, and node_rpc_proxy.
- Import and export wallet data in wallet2.
- Use #if defined __EMSCRIPTEN__ directives to skip incompatible code.
|
| |\
| |
| |
| | |
c61abf8 remove empty statements (shopglobal)
|
| | |
| |
| |
| | |
Cleaning up a little around the code base.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When a handshake fails, it can fail due to timeout or destroyed
connection, in which case the connection will be, or already is,
closed, and we don't want to do it twice.
Additionally, when closing a connection directly from the top
level code, ensure the connection is gone from the m_connects
list so it won't be used again.
AFAICT this is now clean in netstat, /proc/PID/fd and print_cn.
This fixes a noisy (but harmless) exception.
|
| |\ \
| | |
| | |
| | | |
352bd132 abstract_tcp_server2: guard against negative timeouts (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
4771a7ae p2p: remove obsolete local time in handshake (moneromooo-monero)
2fbbc4a2 p2p: avoid sending the same peer list over and over (moneromooo-monero)
3004835b epee: remove backward compatible endian specific address serialization (moneromooo-monero)
39a343d7 p2p: remove backward compatible peer list (moneromooo-monero)
60631802 p2p: simplify last_seen serialization now we have optional stores (moneromooo-monero)
9467b2e4 cryptonote_protocol: omit top 64 bits of difficulty when 0 (moneromooo-monero)
b595583f serialization: do not write optional fields with default value (moneromooo-monero)
5f98b46d p2p: remove obsolete local time from TIMED_SYNC (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| |/ /
|/| |
| | | |
e896cca8 epee: reorder a couple init list fields to match declaration (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
This is a bug waiting to happen
|
| |\ \ \
| |_|/
|/| |
| | | |
6efeefbc epee: set application/json MIME type on json errors (moneromooo-monero)
|
| | |/ |
|
| |/
|
|
|
|
| |
This fixes rapid reconnections failing as the peer hasn't yet
worked out the other side is gone, and will reject "duplicate"
connections until a timeout.
|