Age | Commit message (Expand) | Author | Files | Lines |
2022-05-18 | Don't exclusively drop tor/i2p outgoing cxns in idle loop | j-berman | 1 | -2/+2 |
2022-05-18 | unit_tests: add more sha256sum test cases | Jeffrey Ryan | 5 | -0/+42 |
2022-05-17 | disable multisig by default | moneromooo-monero | 1 | -5/+5 |
2022-04-29 | More tests for view tags | SChernykh | 1 | -0/+14 |
2022-04-29 | multisig: add post-kex verification round to check that all participants have... | koe | 3 | -47/+61 |
2022-04-29 | Update copyright to 2022 for Hardfork files | Akrit | 7 | -7/+7 |
2022-04-21 | Preserve commitment format inside transactions | Luke Parker | 1 | -2/+0 |
2022-04-18 | Bump ring size to 16 for v15 & remove set default in wallet cli | j-berman | 4 | -13/+13 |
2022-04-18 | Add Include statements | Jeffrey | 1 | -0/+1 |
2022-04-18 | Add view tags to outputs to reduce wallet scanning time | j-berman | 14 | -20/+603 |
2022-04-10 | Fee changes from ArticMine | moneromooo-monero | 3 | -4/+192 |
2022-04-10 | epee: allow copying a rolling_median_t object | moneromooo-monero | 1 | -0/+18 |
2022-04-06 | tests: integrated_address: remove missing payment id assertion | reemuru | 1 | -3/+1 |
2022-04-05 | store outPk/8 in the tx for speed | moneromooo-monero | 1 | -0/+2 |
2022-04-05 | plug bulletproofs plus into consensus | moneromooo-monero | 13 | -24/+645 |
2022-04-04 | Bulletproofs+ | Sarang Noether | 5 | -0/+292 |
2022-03-30 | Remove dead code from parserse_base_utils and fix unit tests | Jeffrey | 1 | -67/+74 |
2022-03-04 | Compil. time: cryptonote_core minus portable_storage header | mj-xmr | 1 | -0/+2 |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 228 | -228/+259 |
2022-02-22 | multisig key exchange update and refactor | koe | 4 | -120/+271 |
2022-01-31 | Balance includes unconfirmed transfers to self | woodser | 1 | -5/+2 |
2022-01-25 | fix ge_p3_is_point_at_infinity(), which is evaluating field elements that hav... | koe | 4 | -0/+64 |
2021-12-14 | functional_tests: update uri test with external pid | selsta | 1 | -9/+5 |
2021-11-01 | tx_pool: full tx revalidation on fork boundaries | moneromooo-monero | 1 | -5/+10 |
2021-09-20 | node_server: fix race condition | anon | 1 | -36/+77 |
2021-09-20 | node_server: add race condition demo | anon | 1 | -0/+260 |
2021-09-12 | Mac: UT node server fix IP localhost by aliasing | mj-xmr | 1 | -0/+3 |
2021-09-08 | unit_tests: fix use after free in serialization test | moneromooo-monero | 1 | -2/+4 |
2021-08-19 | core_tests: remove unused typedef, fix warning | selsta | 1 | -1/+0 |
2021-08-05 | p2p: remove blocked addresses/hosts from peerlist | moneromooo-monero | 1 | -0/+1 |
2021-08-03 | EasyLogging++: new anti-UB test and propagating exception | mj-xmr | 1 | -0/+7 |
2021-07-28 | unit_tests: fix broken tests | anon | 2 | -8/+8 |
2021-07-06 | EasyLogging++: Add UTests, that protect against regressions | mj-xmr | 1 | -0/+13 |
2021-06-11 | unit_tests: check for ge_frombytes_vartime failure | moneromooo-monero | 2 | -4/+4 |
2021-05-14 | Doc: funtional_tests add new mining env vars and how to use them | mj-xmr | 1 | -1/+20 |
2021-05-11 | Warnings: unused var in core_tests:chaingen.h | mj-xmr | 1 | -1/+1 |
2021-04-28 | clang: fix -Wpessimizing-move warning | selsta | 1 | -1/+2 |
2021-04-27 | cmake: set 3.5 as minimum version | selsta | 2 | -2/+2 |
2021-04-27 | Tests: Mining test uses a parametric path for finding the calculation app | mj-xmr | 3 | -41/+66 |
2021-04-27 | clang: fix -Wrange-loop-analysis warnings | selsta | 1 | -1/+1 |
2021-04-16 | Split epee/string_tools.h and encapsulate boost::lexical_cast | mj-xmr | 2 | -0/+2 |
2021-04-16 | Revert "Merge pull request #7136" | luigi1111 | 5 | -121/+27 |
2021-04-08 | unit_tests: fix boost 1.58 compatibility | anon | 1 | -1/+1 |
2021-04-05 | Tests: Fix test node_server.bind_same_p2p_port from randomly crashing | mj-xmr | 1 | -0/+12 |
2021-03-30 | [CI] Adaptive mining timeout, depending on available CPU power | mj-xmr | 5 | -10/+254 |
2021-03-27 | Warnings: fix ut/levin.cpp missing braces | mj-xmr | 1 | -1/+4 |
2021-03-22 | cryptonote_protocol_handler: add race condition demo | anon | 1 | -0/+592 |
2021-03-20 | [CI] Use Python3 for funcional tests, instead of Python2 | mj-xmr | 1 | -4/+6 |
2021-03-12 | async_protocol_handler_config: add deadlock demo | anon | 1 | -0/+110 |
2021-03-05 | fix serialization being different on mac | moneromooo-monero | 1 | -1/+1 |
2021-02-23 | functional_tests: hide check_missing_rpc_methods behind requests check | moneromooo-monero | 1 | -6/+5 |
2021-02-19 | async_protocol_handler_config: add segfault demo | anon | 1 | -2/+73 |
2021-02-11 | Increase timeout for the mining test 4 times (to 240s) | mj-xmr | 1 | -1/+1 |
2021-02-09 | New add_aux_pow RPC to support merge mining | moneromooo-monero | 1 | -0/+213 |
2021-02-09 | Remove unused variables in monero codebase | Kevin Barbour | 10 | -13/+2 |
2021-02-06 | Reduce compilation time of epee/portable_storage.h | mj-xmr | 1 | -0/+1 |
2021-01-28 | Remove copies from foreach loops (thanks to Clang) | Lee Clagett | 2 | -10/+10 |
2021-01-27 | unit_tests: fix wipeable_string parse_hexstr test with latest gtest | xiphon | 1 | -9/+9 |
2021-01-23 | Improve cryptonote (block and tx) binary read performance | Lee Clagett | 6 | -26/+82 |
2021-01-19 | boosted_tcp_server: add segfault demo | anon | 1 | -0/+150 |
2021-01-19 | Remove payload copy in all outgoing p2p messages | Lee Clagett | 6 | -43/+127 |
2021-01-16 | Remove payload copy in all outgoing p2p messages | Lee Clagett | 5 | -27/+121 |
2021-01-03 | add a max levin packet size by command type | moneromooo-monero | 3 | -0/+3 |
2021-01-01 | Split fuzz tests during fuzz build | Nym Seddon | 1 | -11/+16 |
2020-12-31 | protocol: more sanity checks in new chain block hashes | moneromooo-monero | 3 | -3/+10 |
2020-12-27 | protocol: fix false positives dropping peers | moneromooo-monero | 2 | -0/+2 |
2020-12-27 | Revert "Reject existing claimed blocks in sync mode" | luigi1111 | 2 | -2/+0 |
2020-12-22 | Command max_bytes moved from dynamic map to static switch | Lee Clagett | 1 | -3/+40 |
2020-12-20 | Restrict duplicate keys in epee binary format | Lee Clagett | 2 | -0/+55 |
2020-12-17 | protocol: reject claimed block hashes that already are in the chain | moneromooo-monero | 2 | -0/+2 |
2020-12-17 | Add aggressive restrictions to pre-handshake p2p buffer limit | Lee Clagett | 4 | -0/+8 |
2020-12-14 | Fix byte_stream::put_n | Lee Clagett | 1 | -0/+17 |
2020-12-14 | fuzz_tests: add a test for utf8canonical | moneromooo-monero | 4 | -0/+49 |
2020-12-10 | protocol: drop origin IP if a block fails to verify in sync mode | moneromooo-monero | 1 | -9/+11 |
2020-12-04 | crypto: fix non zero scalar being 0 after reducing | moneromooo-monero | 1 | -551/+540 |
2020-11-25 | cryptonote_core: dandelion - use local height or median height if syncing | xiphon | 3 | -3/+10 |
2020-11-16 | Better log message for unusable anon networks | Howard Chu | 1 | -1/+2 |
2020-11-03 | Switch to Dandelion++ fluff mode if no out connections for stem mode | Lee Clagett | 1 | -0/+109 |
2020-10-28 | Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable... | mj-xmr | 15 | -32/+32 |
2020-10-22 | functional_tests: inrease mining timeout | selsta | 1 | -1/+1 |
2020-10-13 | Change to more efficient allocation strategy in byte_stream | Lee Clagett | 1 | -43/+50 |
2020-10-13 | Allow byte_stream->byte_slice conversion to shrink unused buffer space | Lee Clagett | 1 | -1/+3 |
2020-10-12 | Dandelion++: skip desynced peers in stem phase | xiphon | 1 | -34/+41 |
2020-10-10 | Change epee binary output from std::stringstream to byte_stream | Lee Clagett | 7 | -31/+30 |
2020-10-03 | Unit Tests: Remove block reward upper bound size checks | TheCharlatan | 1 | -18/+0 |
2020-09-24 | functional_tests: rewrite mining code, clearer timeout info | iamamyth | 1 | -12/+11 |
2020-09-24 | fuzz_tests: fix build error in signature fuzz test | moneromooo-monero | 1 | -1/+1 |
2020-09-04 | enable CLSAG support for Trezor client | Dusan Klinec | 2 | -10/+32 |
2020-09-01 | threadpool: guard against exceptions in jobs, and armour plating | moneromooo-monero | 1 | -20/+20 |
2020-08-28 | Bind signature to full address and signing mode | Sarang Noether | 1 | -0/+2 |
2020-08-28 | wallet: allow signing a message with spend or view key | moneromooo-monero | 2 | -7/+12 |
2020-08-28 | core_tests: fix failures after v13 | moneromooo-monero | 4 | -13/+21 |
2020-08-28 | core_tests: remove hardcoded hf version | moneromooo-monero | 1 | -1/+1 |
2020-08-27 | functional_tests: add a large (many randomx epochs) p2p reorg test | moneromooo-monero | 1 | -0/+19 |
2020-08-27 | functional_tests: add randomx tests | moneromooo-monero | 2 | -0/+117 |
2020-08-27 | core: fix mining from a block that's not the current top | moneromooo-monero | 1 | -3/+3 |
2020-08-27 | Added balance check to MLSAG/CLSAG performance tests | Sarang Noether | 3 | -144/+282 |
2020-08-27 | Updated MLSAG and CLSAG tests for consistency | Sarang Noether | 3 | -31/+63 |
2020-08-27 | CLSAG verification performance test | Sarang Noether | 2 | -22/+40 |
2020-08-27 | CLSAG optimizations | Sarang Noether | 2 | -86/+82 |
2020-08-27 | Integrate CLSAGs into monero | moneromooo-monero | 15 | -85/+656 |
2020-08-27 | unit_tests: add ge_triple_scalarmult_base_vartime test | moneromooo-monero | 1 | -0/+62 |
2020-08-27 | CLSAG signatures | Sarang Noether | 4 | -4/+196 |
2020-08-26 | functional_tests: add p2p functional tests | moneromooo-monero | 2 | -8/+193 |
2020-08-21 | enforce claiming maximum coinbase amount | moneromooo-monero | 3 | -0/+30 |
2020-08-17 | Add clear method to byte_stream | Lee Clagett | 1 | -0/+41 |
2020-08-17 | Revert "Use domain-separated ChaCha20 for in-memory key encryption" | luigi1111 | 2 | -74/+0 |
2020-08-17 | replace most boost serialization with existing monero serialization | moneromooo-monero | 10 | -12/+10 |
2020-08-14 | Change ZMQ-JSON txextra to hex and remove unnecessary base fields | Lee Clagett | 1 | -1/+16 |
2020-08-14 | Fix pruned tx for ZMQ's GetBlocksFast | Lee Clagett | 1 | -1/+1 |
2020-08-09 | Use domain-separated ChaCha20 for in-memory key encryption | Sarang Noether | 2 | -0/+74 |
2020-08-09 | Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that inc... | Sarang Noether | 3 | -5/+165 |
2020-07-23 | Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with un... | koe | 1 | -0/+11 |
2020-07-20 | wallet2_api: implement runtime proxy configuration | xiphon | 4 | -4/+4 |
2020-06-14 | fuzz_tests: fix init check in oss-fuzz mode | moneromooo-monero | 1 | -1/+1 |
2020-06-14 | fix leaks in fuzz tests | moneromooo-monero | 4 | -17/+34 |
2020-06-14 | fuzz_tests: add a tx extra fuzz test | moneromooo-monero | 4 | -0/+58 |
2020-06-09 | repo: update donation fund address | selsta | 3 | -9/+9 |
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 1 | -2/+3 |
2020-05-28 | functional_tests: add simple relay_tx test | moneromooo-monero | 1 | -0/+11 |
2020-05-27 | tests: fix missing error on missing python entry point | moneromooo-monero | 1 | -0/+1 |
2020-05-20 | ByteSlice: Fix persisting ptr to std::moved SSO buffer | Doyle | 1 | -0/+23 |
2020-05-16 | Support for supercop ASM in wallet, and benchmark for supercop | Lee Clagett | 3 | -0/+479 |
2020-05-15 | fuzz_tests: refactor and add OSS-Fuzz compatibility | moneromooo-monero | 15 | -540/+228 |
2020-05-15 | Add randomized delay when forwarding txes from i2p/tor -> ipv4/6 | Lee Clagett | 1 | -8/+246 |
2020-05-14 | build: fix boost 1.73 compatibility | selsta | 1 | -2/+2 |
2020-05-12 | Fixed bugs for take_slice and byte_stream->byte_slice | Lee Clagett | 1 | -0/+31 |
2020-05-11 | remove double includes | sumogr | 2 | -3/+0 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 181 | -181/+181 |
2020-05-04 | Adding ZMQ/Pub support for txpool_add and chain_main events | Lee Clagett | 4 | -8/+776 |
2020-05-03 | performance_tests: some windows fixes | moneromooo-monero | 2 | -2/+2 |
2020-04-27 | trezor: adapt to new passphrase mechanism | Dusan Klinec | 4 | -57/+43 |
2020-04-24 | Revert functional test changes in babf25d2e and 571546067 | Lee Clagett | 3 | -65/+25 |
2020-04-18 | unit_tests: fix gcc+ warning | Sumo Gr | 1 | -0/+4 |
2020-04-15 | Allow wallet2.h to run in WebAssembly | woodser | 1 | -0/+5 |
2020-04-14 | Bulletproofs: verification speedup | Sarang Noether | 3 | -0/+11 |
2020-04-11 | Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. | Lee Clagett | 2 | -5/+259 |
2020-04-06 | functional_tests: ensure signatures never reuse a timestamp | moneromooo-monero | 1 | -0/+2 |
2020-04-06 | functional_tests: ensure signed timestamps are fresh | moneromooo-monero | 1 | -1/+3 |
2020-04-03 | Use byte_slice for sending zmq messages - removes data copy within zmq | Lee Clagett | 1 | -0/+39 |
2020-03-31 | cryptonote_basic: drop unused verification_context::m_not_rct field | xiphon | 1 | -3/+0 |
2020-03-30 | Always reject duplicate key-images from second txid | Lee Clagett | 1 | -13/+39 |
2020-03-30 | Allow unrestricted rpc calls to get full txpool info | Lee Clagett | 2 | -12/+26 |
2020-03-30 | Fixed string_ref usage bug in epee::from_hex::vector | Lee Clagett | 1 | -0/+3 |
2020-03-28 | Fix network unit tests after epee changes | Lee Clagett | 1 | -2/+2 |
2020-03-26 | Adding Dandelion++ support to public networks: | Lee Clagett | 5 | -29/+1118 |
2020-03-26 | functional_tests: speed up signature generation | moneromooo-monero | 2 | -5/+29 |
2020-03-26 | functional_tests: update cookie at 10 seconds interval | moneromooo-monero | 1 | -0/+28 |
2020-03-22 | protocol: request txpool contents when synced | moneromooo-monero | 2 | -0/+4 |
2020-03-20 | p2p: remove old debug commands | Aaron Hook | 4 | -2/+2 |
2020-03-14 | Correct key image check in tx_pool | Lee Clagett | 3 | -0/+64 |
2020-03-10 | Fix receive order leakage with tx fluffing | Lee Clagett | 1 | -8/+12 |
2020-03-09 | Move hex->bin conversion to monero copyright files and with less includes | Lee Clagett | 1 | -3/+43 |
2020-03-05 | Various improvements to the ZMQ JSON-RPC handling: | Lee Clagett | 2 | -20/+38 |
2020-02-28 | daemon: auto public nodes - cache and prioritize most stable nodes | xiphon | 2 | -0/+173 |
2020-02-18 | unit_tests: fix missing test names | xiphon | 2 | -5/+1 |
2020-02-17 | remove empty statements | Interchained | 2 | -2/+2 |
2020-02-12 | wipeable_string: split - treat CR, LF and Tabs as separators | xiphon | 1 | -0/+1 |
2020-01-26 | serialization: do not write optional fields with default value | moneromooo-monero | 1 | -2/+2 |
2020-01-26 | network: log traffic and add a simple traffic analysis script | moneromooo-monero | 3 | -18/+19 |
2020-01-26 | wallet: do not split integrated addresses in address book api | moneromooo-monero | 2 | -60/+5 |
2020-01-19 | fix tests bug added in #6110 | Dusan Klinec | 1 | -4/+10 |
2020-01-18 | net: fix incorrect less operator for top/i2p addresses | Aaron Hook | 1 | -23/+403 |
2019-12-31 | wallet: allow message sign/verify for subaddresses | moneromooo-monero | 1 | -8/+23 |
2019-12-12 | print_coinbase_tx_sum now supports 128 bits sums | moneromooo-monero | 1 | -0/+5 |
2019-12-01 | unit_tests: remove invalid bulletproofs unit test | moneromooo-monero | 1 | -9/+0 |
2019-11-27 | make_test_signature: exit nicely on top level exception | moneromooo-monero | 1 | -0/+2 |
2019-11-18 | Fixed bug in ZMQ JSON-RPC method field | Lee Clagett | 2 | -1/+58 |
2019-11-13 | tests: fix HF12 chaingen - construct bc object from events | Dusan Klinec | 3 | -22/+180 |
2019-11-12 | rpc: Only show version string if it matches expected pattern | Nathan Dorfman | 2 | -1/+51 |
2019-11-10 | core_tests: reset thread pool between tests | moneromooo-monero | 1 | -0/+2 |
2019-11-04 | Change to Tx diffusion (Dandelion++ fluff) instead of flooding | Lee Clagett | 2 | -16/+84 |
2019-11-04 | Improved performance for epee serialization: | Lee Clagett | 1 | -3/+3 |
2019-11-02 | Adding support for hidden (anonymity) txpool | Lee Clagett | 10 | -36/+739 |
2019-10-31 | unit_tests: fix use after free | moneromooo-monero | 1 | -7/+16 |
2019-10-31 | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 1 | -2/+6 |
2019-10-31 | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 1 | -2/+6 |
2019-10-30 | core_tests: remove some useless verbose logs | moneromooo-monero | 4 | -5/+0 |
2019-10-30 | unit_tests: fix use after free | moneromooo-monero | 1 | -7/+16 |
2019-10-27 | functional_tests: ensure mining stops on error in mining test | moneromooo-monero | 1 | -1/+11 |
2019-10-25 | functional_tests: fix rpc_payment tests with python 3 | moneromooo-monero | 1 | -3/+4 |
2019-10-25 | daemon, wallet: new pay for RPC use system | moneromooo-monero | 7 | -6/+506 |
2019-10-21 | Support median block size > 4 GB | moneromooo-monero | 1 | -0/+116 |
2019-10-15 | functional_tests: fix transfer test - long payment ids are gone | moneromooo-monero | 1 | -1/+1 |
2019-10-15 | unit_tests: fix build after rename | moneromooo-monero | 1 | -4/+6 |
2019-10-14 | wallet_rpc_server: don't report integrated addresses for 0 payment ID | moneromooo-monero | 1 | -1/+1 |
2019-10-14 | wallet: remove long payment ID sending support | moneromooo-monero | 2 | -10/+15 |
2019-10-14 | wallet2: ignore received unencrypted payment IDs (but warn hard) | moneromooo-monero | 1 | -6/+6 |
2019-10-13 | p2p+rpc: don't skip p2p or rpc port bind failure by default | xiphon | 2 | -7/+42 |
2019-10-11 | cryptonote: add function to get weight from a pruned tx | moneromooo-monero | 1 | -0/+37 |
2019-10-11 | unit_tests: fix build with boost 1.69 | moneromooo-monero | 1 | -3/+6 |
2019-10-04 | unit_tests: fix ringdb unit tests | moneromooo-monero | 1 | -5/+11 |
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 4 | -17/+35 |
2019-09-25 | RandomX integration | Howard Chu | 2 | -4/+4 |
2019-09-17 | blockchain: enforce 10 block age for spending outputs | moneromooo-monero | 3 | -6/+40 |
2019-09-17 | functional_tests: fix failure on windows removing files | moneromooo-monero | 1 | -0/+2 |
2019-09-17 | fix wallet python test when run with ctest | moneromooo-monero | 2 | -1/+3 |
2019-09-17 | functional_tests: python3 compatibility | moneromooo-monero | 7 | -15/+15 |
2019-09-17 | functional_tests: pop exactly what we need to test before testing | moneromooo-monero | 10 | -10/+20 |
2019-09-17 | functional_tests: check for RPC methods which aren't exposed | moneromooo-monero | 2 | -0/+54 |