aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-07-27Merge pull request #7740luigi11111-0/+3
8cea9d8 wallet: Reset RPC Pay ID on node switch (tobtoht)
2021-07-27Merge pull request #7718luigi11111-4/+6
9c0e681 cmake: treat warnings as error in compiler flag tests (selsta)
2021-07-27Merge pull request #7698luigi11111-9/+21
7359d51 cmake: fix non portable code (selsta)
2021-07-27Merge pull request #7692luigi11116-16/+124
df40d1d cmake: export all symbols (anon) fe76d7d cmake: fix undefined symbols and multiple definitions (anon) 14be80f cmake: forbid undefined symbols (anon)
2021-07-13cmake: export all symbolsanon1-0/+12
2021-07-13cmake: fix undefined symbols and multiple definitionsanon6-16/+66
2021-07-13cmake: forbid undefined symbolsanon1-0/+46
2021-07-10Merge pull request #7764luigi11111-2/+2
e24875e simplewallet: don't truncate integ. address in export_transfers (selsta)
2021-07-10Merge pull request #7762luigi11111-0/+4
8ae6c85 trezor: add #if for ByteSizeLong (selsta)
2021-07-10Merge pull request #7761luigi11111-1/+1
8ef51dc wallet_api: fix typo in exportKeyImages (selsta)
2021-07-10Merge pull request #7754luigi11113-3/+3
8ff21e1 doc: update IRC references to Libera (fdov)
2021-07-10Merge pull request #7753luigi11111-0/+4
f0df726 add singapore.node.xmr.pm to seed nodes (lza_menace)
2021-07-10Merge pull request #7748luigi11113-0/+7
bbeb555 wallet_api: getPassword (tobtoht)
2021-07-05wallet_api: getPasswordtobtoht3-0/+7
2021-06-27trezor: add #if for ByteSizeLongselsta1-0/+4
Turns out Ubuntu 18.04 ships with an old protobuf version.
2021-06-24Merge pull request #7743luigi11113-0/+19
8a67724 wallet_api: get bytes sent/received (tobtoht)
2021-06-24wallet_api: get bytes sent/receivedtobtoht3-0/+19
2021-06-24simplewallet: don't truncate integ. address in export_transfersselsta1-2/+2
2021-06-24Merge pull request #7752luigi11113-6/+11
4251cc0 unit_tests: check for ge_frombytes_vartime failure (moneromooo-monero) 67b97a5 easylogging++: do not delete uninitialized objects (moneromooo-monero) 7b6d959 trezor: fix potential use of uninitialized memory (moneromooo-monero)
2021-06-24Merge pull request #7750luigi111116-38/+0
8e0b8dd wallet/api: remove Bitmonero namespace alias (selsta)
2021-06-24Merge pull request #7749luigi11111-1/+1
e63c110 wallet_api: address_book: don't lose pid on setDescription (tobtoht)
2021-06-24Merge pull request #7746luigi11113-4/+19
1aa1850 wallet_api: signMessage: add sign with subaddress (tobtoht)
2021-06-24Merge pull request #7742luigi11113-0/+21
f174a8f wallet_api: reconnectDevice (tobtoht)
2021-06-24Merge pull request #7739luigi11111-8/+3
6914d5b wallet_api: move adjust_mixin call within try block (tobtoht)
2021-06-24Merge pull request #7672luigi11111-0/+54
5bf91fc add documentation for monero-blockchain-stats (donkeydonkey)
2021-06-24Merge pull request #7634luigi11111-1/+2
5a2edea db_lmdb: catch exceptions testing for mmap support (moneromooo-monero)
2021-06-24Merge pull request #7633luigi11111-9/+2
f6e2636 blockchain_db: harden code against invalid input types (moneromooo-monero)
2021-06-24Merge pull request #7612luigi11114-12/+14
254a133 core: speed up print_coinbase_tx_sum (moneromooo-monero)
2021-06-24Merge pull request #7611luigi11111-5/+11
71741a1 blockchain_import: fix wrong reported block/tx hashes on error (moneromooo-monero)
2021-06-24Merge pull request #7380luigi11111-3/+2
8889f49 easylogging++: fix potential memory corruption (moneromooo-monero)
2021-06-23wallet_api: fix typo in exportKeyImagesselsta1-1/+1
2021-06-20doc: update IRC references to Liberafdov3-3/+3
2021-06-18add singapore.node.xmr.pm to seed nodeslza_menace1-0/+4
2021-06-16Merge pull request #7738luigi11111-2/+2
a240453 README: freenode -> libera (selsta)
2021-06-16Merge pull request #7733luigi11111-0/+0
cd8901c randomx: bump submodule to v1.1.9 (selsta)
2021-06-16Merge pull request #7730luigi11113-9/+39
e761577 provide key images of spent outputs in wallet rpc (woodser)
2021-06-16Merge pull request #7683luigi11112-1/+13
41297c1 CMake: strip targets (optional) with -D STRIP_TARGETS=ON (mj-xmr)
2021-06-16Merge pull request #7676luigi11113-233/+291
c19f0cb Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cpp (mj-xmr)
2021-06-15provide key images of spent outputs in wallet rpcwoodser3-9/+39
2021-06-11Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cppmj-xmr3-233/+291
2021-06-11CMake: strip targets (optional) with -D STRIP_TARGETS=ONmj-xmr2-1/+13
2021-06-11Merge pull request #7751luigi11111-0/+33
b8b054c python-rpc: add missing python api for new freeze/thaw/frozen RPC (moneromooo-monero)
2021-06-11unit_tests: check for ge_frombytes_vartime failuremoneromooo-monero2-4/+4
CID 1446559
2021-06-11easylogging++: do not delete uninitialized objectsmoneromooo-monero1-1/+0
CID 1446562
2021-06-11trezor: fix potential use of uninitialized memorymoneromooo-monero1-2/+7
CID 1446575
2021-06-11python-rpc: add missing python api for new freeze/thaw/frozen RPCmoneromooo-monero1-0/+33
2021-06-10Merge pull request #7661luigi111129-230/+229
08e4497 Improve cryptonote (block and tx) binary read performance (Lee Clagett)
2021-06-10Merge pull request #7729luigi11113-1/+154
b2e1558 support freeze, thaw, and frozen in wallet rpc (woodser)
2021-06-10Merge pull request #7684luigi11111-1/+4
ed6f053 blockchain: speed up repeated pops (mostly in tests) (moneromooo-monero)
2021-06-10Merge pull request #7662luigi11113-5/+19
4da1112 rpc: send confirmations in get_transactions result (moneromooo-monero)
2021-06-10Merge pull request #7481luigi11111-0/+7
430b758 Warnings: add warnings as errors: 'switch' & 'return-type' (mj-xmr)
2021-06-10Merge pull request #7416luigi11113-27/+27
b4fe7c2 epee linkage dynamic; move monero_add_library to main CMakeLists.txt (mj-xmr)
2021-06-08wallet/api: remove Bitmonero namespace aliasselsta16-38/+0
2021-06-08wallet_api: address_book: don't lose pid on setDescriptiontobtoht1-1/+1
2021-06-04wallet_api: signMessage: add sign with subaddresstobtoht3-4/+19
2021-06-04wallet_api: reconnectDevicetobtoht3-0/+21
2021-06-04wallet: Reset RPC Pay ID on node switchtobtoht1-0/+3
RPC pay client ID is sent with each RPC request, set a new secret every time we switch nodes to mitigate trivial correlation
2021-06-04wallet_api: move adjust_mixin call within try blocktobtoht1-8/+3
2021-06-01Merge pull request #7735luigi11111-0/+2
44cc6d6 Fix boost 1.76.0 compatibility (loqs)
2021-06-01Merge pull request #7726luigi11111-1/+3
0f45211 CMake: add *.inl to monero_find_all_headers() glob, along *.h* (mj-xmr)
2021-06-01Merge pull request #7725luigi11111-1/+5
a4a154b CMake: glob missing headers for easylogging (mj-xmr)
2021-06-01Merge pull request #7724luigi11111-12/+1
44e8395 CMake: glob missing headers for wallet2 (mj-xmr)
2021-06-01Merge pull request #7723luigi11111-1/+20
3450f4b Doc: funtional_tests add new mining env vars and how to use them (mj-xmr)
2021-06-01Merge pull request #7719luigi11111-1/+1
da45d3f trezor: deprecated ByteSize -> ByteSizeLong (selsta)
2021-06-01Merge pull request #7715luigi11111-0/+1
0c13623 cmake: fix check_linker_flag (selsta)
2021-06-01Merge pull request #7713luigi11111-1/+1
b40129e Warnings: unused var in core_tests:chaingen.h (mj-xmr)
2021-06-01Merge pull request #7712luigi11111-1/+4
d772f13 epee: include public openssl header in cmake (selsta)
2021-06-01Merge pull request #7711luigi11111-1/+1
4969f39 cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB (selsta)
2021-06-01Merge pull request #7710luigi11111-2/+2
9165344 CI: depends downloads relax retries (mj-xmr)
2021-06-01Merge pull request #7709luigi11111-1/+1
a1c4307 Warnings: unused variable in core/blockchain.cpp (mj-xmr)
2021-06-01Merge pull request #7705luigi11111-1/+3
581c3af Warnings: unused var at cryptonote_tx_utils.cpp (mj-xmr)
2021-06-01Merge pull request #7689luigi11111-1/+6
f93db0d clang: fix -pie flag (selsta)
2021-06-01README: freenode -> liberaselsta1-2/+2
2021-05-24Fix boost 1.76.0 compatibilityloqs1-0/+2
Add missing header boost/mpl/contains.hpp monero-project/monero/issues/7728
2021-05-22randomx: bump submodule to v1.1.9selsta1-0/+0
2021-05-18support freeze, thaw, and frozen in wallet rpcwoodser3-1/+154
2021-05-14CMake: add *.inl to monero_find_all_headers() glob, along *.h*mj-xmr1-1/+3
2021-05-14CMake: glob missing headers for wallet2mj-xmr1-12/+1
2021-05-14CMake: glob missing headers for easyloggingmj-xmr1-1/+5
2021-05-14Doc: funtional_tests add new mining env vars and how to use themmj-xmr1-1/+20
2021-05-13trezor: deprecated ByteSize -> ByteSizeLongselsta1-1/+1
2021-05-12Merge pull request #7697luigi11111-1/+1
881d81c translations: use full path in cmake (selsta)
2021-05-12Merge pull request #7696luigi11111-0/+1
0794811 cmake: set xcode file type (selsta)
2021-05-12Merge pull request #7694luigi11111-41/+0
004b167 cmake: wallet_api doesn't need wallet_merged (selsta)
2021-05-12Merge pull request #7691luigi111110-13/+13
cbd54ea cmake: set 3.5 as minimum version (selsta)
2021-05-12Merge pull request #7690luigi11111-1/+2
3cc4428 clang: fix -Wpessimizing-move warning (selsta)
2021-05-12Merge pull request #7688luigi11113-4/+4
451b5a5 clang: fix -Wrange-loop-analysis warnings (selsta)
2021-05-12Merge pull request #7686luigi11113-41/+66
6799e21 Tests: Mining test uses a parametric path for finding the calculation app (mj-xmr)
2021-05-12Merge pull request #7677luigi11113-0/+77
445a9d8 wallet_api: import / export output function (tobtoht)
2021-05-12Merge pull request #7670luigi11111-0/+17
2dfb111 workflows: upload source archive artifact (selsta)
2021-05-12Merge pull request #7685luigi11114-4/+4
8c3c7b8 depends, docker: fix bintray links (selsta)
2021-05-12Merge pull request #7682luigi11111-1/+1
bbdb612 Wallet2: Update 'approximate_testnet_rolled_back_blocks' (rbrunner7)
2021-05-12Merge pull request #7681luigi11113-23/+28
c57ef7f wallet2: Fix rescan_bc keep_ki option (Nathan Dorfman)
2021-05-12Merge pull request #7668luigi11111-1/+1
2b91806 protocol: remove unreachable code (moneromooo-monero)
2021-05-12cmake: treat warnings as error in compiler flag testsselsta1-4/+6
2021-05-12Merge pull request #7667luigi11111-0/+52
eb272b1 Add mj-xmr GPG key (mj-xmr)
2021-05-12Merge pull request #7666luigi11111-0/+86
bd74c6b Doc: Compiling, debugging and testing efficiently see docs/COMPILING_DEBUGGING_TESTING.md (mj-xmr)
2021-05-12Merge pull request #7665luigi11112-5/+14
15e6275 CMake: new macro - finding all headers (extract from epee) (mj-xmr)
2021-05-12cmake: fix check_linker_flagselsta1-0/+1
2021-05-11Merge pull request #7664luigi11111-0/+3
5871e7a net_node: add seed node (selsta)
2021-05-11Merge pull request #7663luigi11111-18/+18
8953f19 CI: Actions' build.yaml uses variables instead of repetitions (mj-xmr)
2021-05-11Warnings: unused var in core_tests:chaingen.hmj-xmr1-1/+1
2021-05-11cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSBselsta1-1/+1
2021-05-09epee: include public openssl header in cmakeselsta1-1/+4
2021-05-08CI: depends downloads relax retriesmj-xmr1-2/+2
2021-05-08Warnings: unused variable in core/blockchain.cppmj-xmr1-1/+1
2021-05-02Warnings: unused var at cryptonote_tx_utils.cppmj-xmr1-1/+3
2021-04-28translations: use full path in cmakeselsta1-1/+1
2021-04-28cmake: fix non portable codeselsta1-9/+21
2021-04-28cmake: set xcode file typeselsta1-0/+1
2021-04-28clang: fix -Wpessimizing-move warningselsta1-1/+2
2021-04-27cmake: wallet_api doesn't need wallet_mergedselsta1-41/+0
2021-04-27cmake: set 3.5 as minimum versionselsta10-13/+13
2021-04-27depends, docker: fix bintray linksselsta4-4/+4
2021-04-27clang: fix -pie flagselsta1-1/+6
2021-04-27Tests: Mining test uses a parametric path for finding the calculation appmj-xmr3-41/+66
MINING_SILENT and MINING_NO_MEASUREMENT env vars
2021-04-27clang: fix -Wrange-loop-analysis warningsselsta3-4/+4
2021-04-26blockchain: speed up repeated pops (mostly in tests)moneromooo-monero1-1/+4
The heavy rolling median reset only has to be performed after all blocks are popped
2021-04-25Wallet2: Update 'approximate_testnet_rolled_back_blocks'rbrunner71-1/+1
2021-04-24epee linkage dynamic; move monero_add_library to main CMakeLists.txtmj-xmr3-27/+27
2021-04-23wallet2: Fix rescan_bc keep_ki optionNathan Dorfman3-23/+28
2021-04-22Merge pull request #7669luigi111121-231/+325
679d055 Remove payload copy in all outgoing p2p messages (Lee Clagett)
2021-04-22Merge pull request #7658luigi11111-18/+52
834e23b Doc: Update Gitian (Reproducible Builds) with small code snippets and fixes (mj-xmr)
2021-04-22Merge pull request #7656luigi11111-3/+3
5fe22ac ITS#9496 fix mdb_env_open bug from #8704 (hyc)
2021-04-22Merge pull request #7651luigi11116-8/+30
c8ff1d4 monero-wallet-cli: improve error message when tx amount is zero (Elliot Wirrick)
2021-04-22Merge pull request #7643luigi11113-9/+19
19ed7ab Test: Enable coverage for external repositories (mj-xmr)
2021-04-22Merge pull request #7016luigi111129-494/+731
dc81e23 Split epee/string_tools.h and encapsulate boost::lexical_cast (mj-xmr)
2021-04-22wallet_api: import / export output functiontobtoht3-0/+77
2021-04-19add documentation for monero-blockchain-statsdonkeydonkey1-0/+54
2021-04-19workflows: upload source archive artifactselsta1-0/+17
Co-authored-by: xiphon <xiphon@protonmail.com>
2021-04-17protocol: remove unreachable codemoneromooo-monero1-1/+1
2021-04-17Add mj-xmr GPG keymj-xmr1-0/+52
2021-04-17Doc: Compiling, debugging and testing efficientlymj-xmr1-0/+86
see docs/COMPILING_DEBUGGING_TESTING.md
2021-04-16Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr29-494/+731
2021-04-16Revert "Merge pull request #7136"luigi111120-319/+215
This reverts commit 63c7ca07fba2f063c760f786a986fb3e02fb040e, reversing changes made to 2218e23e84a89e9a1e4c0be5d50f891ab836754f.
2021-04-16Merge pull request #7653luigi11111-1/+1
73d3b00 unit_tests: fix boost 1.58 compatibility (anon)
2021-04-16Merge pull request #7652luigi11111-4/+0
02f4954 gitian: remove osslsigncode (selsta)
2021-04-16Merge pull request #7648luigi11113-0/+12
25e8254 expose set_offline to wallet api (benevanoff)
2021-04-16Merge pull request #7642luigi11111-1/+1
82de000 Add base Monero address which is needed to view wallet (Justin Ehrenhofer)
2021-04-16Merge pull request #7641luigi11111-10/+14
a16328e easylogging++: in place log sanitization (moneromooo-monero)
2021-04-16Merge pull request #7384luigi11112-23/+33
494f2e1 rpc: fix some error return codes/status (moneromooo-monero)
2021-04-16Merge pull request #7258luigi11111-2/+2
1d1c430 p2p: fix cubic selection in filtered peer list (moneromooo)
2021-04-16Merge pull request #7136luigi111120-215/+319
23aae55 Remove payload copy in all outgoing p2p messages (Lee Clagett)
2021-04-16Merge pull request #7002luigi111122-201/+266
673c6d2 Reduce compilation time of epee/portable_storage_template_helper.h (mj-xmr)
2021-04-16CMake: new macro - finding all headers (extract from epee)mj-xmr2-5/+14
2021-04-16net_node: add seed nodeselsta1-0/+3
2021-04-15CI: Actions' build.yaml uses variables instead of repetitionsmj-xmr1-18/+18
2021-04-15rpc: send confirmations in get_transactions resultmoneromooo-monero3-5/+19
if the wallet does it, it would get a wrong result (possibly even negative) if its local chain is not synced up to the daemon's yet
2021-04-11Doc: Update Gitian (Reproducible Builds) with small code snippets and fixesmj-xmr1-18/+52
2021-04-09ITS#9496 fix mdb_env_open bug from #8704Howard Chu1-3/+3
Broken in 9c6eb75c656363176a55c63c81803feb3cfa614d
2021-04-08unit_tests: fix boost 1.58 compatibilityanon1-1/+1
2021-04-08gitian: remove osslsigncodeselsta1-4/+0
Unused and archive is offline
2021-04-07monero-wallet-cli: improve error message when tx amount is zeroElliot Wirrick6-8/+30
2021-04-06Merge pull request #7650luigi11111-0/+4
e7301ef readme: Add note regarding submodule sync and update (George Lee Ge)
2021-04-06Merge pull request #7646luigi11111-0/+12
176cea0 Tests: Fix test node_server.bind_same_p2p_port from randomly crashing (mj-xmr)
2021-04-06Merge pull request #7639luigi11111-1/+4
53683d7 Warnings: fix ut/levin.cpp missing braces (mj-xmr)
2021-04-06Merge pull request #7635luigi11111-2/+2
447bfae wallet2: fix unlocked mixup in light wallet mode (moneromooo-monero)
2021-04-06Merge pull request #7580luigi11112-3/+11
e8554e8 Doc: Add ccache to README.md and Brewfile (mj-xmr)
2021-04-06Merge pull request #7489luigi11111-2/+20
353028d CI: ccache for ubuntu-test; Using 'Default' architecture The cmake logic is in workflows/build.yml (mj-xmr)
2021-04-06Merge pull request #7321luigi11119-27/+64
f9b5b52 fix serialization being different on mac (moneromooo-monero)
2021-04-06CI: ccache for ubuntu-test; Using "Default" architecturemj-xmr1-2/+20
The cmake logic is in workflows/build.yml
2021-04-06readme: Add note regarding submodule sync and updateGeorge Lee Ge1-0/+4
2021-04-05expose set_offline to wallet apibenevanoff3-0/+12
2021-04-05Tests: Fix test node_server.bind_same_p2p_port from randomly crashingmj-xmr1-0/+12
2021-04-01Test: Enable coverage for external repositoriesmj-xmr3-9/+19
Add monero_enable_coverage() for reuse in case C/CXX_FLAGS are overwritten.
2021-03-30Add base Monero address which is needed to view walletJustin Ehrenhofer1-1/+1
One needs the base Monero donation address to be able to restore the Monero Core Team donation wallet from address and viewkey. Address provided by selsta.
2021-03-30Merge pull request #7387luigi11116-12/+256
45f01f5 [CI] Adaptive mining timeout, depending on available CPU power Printing also available RAM. Add comprehensive description. (mj-xmr)
2021-03-30Merge pull request #7332luigi11111-5/+12
57edfd7 p2p: allow CIDR notation in DNS blocklist (moneromooo-monero)
2021-03-30p2p: allow CIDR notation in DNS blocklistmoneromooo-monero1-5/+12
2021-03-30Doc: Add ccache to README.md and Brewfilemj-xmr2-3/+11
2021-03-30[CI] Adaptive mining timeout, depending on available CPU powermj-xmr6-12/+256
Printing also available RAM. Add comprehensive description.
2021-03-29Merge pull request #7476luigi11111-0/+4
81a4de1 dependencies in openSUSE (cabelo)
2021-03-29Merge pull request #7439luigi11113-17/+34
0f2b5af Reduced executable size; reduced call sequence to 'allowed' log function (Lee Clagett)
2021-03-29Merge pull request #7435luigi11111-1/+1
1ac7134 Mac: Enable on ARM, by not enforcing x86_64 (mj-xmr)
2021-03-29Merge pull request #7430luigi11114-17/+25
064eeb2 wallet_rpc_server: set seed language in generate_from_keys (moneromooo-monero)
2021-03-29Merge pull request #7636luigi11111-2/+2
18c7f9c depends: openssl 1.1.1i -> 1.1.1k (selsta)
2021-03-29Merge pull request #7632luigi11111-1/+12
2d1fa5e cmake: Don't default to -march=native on OpenBSD (Nathan Dorfman)
2021-03-29Merge pull request #7622luigi11111-1/+1
ab5f0ec ITS#9500 fix regression from ITS#8662 (Howard Chu)
2021-03-29Merge pull request #7620luigi11113-27/+635
fe63256 cryptonote_protocol_handler: fix race condition (anon) ded2f3a cryptonote_protocol_handler: add race condition demo (anon)
2021-03-29Merge pull request #7549luigi11111-1/+1
fa54d25 Doc: add only the required boost libraries instead of all of them (mj-xmr)
2021-03-29Merge pull request #7542luigi11113-0/+12
7c4e4c7 wallet_api: add isDeterministic() (tobtoht)
2021-03-29Merge pull request #7538luigi11113-4/+4
1851f26 wallet_api: add seed_offset param to seed() (tobtoht)
2021-03-29Merge pull request #7520luigi11111-2/+4
c24f185 README: step by step detail for rpi setup commands (moneromooo-monero)
2021-03-29Merge pull request #7460luigi11112-28/+134
2935a0c async_protocol_handler_config: fix deadlock (anon) c877705 async_protocol_handler_config: add deadlock demo (anon)
2021-03-29Merge pull request #7373luigi11111-10/+18
86263b3 Honor LARGE_PAGES flag in randomx umask (Howard Chu)
2021-03-29Merge pull request #7391luigi11111-0/+13
7b51547 gpg_keys: add anon (anon)
2021-03-29Merge pull request #7396luigi11111-4/+6
c836dc1 [CI] Use Python3 for funcional tests, instead of Python2 (mj-xmr)
2021-03-29Merge pull request #7358luigi11114-40/+76
f346e3e wallet_rpc_payments: implement multithreading (gdmojo)
2021-03-29Merge pull request #7326luigi11119-27/+125
cf266d6 bootstrap_daemon: proxy configuration support (xiphon)
2021-03-29Merge pull request #7310luigi11112-15/+9
76fe73b Revert 'fix accessing an network address in a deleted context' (selsta)
2021-03-29Merge pull request #7238luigi11111-4/+5
aa3e89a p2p: fix set_peer_just_seen ignoring last_seen (moneromooo)
2021-03-29Merge pull request #7088luigi11117-12/+178
386ef03 Add TLSA support to DNSSEC fetching (Lee Clagett)
2021-03-29easylogging++: in place log sanitizationmoneromooo-monero1-10/+14
saves an object ctor/dtor per log
2021-03-28Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr22-201/+266
2021-03-27Warnings: fix ut/levin.cpp missing bracesmj-xmr1-1/+4
2021-03-25depends: openssl 1.1.1i -> 1.1.1kselsta1-2/+2
2021-03-25wallet2: fix unlocked mixup in light wallet modemoneromooo-monero1-2/+2
2021-03-25db_lmdb: catch exceptions testing for mmap supportmoneromooo-monero1-1/+2
Turns out at least one arch (armel based) does not have unique_path implemented and throws
2021-03-24cmake: Don't default to -march=native on OpenBSDNathan Dorfman1-1/+12
2021-03-24blockchain_db: harden code against invalid input typesmoneromooo-monero1-9/+2
If an invalid input type were to get to this, the code could remove key images that might be present already in the chain, which could allow a double spend, even if this is impossible with the current code. Reported by KeyboardWarrior.