Age | Commit message (Expand) | Author | Files | Lines |
2022-06-27 | Chunk /gettransactions to avoid hitting restricted RPC limit | tobtoht | 1 | -7/+11 |
2022-06-20 | cryptonote_basic: catch crypto api errors | moneromooo-monero | 3 | -7/+12 |
2022-06-20 | simplewallet: print usage when given no args | hinto.janaiyo | 1 | -0/+16 |
2022-06-13 | Revert "Merge pull request #7937" | j-berman | 1 | -36/+14 |
2022-06-03 | Remove check is_directory check on lmdb path | Howard Chu | 1 | -8/+2 |
2022-06-03 | Revert "db_lmdb: test for mmap support at init time" | Howard Chu | 2 | -31/+0 |
2022-06-01 | Remove erraneous commas | Luke Parker | 1 | -3/+3 |
2022-06-01 | Improve consistency between on_money_received and on_money_received_unconfirmed | Luke Parker | 5 | -10/+17 |
2022-05-26 | wallet_api: add scanTransactions function | selsta | 3 | -0/+44 |
2022-05-18 | Don't exclusively drop tor/i2p outgoing cxns in idle loop | j-berman | 3 | -27/+63 |
2022-05-18 | common: update sha256sum to use OpenSSL 3.0 API | Jeffrey Ryan | 2 | -13/+26 |
2022-05-17 | disable multisig by default | moneromooo-monero | 7 | -1/+104 |
2022-05-17 | src, epee: fix a couple compiler warnings | selsta | 2 | -4/+0 |
2022-05-15 | wallet2: fix spurious reorg detection with untrusted nodes | moneromooo-monero | 1 | -9/+5 |
2022-05-13 | wallet2: speedup large tx construction: reserve vector memory | moneromooo-monero | 1 | -1/+7 |
2022-05-13 | wallet2: speedup large tx construction: batch ringdb lookups | Crypto City | 4 | -5/+58 |
2022-05-13 | wallet2: speedup large tx construction: no pointless clsag generation | Crypto City | 1 | -1/+12 |
2022-05-13 | wallet2: speedup large tx construction: batch ringdb updates | Crypto City | 4 | -5/+30 |
2022-05-13 | wallet2: speedup large tx construction: cache public key validity | moneromooo-monero | 2 | -28/+36 |
2022-05-12 | fix backoff delay logic when re-relaying txs | j-berman | 1 | -4/+4 |
2022-05-11 | Don't send peerlist larger than max allowed | j-berman | 1 | -2/+6 |
2022-05-09 | Set hf v15 testnet fork heights | j-berman | 1 | -0/+2 |
2022-05-05 | Give better error messages when missing SSL files | Jeffrey Ryan | 1 | -5/+16 |
2022-05-02 | wallet2: fix a couple unused variable warnings | selsta | 1 | -6/+1 |
2022-05-02 | Remove src/serialization/list.h | Jeffrey | 2 | -65/+0 |
2022-04-29 | multisig: add post-kex verification round to check that all participants have... | koe | 6 | -148/+276 |
2022-04-29 | Update copyright to 2022 for Hardfork files | Akrit | 8 | -8/+8 |
2022-04-27 | Change "Github" to "GitHub" | Abdullah | 1 | -1/+1 |
2022-04-26 | refactor(bp+): save one inversion, use sc_muladd | Dusan Klinec | 1 | -3/+3 |
2022-04-21 | Preserve commitment format inside transactions | Luke Parker | 4 | -28/+6 |
2022-04-21 | add a sanity check to RPC input data size | moneromooo-monero | 2 | -0/+3 |
2022-04-18 | Bump ring size to 16 for v15 & remove set default in wallet cli | j-berman | 5 | -74/+25 |
2022-04-18 | "Change C-cast to static_cast in net_peerlist.h" | Jeffrey | 1 | -1/+1 |
2022-04-18 | Factor out move_it_backward from misc_language.h | Jeffrey | 1 | -8/+15 |
2022-04-18 | Move copyable_atomic into connection_context | Jeffrey | 1 | -4/+35 |
2022-04-18 | Merge functionality of misc_os_dependent into time_helper.h | Jeffrey | 2 | -2/+2 |
2022-04-18 | Add Include statements | Jeffrey | 2 | -0/+2 |
2022-04-18 | Trimming Fat | Jeffrey | 2 | -2/+0 |
2022-04-18 | Boring Old Deletes | Jeffrey | 4 | -56/+0 |
2022-04-18 | Optimized keccak implementation | SChernykh | 1 | -33/+62 |
2022-04-18 | Add view tags to outputs to reduce wallet scanning time | j-berman | 25 | -210/+562 |
2022-04-10 | wallet2: use BP+ for cold signing | moneromooo-monero | 1 | -1/+1 |
2022-04-10 | Fee changes from ArticMine | moneromooo-monero | 12 | -44/+306 |
2022-04-09 | Remove /include | Jeffrey | 1 | -1/+0 |
2022-04-08 | simplewallet: fix integrated_address output string | selsta | 1 | -1/+1 |
2022-04-06 | CMake: Add missing headers via monero_find_all_headers macro | mj-xmr | 15 | -138/+15 |
2022-04-05 | Make RPC server functions that read db thread safe | j-berman | 1 | -14/+36 |
2022-04-05 | bulletproofs+: some minor cleanup from vtnerd's review | moneromooo-monero | 1 | -11/+2 |
2022-04-05 | store outPk/8 in the tx for speed | moneromooo-monero | 4 | -7/+29 |
2022-04-05 | ringct: port some of vtnerd's review changes from BP+ to BP | moneromooo-monero | 1 | -13/+11 |
2022-04-05 | ringct: a few minor optimizations from review | moneromooo-monero | 1 | -18/+15 |
2022-04-05 | plug bulletproofs plus into consensus | moneromooo-monero | 15 | -135/+492 |
2022-04-04 | Updates from security audit | Sarang Noether | 1 | -2/+10 |
2022-04-04 | Precompute initial transcript hash | Sarang Noether | 1 | -13/+11 |
2022-04-04 | Bulletproofs+ | Sarang Noether | 5 | -2/+1223 |
2022-03-31 | Added support for Ledger Nano S Plus | Mathias Herberts | 1 | -1/+2 |
2022-03-30 | Eliminate dependence on boost::interprocess #8223 | Jeffrey | 3 | -11/+9 |
2022-03-29 | wallet2: decrease the amount of data exchanged for output export | moneromooo-monero | 2 | -10/+167 |
2022-03-13 | wallet_rpc_server: support regex for get_accounts tag | reemuru | 2 | -3/+13 |
2022-03-13 | replace erciccione's seednode with one on haveno's infrastructure | erciccione | 1 | -1/+1 |
2022-03-11 | wallet_rpc_server: fix make_integrated_address with no payment id | moneromooo-monero | 1 | -6/+0 |
2022-03-10 | Remove footgun doc comment in miner TX validation | Luke Parker | 1 | -3/+0 |
2022-03-10 | Make the wallet name optional when locked. | Norman Moeschter | 4 | -0/+38 |
2022-03-04 | Compil. time: cryptonote_core minus portable_storage header | mj-xmr | 1 | -1/+0 |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 403 | -403/+458 |
2022-03-01 | wallet2: update stagenet rollback blocks | selsta | 1 | -4/+4 |
2022-02-24 | simplewallet: add option for exporting tx keys | reemuru | 1 | -13/+47 |
2022-02-22 | multisig key exchange update and refactor | koe | 25 | -822/+1945 |
2022-02-19 | Fixes: Don't require --rpc-login with --rpc-access-control-origins #8168 | Jeffrey | 1 | -6/+0 |
2022-02-19 | crypto: fix constant randomx exceptions in large page allocator | moneromooo-monero | 1 | -1/+4 |
2022-02-07 | rpc: add explicit restricted flag to /get_info | tobtoht | 2 | -1/+4 |
2022-01-31 | Balance includes unconfirmed transfers to self | woodser | 1 | -0/+13 |
2022-01-25 | fix ge_p3_is_point_at_infinity(), which is evaluating field elements that hav... | koe | 3 | -10/+46 |
2022-01-17 | support authentication in monero-wallet-rpc set_daemon | woodser | 2 | -2/+10 |
2022-01-04 | Update net_node.inl | Gingeropolous | 1 | -3/+3 |
2021-12-24 | wallet inits cache if file and blob missing | woodser | 1 | -4/+5 |
2021-11-30 | `make_uri` disallows standalone payment ids | woodser | 1 | -6/+2 |
2021-11-20 | Add calcpow RPC | Howard Chu | 5 | -5/+73 |
2021-11-16 | cryptonote_core: fix unused lambda warning | selsta | 1 | -1/+1 |
2021-11-12 | device_ledger: fix incorrect macro | selsta | 1 | -4/+4 |
2021-11-10 | account info text alignment | im | 1 | -2/+2 |
2021-11-05 | Avoid unnecessary 'Invalid hashing blob' error message | rbrunner7 | 1 | -1/+6 |
2021-11-03 | device: fix ledger error strings, add human friendly messages | selsta | 1 | -7/+3 |
2021-11-01 | tx_pool: full tx revalidation on fork boundaries | moneromooo-monero | 2 | -45/+64 |
2021-10-30 | slow_hash: don't blow out Mac stack on ARM64 | Howard Chu | 1 | -16/+54 |
2021-10-29 | crypto: fix typo in ifdef | selsta | 1 | -1/+1 |
2021-10-24 | rpc: fix DoS vector in get_output_distribution | moneromooo-monero | 1 | -0/+15 |
2021-10-22 | socks: ignore any exceptions in shutdown/close | selsta | 1 | -2/+3 |
2021-10-22 | wallet_api: enable set_strict_default_file_permissions | tobtoht | 2 | -1/+6 |
2021-10-22 | epee: add missing header | selsta | 1 | -0/+1 |
2021-10-21 | protocol: fix spurious rejection of downloaded blocks | moneromooo-monero | 1 | -0/+1 |
2021-10-20 | wallet2: remove 2 unused variables | selsta | 1 | -2/+0 |
2021-10-19 | wallet2: fix key encryption when changing ask-password from 0/1 to 2 | moneromooo-monero | 2 | -23/+4 |
2021-10-11 | blockchain: fix pedantic assert | selsta | 1 | -0/+2 |
2021-10-10 | simplewallet: fix incoming_transfers index error | selsta | 1 | -8/+6 |
2021-10-10 | download: fix leak | moneromooo-monero | 1 | -1/+9 |
2021-10-10 | ARMv8: detect AES support dynamically | Howard Chu | 1 | -35/+105 |
2021-10-07 | Ledger: member 'mode' was shadowing that of base class | mj-xmr | 1 | -2/+0 |
2021-10-04 | Decrease the "recent spend window" in gamma re-select to 15 blocks | j-berman | 1 | -1/+1 |
2021-09-22 | LMDB: fix deadlock in resized detection | Howard Chu | 2 | -3/+13 |
2021-09-20 | rpc: Fix get_transactions failing when not found | Nathan Dorfman | 1 | -2/+14 |
2021-09-20 | node_server: fix race condition | anon | 4 | -16/+53 |
2021-09-15 | rpc: don't set error code as status string | selsta | 1 | -2/+2 |
2021-09-12 | Fix precision of average_output_time | j-berman | 1 | -7/+1 |
2021-09-11 | RPC and ZeroMQ APIs to support p2pool | SChernykh | 18 | -24/+393 |
2021-09-08 | UB: virtual methods in destructor at Trezor | mj-xmr | 1 | -2/+2 |
2021-09-08 | LMDB: protection against UB, by not calling virtual methods from destructor | mj-xmr | 1 | -5/+5 |
2021-09-07 | UB: Not calling virtual method in destructor of WalletImpl | mj-xmr | 1 | -1/+1 |
2021-09-03 | external: remove unbound submodule | selsta | 1 | -1/+1 |
2021-08-28 | wallet: fix unused lambda capture warning | selsta | 1 | -1/+1 |
2021-08-27 | wallet_rpc_server: fix help text remaining bold | selsta | 1 | -1/+2 |
2021-08-26 | Wallet2: fix optimize-coinbase for p2pool payouts | SChernykh | 1 | -4/+5 |
2021-08-20 | daemon: allow proxy configuration | anon | 12 | -11/+61 |
2021-08-20 | monero-wallet-rpc: Prevent --password-file from being used with --wallet-dir | Kermit Alexander II | 4 | -4/+19 |
2021-08-19 | Protect client from divide by 0 caused by integer truncation | j-berman | 1 | -0/+6 |
2021-08-19 | Apply gamma distr from chain tip when selecting decoys | j-berman | 1 | -0/+31 |
2021-08-19 | ringct: silence unused variable warning | selsta | 1 | -1/+1 |
2021-08-19 | Device: remove unused and incorrect non-default constructor | mj-xmr | 1 | -1/+0 |
2021-08-19 | wallet_api: add make_uri | tobtoht | 3 | -0/+7 |
2021-08-11 | Make sure node returns to wallet that real output is unlocked | j-berman | 1 | -1/+2 |
2021-08-05 | p2p: remove blocked addresses/hosts from peerlist | moneromooo-monero | 3 | -15/+44 |
2021-08-03 | trezor: try empty passphrase first | Dusan Klinec | 6 | -11/+103 |
2021-08-02 | Fix describe_transfer for multiple txes in a txset | Alex Opie | 2 | -10/+54 |
2021-07-29 | Quicker resource cleanup on p2p socks timeout | Lee *!* Clagett | 2 | -0/+12 |
2021-07-28 | blocks: fix cmake syntax | selsta | 1 | -1/+1 |
2021-07-27 | Daemon: Update average block size table | rbrunner7 | 1 | -2/+6 |
2021-07-19 | wallet_api: expose offline mode status | rating89us | 3 | -0/+7 |
2021-07-18 | Fixed json serialization of rct::RCTTypeNull | SChernykh | 1 | -6/+12 |
2021-07-15 | wallet2: chunk get_outs.bin calls to avoid sanity limits | moneromooo-monero | 1 | -8/+20 |
2021-07-15 | rpc: source file extensions must be explicit (cmake warning) | selsta | 1 | -1/+1 |
2021-07-14 | wallet2: Don't auto lock device on process parsed blocks | tobtoht | 1 | -2/+1 |
2021-07-14 | wallet: rephrase error message on invalid device address | Dusan Klinec | 1 | -1/+1 |
2021-07-14 | fix #7784 - deinit wallet in wallet dtor | Dusan Klinec | 1 | -3/+6 |
2021-07-13 | cmake: fix undefined symbols and multiple definitions | anon | 5 | -16/+62 |
2021-07-10 | device_trezor_base: fix typo | anon | 1 | -1/+1 |
2021-07-06 | Doc: Update blockchain stats with review comments | mj-xmr | 1 | -2/+4 |
2021-07-05 | wallet_api: getPassword | tobtoht | 3 | -0/+7 |
2021-06-27 | trezor: add #if for ByteSizeLong | selsta | 1 | -0/+4 |
2021-06-24 | wallet_api: get bytes sent/received | tobtoht | 3 | -0/+19 |
2021-06-24 | simplewallet: don't truncate integ. address in export_transfers | selsta | 1 | -2/+2 |
2021-06-23 | wallet_api: fix typo in exportKeyImages | selsta | 1 | -1/+1 |
2021-06-21 | protocol: fix delayed "you are now synchronized..." message | moneromooo-monero | 1 | -3/+4 |
2021-06-20 | doc: update IRC references to Libera | fdov | 1 | -1/+1 |
2021-06-18 | add singapore.node.xmr.pm to seed nodes | lza_menace | 1 | -0/+4 |
2021-06-15 | provide key images of spent outputs in wallet rpc | woodser | 3 | -9/+39 |
2021-06-11 | CMake: strip targets (optional) with -D STRIP_TARGETS=ON | mj-xmr | 1 | -0/+1 |
2021-06-11 | trezor: fix potential use of uninitialized memory | moneromooo-monero | 1 | -2/+7 |
2021-06-08 | wallet/api: remove Bitmonero namespace alias | selsta | 16 | -38/+0 |
2021-06-08 | wallet_api: address_book: don't lose pid on setDescription | tobtoht | 1 | -1/+1 |
2021-06-04 | wallet2: refresh: check error and throw before potentially breaking out of loop | tobtoht | 1 | -8/+9 |
2021-06-04 | wallet_api: signMessage: add sign with subaddress | tobtoht | 3 | -4/+19 |
2021-06-04 | ledger: don't lock for software device | tobtoht | 1 | -3/+2 |
2021-06-04 | wallet_api: reconnectDevice | tobtoht | 3 | -0/+21 |
2021-06-04 | ledger: use software device if we have view key | tobtoht | 2 | -6/+13 |
2021-06-04 | wallet: Reset RPC Pay ID on node switch | tobtoht | 1 | -0/+3 |
2021-06-04 | wallet_api: move adjust_mixin call within try block | tobtoht | 1 | -8/+3 |
2021-05-18 | support freeze, thaw, and frozen in wallet rpc | woodser | 3 | -1/+154 |
2021-05-14 | CMake: glob missing headers for wallet2 | mj-xmr | 1 | -12/+1 |
2021-05-13 | trezor: deprecated ByteSize -> ByteSizeLong | selsta | 1 | -1/+1 |
2021-05-08 | Warnings: unused variable in core/blockchain.cpp | mj-xmr | 1 | -1/+1 |
2021-05-02 | Warnings: unused var at cryptonote_tx_utils.cpp | mj-xmr | 1 | -1/+3 |
2021-04-28 | cmake: fix non portable code | selsta | 1 | -9/+21 |
2021-04-28 | cmake: set xcode file type | selsta | 1 | -0/+1 |
2021-04-27 | cmake: wallet_api doesn't need wallet_merged | selsta | 1 | -41/+0 |
2021-04-27 | cmake: set 3.5 as minimum version | selsta | 2 | -2/+2 |
2021-04-27 | clang: fix -Wrange-loop-analysis warnings | selsta | 1 | -1/+1 |
2021-04-26 | blockchain: speed up repeated pops (mostly in tests) | moneromooo-monero | 1 | -1/+4 |
2021-04-25 | Wallet2: Update 'approximate_testnet_rolled_back_blocks' | rbrunner7 | 1 | -1/+1 |
2021-04-24 | epee linkage dynamic; move monero_add_library to main CMakeLists.txt | mj-xmr | 1 | -24/+0 |
2021-04-23 | wallet2: Fix rescan_bc keep_ki option | Nathan Dorfman | 3 | -23/+28 |
2021-04-22 | wallet_api: import / export output function | tobtoht | 3 | -0/+77 |
2021-04-19 | add documentation for monero-blockchain-stats | donkeydonkey | 1 | -0/+54 |
2021-04-17 | protocol: remove unreachable code | moneromooo-monero | 1 | -1/+1 |
2021-04-16 | Split epee/string_tools.h and encapsulate boost::lexical_cast | mj-xmr | 10 | -2/+11 |
2021-04-16 | Revert "Merge pull request #7136" | luigi1111 | 8 | -34/+53 |
2021-04-16 | net_node: add seed node | selsta | 1 | -0/+3 |
2021-04-15 | rpc: send confirmations in get_transactions result | moneromooo-monero | 3 | -5/+19 |
2021-04-07 | monero-wallet-cli: improve error message when tx amount is zero | Elliot Wirrick | 6 | -8/+30 |
2021-04-05 | expose set_offline to wallet api | benevanoff | 3 | -0/+12 |
2021-03-30 | p2p: allow CIDR notation in DNS blocklist | moneromooo-monero | 1 | -5/+12 |
2021-03-28 | Reduce compilation time of epee/portable_storage_template_helper.h | mj-xmr | 18 | -2/+24 |
2021-03-25 | wallet2: fix unlocked mixup in light wallet mode | moneromooo-monero | 1 | -2/+2 |
2021-03-25 | db_lmdb: catch exceptions testing for mmap support | moneromooo-monero | 1 | -1/+2 |
2021-03-24 | blockchain_db: harden code against invalid input types | moneromooo-monero | 1 | -9/+2 |
2021-03-22 | cryptonote_protocol_handler: fix race condition | anon | 2 | -27/+43 |
2021-03-19 | blockchain_import: fix wrong reported block/tx hashes on error | moneromooo-monero | 1 | -5/+11 |
2021-03-18 | core: speed up print_coinbase_tx_sum | moneromooo-monero | 4 | -12/+14 |
2021-03-12 | wallet_api: add isDeterministic() | tobtoht | 3 | -0/+12 |
2021-03-12 | wallet_api: add seed_offset param to seed() | tobtoht | 3 | -4/+4 |
2021-03-06 | wallet_rpc_server: set seed language in generate_from_keys | moneromooo-monero | 4 | -18/+26 |
2021-03-05 | fix serialization being different on mac | moneromooo-monero | 8 | -26/+63 |
2021-03-04 | return output key for incoming transfers | benevanoff | 2 | -1/+4 |
2021-03-03 | trezor: simplify recognition of integrated addresses | Dusan Klinec | 1 | -14/+1 |
2021-03-01 | wallet_rpc: add scan_tx | tobtoht | 3 | -1/+58 |
2021-02-20 | wallet_rpc_payments: implement multithreading | gdmojo | 4 | -40/+76 |
2021-02-17 | monero-wallet-cli: Added command scan_tx | Horia Mihai David | 4 | -1/+89 |
2021-02-15 | p2p: add --max-connections-per-ip daemon option | moneromooo-monero | 3 | -3/+10 |
2021-02-15 | rpc: fix some error return codes/status | moneromooo-monero | 2 | -23/+33 |
2021-02-13 | Store RPC SSL key/cert for consistent authentication between runs | Lee Clagett | 1 | -2/+23 |
2021-02-11 | Honor LARGE_PAGES flag in randomx umask | Howard Chu | 1 | -10/+18 |