| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | checkpoints: update to a recent block height | selsta | 2025-08-20 | 3 | -2/+2 | |
| * | | | | Merge pull request #10048 | tobtoht | 2025-08-21 | 1 | -0/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | epee: include math header for upcoming Boost 1.89 | Michael Cho | 2025-08-20 | 1 | -0/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #10047 | tobtoht | 2025-08-21 | 4 | -12/+20 | |
| |\ \ \ \ | ||||||
| | * | | | | Skip ping connections in outgoing count | Lee *!* Clagett | 2025-08-19 | 4 | -12/+20 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #10031 | tobtoht | 2025-08-21 | 1 | -0/+2 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | add depends command for Apple Silicon macOS binaries | woodser | 2025-08-10 | 1 | -0/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #10019 | tobtoht | 2025-08-05 | 7 | -9/+10 | |
| |\ \ \ | ||||||
| | * | | | build: prepare v0.18.4.2 | selsta | 2025-08-01 | 7 | -9/+10 | |
| * | | | | Merge pull request #10015 | tobtoht | 2025-08-01 | 4 | -80/+6 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | wallet: deprecate wallet2::find_and_save_rings() | jeffro256 | 2025-07-29 | 4 | -80/+6 | |
| |/ / / | ||||||
| * | | | Merge pull request #9998v0.18.4.1 | tobtoht | 2025-07-14 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | set do_not_relay always false in submit_multisig_main | SNeedlewoods | 2025-07-14 | 1 | -2/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #9994 | tobtoht | 2025-07-14 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | ci: gitian: update runner to 22.04 | tobtoht | 2025-07-14 | 1 | -1/+1 | |
| * | | | Merge pull request #9991 | tobtoht | 2025-07-13 | 1 | -2/+2 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | ci: bump debian to 11 [0.18] | tobtoht | 2025-06-15 | 1 | -2/+2 | |
| * | | | Merge pull request #9982 | tobtoht | 2025-07-13 | 1 | -1/+4 | |
| |\ \ \ | ||||||
| | * | | | rpc: return error correctly on bad key image string | jeffro256 | 2025-07-11 | 1 | -1/+4 | |
| * | | | | Merge pull request #9983 | tobtoht | 2025-07-13 | 1 | -8/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | add do_not_relay option to submit_multisig_main command in simplewallet | SNeedlewoods | 2025-07-11 | 1 | -8/+2 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #9986 | tobtoht | 2025-07-13 | 1 | -1/+11 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | crypto: check+throw for Cryptonight v1 invalid input | jeffro256 | 2025-07-11 | 1 | -1/+11 | |
| |/ / / | ||||||
| * | | | Merge pull request #9958 | tobtoht | 2025-07-10 | 3 | -1/+9 | |
| |\ \ \ | ||||||
| | * | | | Add new dynamic fees to ZMQ | Lee Clagett | 2025-06-13 | 3 | -1/+9 | |
| * | | | | Merge pull request #9946 | tobtoht | 2025-07-10 | 7 | -9/+10 | |
| |\ \ \ \ | ||||||
| | * | | | | build: prepare v0.18.4.1 | selsta | 2025-07-09 | 7 | -9/+10 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #9954 | tobtoht | 2025-07-10 | 9 | -28/+298 | |
| |\ \ \ \ | ||||||
| | * | | | | wallet: refactor subaddress expansion & add to transfer test | jeffro256 | 2025-07-07 | 3 | -53/+99 | |
| | * | | | | wallet: improve lookahead logic & make rpc persistent | Justin Berman | 2025-07-07 | 5 | -31/+147 | |
| | * | | | | wallet: create set_subaddress_lookahead wallet rpc endpoint | benevanoff | 2025-07-07 | 5 | -1/+63 | |
| | * | | | | wallet: ensure subaddress keys table is at least size of requested lookahead | benevanoff | 2025-07-03 | 2 | -0/+46 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #9978 | tobtoht | 2025-07-10 | 1 | -2/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | simplewallet: respect `do-not-relay` in `sweep_single` | hinto.janai | 2025-07-08 | 1 | -2/+1 | |
| * | | | | | Merge pull request #9949 | tobtoht | 2025-07-08 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add is_same_host check to p2p | Lee *!* Clagett | 2025-06-07 | 1 | -2/+2 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #9956 | tobtoht | 2025-07-07 | 1 | -0/+4 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add check for exception in tcp accept handler | Lee *!* Clagett | 2025-06-12 | 1 | -0/+4 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #9966 | tobtoht | 2025-07-07 | 2 | -6/+0 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | cmake: don't redefine project | tobtoht | 2025-06-24 | 2 | -6/+0 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #9950 | tobtoht | 2025-06-14 | 2 | -18/+72 | |
| |\ \ \ \ | ||||||
| | * | | | | wallet:set refresh interval to default when hitting tip of chain | tzadiko | 2025-06-07 | 2 | -11/+9 | |
| | * | | | | wallet: fix monero-wallet-rpc ignoring calls during sync | tzadiko | 2025-06-07 | 2 | -14/+70 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #9909 | tobtoht | 2025-06-14 | 1 | -3/+7 | |
| |\ \ \ \ | ||||||
| | * | | | | epee: fix string_tools on Windows | 0xFFFC0000 | 2025-04-22 | 1 | -3/+7 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #9945 | tobtoht | 2025-06-14 | 1 | -1/+1 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | fix issue 9943: cli using wrong filename for storing keys | Rudolf Schmidt | 2025-06-07 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #9920 | tobtoht | 2025-05-07 | 2 | -0/+3 | |
| |\ \ \ | ||||||
| | * | | | msys2 build: include int headers | jeffro256 | 2025-05-06 | 2 | -0/+3 | |
| |/ / / | ||||||
| * | | | Merge pull request #9911 | tobtoht | 2025-04-24 | 2 | -38/+29 | |
| |\ \ \ | ||||||
