| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
f50a6c5 version: update name (selsta)
|
| |/ |
|
| |\
| |
| |
| | |
ada8172 rpc: lock access to the rpc payment object (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
0d92fe5 rpc: add a sanity limit to a few RPC in restricted mode (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
438b846 ByteSlice: Fix persisting ptr to std::moved SSO buffer (Doy-lee)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
The Bug:
1. Construct `byte_slice.portion_` with `epee::span(buffer)` which copies a pointer to the SSO buffer to `byte_slice.portion_`
2. It constructs `byte_slice.storage_` with `std::move(buffer)` (normally this swap pointers, but SSO means a memcpy and clear on the original SSO buffer)
3. `slice.data()` returns a pointer from `slice.portion_` that points to the original SSO cleared buffer, `slice.storage_` has the actual string.
|
| |\ \ \
| | | |
| | | |
| | | | |
99d702e cryptonote_core: remove 'We are most likely forked' message (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | | |
It's time based and we don't have forks every 6 months anymore
|
| |\ \ \
| |_|/
|/| |
| | | |
c5c8592 [release-v0.16] MMS: New 'config_checksum' subcommand (rbrunner7)
|
| |/ / |
|
| |\ \
| | |
| | |
| | |
| | | |
f01d529 cryptonote_protocol: reject requests/notifications before handshake (moneromooo-monero)
bbab044 cryptonote_protocol: stricter limit to number of objects requested (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
Reported by xnbya
|
| | |/
| |
| |
| | |
Reported by xnbya
|
| |\ \
| | |
| | |
| | | |
cef39dc protocol: move the 'peer claims higher version' warning to debug (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
Because there's a neverending supply of cunts claiming a wrong
version just to say "look at me" I guess
|
| |\ \
| | |
| | |
| | | |
705c78b wallet2: fix multisig data clearing stomping on a vector (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
4291344 serialization: fix bad rapidjson api usage (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
bb4d95c blockchain: detect and log bad difficulty calculations (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
44e3782 protocol: don't drop a connection if we can't get a compatible chain (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This can now happen if:
- we have a pruned db
- we have not connected to the monero network for a while
- we connect to a node
- that node asks us for history
- we only have a pruned version of the most recent common block
In that case, it's better to not reply but keep the connection alive,
so we can sync off it.
|
| |\ \
| | |
| | |
| | |
| | | |
4a9c3a Revert 'simplewallet: noob-friendly help menu' (selsta)
7633ba0 simplewallet: help_advanced -> help (selsta)
|
| | | | |
|
| | | |
| | |
| | |
| | | |
This reverts commit 67b4a19edf7b9d6a407a79eca5c57819863bfd71.
|
| |\ \ \
| | | |
| | | |
| | | | |
7209db8 epee: use memwipe rather than memset for md5 secrets (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | | |
That's used by HTTP auth now
|
| |\ \ \
| | | |
| | | |
| | | | |
f35ced6 build: fix boost 1.73 compatibility (selsta)
|
| | | | | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
f526977 easylogging++: sanitize log payload (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | |
| | |
| | | |
Some of it might be coming from untrusted sources
Reported by itsunixiknowthis
|
| |\ \ \
| | | |
| | | |
| | | | |
1b48f32 simplewallet: don't complain about incoming payment ids on change (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
cc40ce1 Fixed bugs for take_slice and byte_stream->byte_slice (vtnerd)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
ab44293 trezor: add new firmware version support (ph4r05)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | | |
82afc5f [release-v0.16]: Update gitian yml files (iDunk5400)
|
| |/ / |
|
| |\ \
| |/
|/|
| | |
08a45c5 build: prepare v0.16.0.0 release (selsta)
|
| |/ |
|
| |\
| |
| |
| | |
70609d7 cryptonote_core: take out the time based upgrade warning (moneromooo-monero)
|
| | |
| |
| |
| | |
It doesn't really work anymore since we don't have a fork soon
|
| |\ \
| | |
| | |
| | | |
42e1484 wallet2: fix keys file deserialization exception handling (xiphon)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
f80ab3e cryptonote_protocol: do not request pruned borromean sig txes (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | |
| | | |
We don't have a function to calculate their weight from a pruned
version (yet).
|