Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-28 | build: link wallet_merged against blockchain_db and hardforks obj | xiphon | 1 | -0/+2 | |
2019-09-25 | Merge pull request #5549 | Riccardo Spagni | 24 | -49/+609 | |
81c2ad6d RandomX integration (Howard Chu) | |||||
2019-09-25 | RandomX integration | Howard Chu | 24 | -49/+609 | |
Support RandomX PoW algorithm | |||||
2019-09-25 | Merge pull request #5930 | Riccardo Spagni | 2 | -4/+8 | |
fcfa6665 Don't set ARCH_ID if it's already set (Howard Chu) | |||||
2019-09-25 | Don't set ARCH_ID if it's already set | Howard Chu | 2 | -4/+8 | |
Usually it's unset, but depends toolchain files set it explicitly for cross-compiling. Don't override preset values. But make sure it's set for all x86 / x86_64 builds, not just Linux. Also make sure -std=c++11 is set for Darwin builds, not all submodules were getting it consistently before. | |||||
2019-09-25 | Merge pull request #5929 | Riccardo Spagni | 3 | -5/+14 | |
31bf2e25 Revert "easylogging++: ensure it finds boost headers" (moneromooo-monero) 614d6b57 easylogging++: split strings manually (moneromooo-monero) | |||||
2019-09-24 | Revert "easylogging++: ensure it finds boost headers" | moneromooo-monero | 2 | -3/+1 | |
This reverts commit 9a95827ea72574c3e861aa3167c0b96b9bae64b3. | |||||
2019-09-24 | easylogging++: split strings manually | moneromooo-monero | 1 | -2/+13 | |
Avoids cmake skullduggery | |||||
2019-09-24 | Merge pull request #5928 | luigi1111 | 2 | -1/+3 | |
9a95827 easylogging++: ensure it finds boost headers (moneromooo-monero) | |||||
2019-09-24 | easylogging++: ensure it finds boost headers | moneromooo-monero | 2 | -1/+3 | |
2019-09-24 | Merge pull request #5909 | luigi1111 | 2 | -11/+51 | |
8933955 epee: misc_log_ex.h can now be used in C code (moneromooo-monero) | |||||
2019-09-24 | epee: misc_log_ex.h can now be used in C code | moneromooo-monero | 2 | -11/+51 | |
use mfatal/merror/mwarning/minfo/mdebug/mtrace | |||||
2019-09-24 | Merge pull request #5916 | luigi1111 | 5 | -15/+33 | |
7b076d5 p2p: fix bans taking port into account (moneromooo-monero) | |||||
2019-09-24 | Merge pull request #5907 | luigi1111 | 1 | -0/+4 | |
3699544 cmake: add protolib to zmq dependency libs (stoffu) | |||||
2019-09-24 | Merge pull request #5905 | luigi1111 | 1 | -5/+0 | |
Revert a96c1a4 and adc16d2 (moneromooo-monero) | |||||
2019-09-24 | Merge pull request #5892 | luigi1111 | 5 | -8/+22 | |
ab2819a depends: attempt to fix readline (iDunk5400) | |||||
2019-09-24 | Merge pull request #5891 | luigi1111 | 1 | -6/+6 | |
e09dbc6 depends: fix monero binaries Boost linking errors (iDunk5400) | |||||
2019-09-24 | Merge pull request #5886 | luigi1111 | 1 | -1/+1 | |
ae32862 README: fix master branch spelling, it is not Master (moneromooo-monero) | |||||
2019-09-24 | Merge pull request #5884 | luigi1111 | 1 | -0/+13 | |
7de6671 Add the iwyu target to get information on unused headers (omartijn) | |||||
2019-09-24 | Merge pull request #5882 | luigi1111 | 5 | -6/+51 | |
a444f06 blockchain: enforce 10 block age for spending outputs (moneromooo-monero) | |||||
2019-09-24 | Merge pull request #5881 | luigi1111 | 1 | -0/+4 | |
11fa442 Makefile: add a top level debug target for ASAN (moneromooo-monero) | |||||
2019-09-24 | Merge pull request #5878 | luigi1111 | 20 | -3188/+35 | |
f9b3f6e Removed Berkeley DB and db switching logic (JesusRami) | |||||
2019-09-24 | Merge pull request #5877 | luigi1111 | 13 | -38/+35 | |
2cd4fd8 Changed the use of boost:value_initialized for C++ list initializer (JesusRami) 4ad191f Removed unused boost/value_init header (whyamiroot) 928f4be Make null hash constants constexpr (whyamiroot) | |||||
2019-09-24 | Merge pull request #5875 | luigi1111 | 1 | -0/+1 | |
0c55837 contrib: add a suppressions file for leak sanitizer (moneromooo-monero) | |||||
2019-09-24 | Merge pull request #5864 | luigi1111 | 8 | -66/+217 | |
32f725d Properly format multiline logs (moneromooo-monero) | |||||
2019-09-24 | Merge pull request #5848 | luigi1111 | 24 | -54/+1824 | |
functional_tests (moneromooo-monero) | |||||
2019-09-24 | Merge pull request #5831 | luigi1111 | 10 | -144/+220 | |
d066383 core: move hardforks into its own lib (moneromooo-monero) | |||||
2019-09-19 | core: move hardforks into its own lib | moneromooo-monero | 10 | -144/+220 | |
So it can be used by others without encumbrance | |||||
2019-09-17 | blockchain: enforce 10 block age for spending outputs | moneromooo-monero | 5 | -6/+51 | |
Some custom wallet code apparently ignores this, which causes users of that code to be fingerprinted | |||||
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 | |
and add missing tests | |||||
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 | 4 | -0/+196 | |
2019-09-17 | functional_tests: add get_transaction_pool_stats | moneromooo-monero | 3 | -3/+92 | |
Also fix part of the RPC results being returned as binary. This makes the RPC backward incompatible. | |||||
2019-09-17 | functional_tests: add save_bc | moneromooo-monero | 2 | -0/+8 | |
2019-09-17 | functional_tests: add is_key_image_spent tests | moneromooo-monero | 2 | -1/+51 | |
2019-09-17 | functional_tests: add submitblock test | moneromooo-monero | 1 | -0/+28 | |
2019-09-17 | functional_tests: check transaction fee is around what we expect | moneromooo-monero | 1 | -2/+9 | |
2019-09-17 | functional_tests: add tx_notes tests | moneromooo-monero | 2 | -0/+41 | |
2019-09-17 | functional_tests: add wallet attributes test | moneromooo-monero | 2 | -0/+46 | |
2019-09-17 | functional_tests: add rescan_spent/rescan_blockchain tests | moneromooo-monero | 2 | -0/+60 | |
2019-09-17 | functional_tests: add monero: URI tests | moneromooo-monero | 3 | -1/+261 | |
2019-09-17 | wallet: add edit_address_book RPC | moneromooo-monero | 7 | -7/+241 | |
2019-09-17 | functional_tests: add address book tests | moneromooo-monero | 3 | -1/+274 | |
2019-09-17 | functional_tests: add wallet password change, store and tag tests | moneromooo-monero | 3 | -9/+249 | |
2019-09-17 | functional_tests: add spend proof tests | moneromooo-monero | 2 | -0/+60 | |
2019-09-17 | functional_tests: add test for mining via wallet | moneromooo-monero | 2 | -7/+44 | |
2019-09-17 | functional_tests: add multisig state tests | moneromooo-monero | 2 | -0/+80 | |
2019-09-17 | functional_tests: add get_transfers test | moneromooo-monero | 2 | -0/+34 | |
2019-09-17 | functional_tests: add missing sweep_dust parameters, and test it | moneromooo-monero | 2 | -1/+15 | |
though not a very good test, but we don't have dust handy | |||||
2019-09-17 | functional_tests: move extraneous stuff out of the framework | moneromooo-monero | 2 | -17/+16 | |
2019-09-16 | p2p: fix bans taking port into account | moneromooo-monero | 5 | -15/+33 | |
2019-09-16 | Properly format multiline logs | moneromooo-monero | 8 | -66/+217 | |
As a side effect, colouring on Windows should now work regardless of version | |||||
2019-09-16 | Removed Berkeley DB and db switching logic | Jesus Ramirez | 21 | -3190/+37 | |
2019-09-14 | Merge pull request #5861 | luigi1111 | 1 | -0/+16 | |
f0356f7 wallet2: enable ignoring fractional outputs also when sweeping (stoffu) | |||||
2019-09-14 | Merge pull request #5818 | luigi1111 | 10 | -77/+550 | |
f91a06c Dropping cppzmq dependency; adding some zmq utils (vtnerd) | |||||
2019-09-14 | Merge pull request #5899 | luigi1111 | 2 | -4/+4 | |
7d3bba5 wallet2_api: add missing parameter (selsta) | |||||
2019-09-14 | Merge pull request #5898 | luigi1111 | 1 | -1/+1 | |
73f22c4 depends: fix MacOS build with Clang 3.7.1 (vtnerd) | |||||
2019-09-14 | Merge pull request #5897 | luigi1111 | 1 | -0/+3 | |
928a540 updating Readme.md TOC (HarryMacfinned) | |||||
2019-09-14 | Merge pull request #5874 | luigi1111 | 1 | -15/+13 | |
f380f69 simplewallet: warn if invalid default ring size is set and actually ignore the setting (stoffu) | |||||
2019-09-14 | Merge pull request #5872 | luigi1111 | 1 | -1/+2 | |
495a7e5 rpc: don't include an address in mining_status when not mining (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5871 | luigi1111 | 2 | -1/+12 | |
3407743 wallet_rpc_server: add locked field to get_transfers/get_{bulk_,}_payments (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5870 | luigi1111 | 1 | -0/+1 | |
83ca764 wallet_rpc_server: call deinit on exit (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5869 | luigi1111 | 1 | -0/+1 | |
6e46b06 cmake: ensure PYTHON_EXECUTABLE is set (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5868 | luigi1111 | 1 | -1/+1 | |
1f1fff2 daemon: print mining algorithm in mining_status even when not mining (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5866 | luigi1111 | 3 | -52/+49 | |
21f6c80 rpc: move a leftover light wallet RPC out of daemon RPC (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5865 | luigi1111 | 2 | -7/+8 | |
11f13da blockchain: fix logging bad number of blocks if first one fails (moneromooo-monero) 19bfe7e simplewallet: fix warnings about useless std::move (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5854 | luigi1111 | 1 | -4/+4 | |
2cb22d4 core: make the 'update probably needed soon' message less scary (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5823 | luigi1111 | 6 | -13/+70 | |
26072f1 blockchain: forbid v1 coinbase from v12 (moneromooo-monero) 555dc7c core: from v12, require consistent ring size for mixable txes (moneromooo-monero) d22dfb7 blockchain: reject rct signatures in coinbase txes from v12 (moneromooo-monero) | |||||
2019-09-11 | cmake: add protolib to zmq dependency libs | stoffu | 1 | -0/+4 | |
Needed for Ubuntu 19.04: https://ubuntu.pkgs.org/19.04/ubuntu-universe-amd64/libnorm-dev_1.5.8+dfsg2-1_amd64.deb.html | |||||
2019-09-11 | Revert "cryptonote_protocol: drop peers we can't download from when syncing" | moneromooo-monero | 1 | -5/+0 | |
This reverts commit a96c1a46d4b3854252de75cbe09458ad5d1aecb0. | |||||
2019-09-11 | Revert "Fix check for disconnecting peers when syncing" | moneromooo-monero | 1 | -1/+1 | |
This reverts commit adc16d2504d3e76b0115791caf10446684d45433. | |||||
2019-09-10 | wallet2: enable ignoring fractional outputs also when sweeping | stoffu | 1 | -0/+16 | |
2019-09-09 | wallet2_api: add missing parameter | selsta | 2 | -4/+4 | |
2019-09-09 | updating Readme.md TOC | Harry MacFinned | 1 | -0/+3 | |
updating the TOC | |||||
2019-09-09 | depends: fix monero binaries Boost linking errors | iDunk5400 | 1 | -6/+6 | |
It would try to link against host system Boost libs when building outside gitian. Tested with x86_64-linux-gnu target. | |||||
2019-09-08 | Merge pull request #5876 | luigi1111 | 1 | -6/+12 | |
a5c7eeb unit_tests: fix build with CLANG 8 and boost 1.69 (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5858 | luigi1111 | 1 | -1/+1 | |
5f4bd92 Fix Travis build on Windows + Mac (hyperreality) | |||||
2019-09-08 | Merge pull request #5857 | luigi1111 | 2 | -2/+4 | |
e907305 ITS#9068 fix backslash escaping (hyc) | |||||
2019-09-08 | Merge pull request #5856 | luigi1111 | 1 | -1/+1 | |
f56e160 unit_tests: Fix uninitialized values (liptakmatyas) | |||||
2019-09-08 | Merge pull request #5855 | luigi1111 | 7 | -63/+94 | |
2ec455d wallet: fix mismatch between two concepts of 'balance' (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5851 | luigi1111 | 1 | -4/+3 | |
cbdd76d readme: remove snap monero package and add debian (erciccione) | |||||
2019-09-08 | Merge pull request #5850 | luigi1111 | 1 | -3/+1 | |
c4da1a2 wallet2: fix unset_ring tx retrieval checks (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5849 | luigi1111 | 3 | -7/+22 | |
b51f4cd daemon: add pruned and publicrpc flags to print_pl (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5847 | luigi1111 | 1 | -1/+1 | |
894cc81 wallet2: fix cold signing losing tx keys (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5843 | luigi1111 | 2 | -3/+176 | |
9f68669 blockchain_blackball: add --historical-stat which prints historical stats of spent ratio (stoffu) 2425f27blockchain_blackball: use is_output_spent instead of ringdb.blackballed for spentness test (stoffu) 50813c1 ringdb: fix bug in blackballing (stoffu) | |||||
2019-09-08 | Merge pull request #5842 | luigi1111 | 1 | -1/+16 | |
87d2f06 simplewallet: moan harder about untrusted nodes (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5841 | luigi1111 | 1 | -1/+10 | |
cae488d p2p: reject incoming connections to self (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5840 | luigi1111 | 5 | -0/+64 | |
063eebb daemon: implement 'set_bootstrap_daemon' command (xiphon) | |||||
2019-09-08 | Merge pull request #5839 | luigi1111 | 2 | -17/+26 | |
e353e3d p2p: sanitize peer lists (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5838 | luigi1111 | 1 | -1/+1 | |
2e26536 p2p: move log away from global (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5835 | luigi1111 | 1 | -1/+1 | |
26f7a26 device: fix ledger requesting secret keys export twice (xiphon) | |||||
2019-09-08 | Merge pull request #5833 | luigi1111 | 1 | -0/+1 | |
289d215 rpc: fix unitialized 'core_rpc_server::m_was_bootstrap_ever_used' (xiphon) | |||||
2019-09-08 | Merge pull request #5830 | luigi1111 | 1 | -1/+1 | |
5a4c6cc daemon: fix merge error removing the 'never seen before' timestamp check (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5544 | luigi1111 | 15 | -43/+175 | |
d046ca1 difficulty: fix check_hash on big endian (moneromooo-monero) bdda084 epee: fix local/loopback checks on big endian (moneromooo-monero) 32c3834 storages: fix writing varints on big endian (moneromooo-monero) 516f7b9 storages: fix 'portable' storage on big endian (moneromooo-monero) 0e2fda5 unit_tests: fix levin unit test on big endian (moneromooo-monero) 4672b5c db_lmdb: print percentages as percentages, not ratios (moneromooo-monero) 54fd97a slow-hash: fix CNv2+ on big endian (moneromooo-monero) c1fa4a7 boost: fix little/big endian compatibility (moneromooo-monero) bc1144e Fix IP address serialization on big endian (moneromooo-monero) | |||||
2019-09-08 | depends: fix MacOS build with Clang 3.7.1 | Lee Clagett | 1 | -1/+1 | |
2019-09-07 | depends: attempt to fix readline | iDunk5400 | 5 | -8/+22 | |
Make readline actually compile, and make ncurses use existing terminfo data (if available). | |||||
2019-09-06 | README: fix master branch spelling, it is not Master | moneromooo-monero | 1 | -1/+1 | |
2019-09-05 | Make null hash constants constexpr | Lev Sizov | 2 | -3/+3 | |
Simplify m_template initialization in miner | |||||
2019-09-05 | Add the iwyu target to get information on unused headers | Martijn Otto | 1 | -0/+13 | |
With this change, building the iwyu target will provide information on unused headers, which can be removed to reduce compilation times. | |||||
2019-09-05 | wallet: fix mismatch between two concepts of "balance" | moneromooo-monero | 7 | -63/+94 | |
One considers the blockchain, while the other considers the blockchain and some recent actions, such as a recently created transaction which spend some outputs, but isn't yet mined. Typically, the "balance" command wants the latter, to reflect the recent action, but things like proving ownership wants the former. This fixes a crash in get_reserve_proof, where a preliminary check and the main code used two concepts of "balance". | |||||
2019-09-05 | wallet_rpc_server: add locked field to get_transfers/get_{bulk_,}_payments | moneromooo-monero | 2 | -1/+12 | |
Much easier to work with than the raw unlock_time field | |||||
2019-09-04 | Fix IP address serialization on big endian | moneromooo-monero | 2 | -1/+17 | |
IP addresses are stored in network byte order even on little endian hosts | |||||
2019-09-04 | boost: fix little/big endian compatibility | moneromooo-monero | 2 | -2/+4 | |
When no little/big endian flag is given to the writer, it stores data in host endianness. When loading, if no flag is set, it also assumes host endianness. This works as long as the loading and writing are done on machines with the same endianness. We change this to default to little endian when saving. This will cause the loader to see the little endian flag, and swap endianness when loading on a big endian machine. Similarly, writing on a big endian machine will swap on save, and a little endian machine will load little endian data. | |||||
2019-09-04 | slow-hash: fix CNv2+ on big endian | moneromooo-monero | 1 | -3/+3 | |
2019-09-04 | db_lmdb: print percentages as percentages, not ratios | moneromooo-monero | 1 | -1/+1 | |
2019-09-04 | unit_tests: fix levin unit test on big endian | moneromooo-monero | 1 | -23/+23 | |
2019-09-04 | storages: fix "portable" storage on big endian | moneromooo-monero | 4 | -3/+99 | |
2019-09-04 | storages: fix writing varints on big endian | moneromooo-monero | 1 | -1/+1 | |
2019-09-04 | epee: fix local/loopback checks on big endian | moneromooo-monero | 1 | -0/+7 | |
IPv4 addresses are kept in network byte order in memory | |||||
2019-09-04 | difficulty: fix check_hash on big endian | moneromooo-monero | 3 | -9/+20 | |
2019-09-04 | Merge pull request #5824 | luigi1111 | 1 | -1/+1 | |
2a41dc0 epee: fix connections not being properly closed in some instances (moneromooo-monero) | |||||
2019-09-04 | Merge pull request #5822 | luigi1111 | 1 | -0/+2 | |
839fc62 reject setting lookahead major or minor to 0 (moneromoo-monero) | |||||
2019-09-04 | Merge pull request #5819 | luigi1111 | 1 | -1/+2 | |
07cb087 blockchain: Fix alt chain generated coins overflow (iamamyth) | |||||
2019-09-04 | Merge pull request #5814 | luigi1111 | 1 | -91/+0 | |
bdcdb0e Remove unused code under WINDWOS_PLATFORM guard (tomsmeding) a84aa04 syncobj.h no longer defines shared_guard, so remove those define's (tomsmeding) | |||||
2019-09-04 | Merge pull request #5806 | luigi1111 | 1 | -3/+3 | |
69465e3 cryptonote_protocol: fix '--no-sync', ignore new blocks and txes (xiphon) | |||||
2019-09-04 | Merge pull request #5799 | luigi1111 | 5 | -35/+246 | |
082730b daemon: automatic public nodes discovering and bootstrap daemon switching (xiphon) | |||||
2019-09-04 | Merge pull request #5796 | luigi1111 | 1 | -3/+3 | |
e3cff3d Gitian build script fixes for MacOS (jonathancross) | |||||
2019-09-04 | Merge pull request #5764 | luigi1111 | 3 | -4/+4 | |
f26e663 Gitian build (mac, linux): gzip => bzip2 (jonathancross) | |||||
2019-09-04 | Merge pull request #5536 | luigi1111 | 10 | -149/+577 | |
1a367d6 simplewallet: lock console on inactivity (moneromooo-monero) | |||||
2019-09-04 | Makefile: add a top level debug target for ASAN | moneromooo-monero | 1 | -0/+4 | |
2019-09-02 | Removed unused boost/value_init header | Lev Sizov | 3 | -3/+0 | |
2019-09-02 | Changed the use of boost:value_initialized for C++ list initializer | Jesus Ramirez | 13 | -35/+35 | |
2019-08-30 | unit_tests: fix build with CLANG 8 and boost 1.69 | moneromooo-monero | 1 | -6/+12 | |
2019-08-29 | Merge pull request #5793 | luigi1111 | 35 | -279/+3577 | |
bdfc63a Add ref-counted buffer byte_slice. Currently used for sending TCP data. (vtnerd) 3b24b1d Added support for 'noise' over I1P/Tor to mask Tx transmission. (vtnerd) | |||||
2019-08-29 | contrib: add a suppressions file for leak sanitizer | moneromooo-monero | 1 | -0/+1 | |
with the Cryptonight per-thread buffer | |||||
2019-08-29 | simplewallet: warn if invalid default ring size is set and actually ignore ↵ | stoffu | 1 | -15/+13 | |
the setting | |||||
2019-08-28 | simplewallet: lock console on inactivity | moneromooo-monero | 10 | -149/+577 | |
2019-08-28 | rpc: don't include an address in mining_status when not mining | moneromooo-monero | 1 | -1/+2 | |
Best case is an address mined previously and it'll get returned, worst case it was never initialized in the first place | |||||
2019-08-28 | wallet_rpc_server: call deinit on exit | moneromooo-monero | 1 | -0/+1 | |
2019-08-28 | cmake: ensure PYTHON_EXECUTABLE is set | moneromooo-monero | 1 | -0/+1 | |
2019-08-28 | daemon: print mining algorithm in mining_status even when not mining | moneromooo-monero | 1 | -1/+1 | |
2019-08-28 | rpc: move a leftover light wallet RPC out of daemon RPC | moneromooo-monero | 3 | -52/+49 | |
2019-08-28 | simplewallet: fix warnings about useless std::move | moneromooo-monero | 1 | -5/+5 | |
2019-08-28 | blockchain: fix logging bad number of blocks if first one fails | moneromooo-monero | 1 | -2/+3 | |
2019-08-28 | Merge pull request #5707 | luigi1111 | 7 | -102/+76 | |
3a0451a MLSAG speedup and additional checks (SarangNoether) | |||||
2019-08-27 | Merge pull request #5844 | luigi1111 | 1 | -1/+1 | |
a7d1577 build: fix depends Travis ncurses build, don't wipe CONFIG_SHELL (xiphon) | |||||
2019-08-27 | MLSAG speedup and additional checks | Sarang Noether | 7 | -102/+76 | |
2019-08-27 | Merge pull request #5820 | luigi1111 | 2 | -2/+2 | |
ac0a229 Fix Android build in Docker (hyperreality) | |||||
2019-08-27 | Merge pull request #5794 | luigi1111 | 1 | -15/+15 | |
a63e212 Docker updated dependencies cmake boost sodium cppzmq udev protobuf zmq (homdx) | |||||
2019-08-27 | Merge pull request #5729 | luigi1111 | 2 | -2/+4 | |
7c894fc device_ledger: add paranoid buffer overflow check (moneromooo-monero) f07524b device_ledger: fix uninitialized additional_key (moneromooo-monero) | |||||
2019-08-27 | Merge pull request #5609 | luigi1111 | 5 | -2/+41 | |
1dc3b1a wallet: add --extra-entropy command line flag (moneromooo-monero) | |||||
2019-08-27 | Merge pull request #5559 | luigi1111 | 7 | -2/+16 | |
33e91e1 wallet, rpc: add a release field to get_version (moneromooo-monero) | |||||
2019-08-27 | Merge pull request #5416 | luigi1111 | 4 | -37/+170 | |
63186a0 Wallet: Option to export data to ASCII (tmoravec) | |||||
2019-08-27 | daemon: automatic public nodes discovering and bootstrap daemon switching | xiphon | 5 | -35/+246 | |
2019-08-27 | unit_tests: Fix uninitialized values | Matyas Liptak | 1 | -1/+1 | |
- Initialize the `hash` in the `get_block_hash()` function of the `output_distribution` unit test explicitly, to silence `valgrind` warnings. | |||||
2019-08-27 | Fix Travis build on Windows + Mac | hyperreality | 1 | -1/+1 | |
Following 13c0b8c, the unwind package is being attempted to be built on Windows and Mac when it should only be built on Linux. | |||||
2019-08-26 | wallet, rpc: add a release field to get_version | moneromooo-monero | 7 | -2/+16 | |
It does not leak much since you can make a fair guess by RPC version already, and some people want to avoid non release clients when using third parties' nodes (because they'd never lie about it) | |||||
2019-08-26 | ITS#9068 fix backslash escaping | Howard Chu | 2 | -2/+4 | |
mdb_load wasn't properly inserting escaped backslashes into the data. mdb_dump wasn't escaping backslashes when generating printable output. | |||||
2019-08-26 | device_ledger: fix uninitialized additional_key | moneromooo-monero | 1 | -1/+1 | |
Coverity 200185 | |||||
2019-08-26 | device_ledger: add paranoid buffer overflow check | moneromooo-monero | 1 | -1/+3 | |
Coverity 200183 | |||||
2019-08-26 | core: make the "update probably needed soon" message less scary | moneromooo-monero | 1 | -4/+4 | |
2019-08-25 | readme: remove snap monero package and add debian | erciccione | 1 | -4/+3 | |
2019-08-24 | wallet2: fix unset_ring tx retrieval checks | moneromooo-monero | 1 | -3/+1 | |
2019-08-24 | simplewallet: moan harder about untrusted nodes | moneromooo-monero | 1 | -1/+16 | |
2019-08-23 | daemon: add pruned and publicrpc flags to print_pl | moneromooo-monero | 3 | -7/+22 | |
2019-08-23 | wallet2: fix cold signing losing tx keys | moneromooo-monero | 1 | -1/+1 | |
2019-08-23 | daemon: implement 'set_bootstrap_daemon' command | xiphon | 5 | -0/+64 | |
2019-08-23 | syncobj.h no longer defines shared_guard, so remove those define's | Tom Smeding | 1 | -3/+0 | |
The removed preprocessor macro's refer to types that are not defined in the file anymore; the only other place where shared_guard is defined is in winobj.h, which also defines the same macro's. Therefore, this change is safe. (Side note is that these macro's weren't used at all anyway, but that is orthogonal to the issue.) | |||||
2019-08-23 | build: fix depends Travis ncurses build, don't wipe CONFIG_SHELL | xiphon | 1 | -1/+1 | |
2019-08-22 | p2p: reject incoming connections to self | moneromooo-monero | 1 | -1/+10 | |
2019-08-22 | Wallet: Option to export data to ASCII | Tadeas Moravec | 4 | -37/+170 | |
New CLI wallet variable: export-format with options "binary" (the default), or "ascii". "Binary" behaves as before, "ascii" forces the wallet to convert data to ASCII using base64. Reading files from the disk tries to auto detect what format has been used (using a magic string added when exporting the data). Implements https://github.com/monero-project/monero/issues/2859 | |||||
2019-08-22 | ringdb: fix bug in blackballing | stoffu | 1 | -1/+1 | |
2019-08-22 | blockchain_blackball: use is_output_spent instead of ringdb.blackballed for ↵ | stoffu | 1 | -1/+11 | |
spentness test | |||||
2019-08-22 | blockchain_blackball: add --historical-stat which prints historical stats of ↵ | stoffu | 1 | -2/+165 | |
spent ratio | |||||
2019-08-22 | wallet: add --extra-entropy command line flag | moneromooo-monero | 5 | -2/+41 | |
It lets the user add custom entropy to the PRNG. It does this by hashing the new data and xoring the resulting hash with the PRNG state. | |||||
2019-08-21 | Merge pull request #5827 | luigi1111 | 2 | -2/+2 | |
30779de fix feature not introduced until boost 1.66 (jtgrassie) | |||||
2019-08-21 | Merge pull request #5817 | luigi1111 | 1 | -1/+1 | |
50ec40e Increase max_dbs from 20 to 32 (hyc) | |||||
2019-08-21 | Merge pull request #5815 | luigi1111 | 1 | -1/+1 | |
adc16d2 Fix check for disconnecting peers when syncing (jagerman) | |||||
2019-08-21 | Merge pull request #5808 | luigi1111 | 1 | -4/+14 | |
5a91b83 simplewallet: add a few missing settings help text (stoffu) ae7bf37 simplewallet: fix arg indexing bug in set_device_name (stoffu) | |||||
2019-08-21 | Merge pull request #5807 | luigi1111 | 1 | -2/+0 | |
4b1df4e Fix for biased signature nonce (SarangNoether) | |||||
2019-08-21 | Merge pull request #5800 | luigi1111 | 1 | -1/+2 | |
6ca033d hid_error() could return a null, which causes the program to crash with (TheQuantumPhysicist) | |||||
2019-08-21 | Merge pull request #5788 | luigi1111 | 40 | -6133/+211985 | |
de5038f unpushed languages from pootle (synced) (Monero-Weblate) | |||||
2019-08-21 | Merge pull request #5778 | luigi1111 | 3 | -35/+41 | |
8703aa5 MMS: Use chans instead of normal addresses for auto-config (rbrunner7) | |||||
2019-08-21 | Merge pull request #5777 | luigi1111 | 1 | -0/+2 | |
757b789 Define _WANT_SEMUN for FreeBSD to ensure union semun is defined (odonnellnoel) | |||||
2019-08-21 | Merge pull request #5775 | luigi1111 | 1 | -1/+4 | |
95bebb1 Add nbproject directory to .gitignore (odonnellnoel) | |||||
2019-08-21 | Merge pull request #5757 | luigi1111 | 2 | -1/+15 | |
a12ca68 translations: add a ready file to control which translations to build (moneromooo-monero) | |||||
2019-08-21 | Merge pull request #5755 | luigi1111 | 1 | -2/+2 | |
7a3e458 improve tx_sanity_check clarification (vicsn) | |||||
2019-08-21 | Merge pull request #5735 | luigi1111 | 2 | -15/+26 | |
32b0560 easylogging++: weed out most calls to allowed without locking (moneromooo-monero) | |||||
2019-08-21 | Merge pull request #5750 | luigi1111 | 4 | -6/+21 | |
884df82 wallet: provide original address for outgoing transfers (xiphon) | |||||
2019-08-21 | Merge pull request #5749 | luigi1111 | 2 | -2/+8 | |
45c28d8 build: fix OSX static libusb check and link against static libobjc (xiphon) | |||||
2019-08-21 | Merge pull request #5748 | luigi1111 | 4 | -7/+8 | |
b350726 boost: update obsolete usage of endian API (moneromooo-monero) | |||||
2019-08-21 | Merge pull request #5743 | luigi1111 | 2 | -0/+10 | |
65f29a8 simplewallet: add restore_height command (tobtoht) | |||||
2019-08-21 | Merge pull request #5742 | luigi1111 | 1 | -1/+1 | |
0d916a6 Fix incorrectly named binding for MMS send_signer_config command (tobtoht) | |||||
2019-08-21 | Merge pull request #5740 | luigi1111 | 1 | -1/+1 | |
256d286 Minor formatting fix in help set command (tobtoht) | |||||
2019-08-21 | Merge pull request #5731 | luigi1111 | 1 | -3/+3 | |
c393e82 CryptonightR_JIT: fix return value on error (selene-kovri) | |||||
2019-08-21 | Merge pull request #5722 | luigi1111 | 3 | -13/+32 | |
8be5fea simplewallet: optional all flag to export_outputs/export_key_images (moneromooo-monero) | |||||
2019-08-21 | Merge pull request #5702 | luigi1111 | 7 | -1/+20 | |
13c0b8c Add depends riscv 64 bit support (TheCharlatan) | |||||
2019-08-21 | Merge pull request #5511 | luigi1111 | 1 | -0/+59 | |
914b106 wallet_rpc_server: use original addresses in destinations in get_transfers (moneromooo-monero) da694d4 functional_tests: add tests for pending/out transfer addresses (moneromooo-monero) | |||||
2019-08-21 | p2p: sanitize peer lists | moneromooo-monero | 2 | -17/+26 | |
Also remove the delta time fixup, since we now ignore those as they're attacker controlled | |||||
2019-08-21 | p2p: move log away from global | moneromooo-monero | 1 | -1/+1 | |
It was here while debugging, and I forgot to move it away | |||||
2019-08-20 | MMS: Use chans instead of normal addresses for auto-config | rbrunner7 | 3 | -35/+41 | |
2019-08-20 | device: fix ledger requesting secret keys export twice | xiphon | 1 | -1/+1 | |
2019-08-20 | rpc: fix unitialized 'core_rpc_server::m_was_bootstrap_ever_used' | xiphon | 1 | -0/+1 | |
2019-08-20 | Add depends riscv 64 bit support | TheCharlatan | 7 | -1/+20 | |
2019-08-20 | daemon: fix merge error removing the "never seen before" timestamp check | moneromooo-monero | 1 | -1/+1 | |
2019-08-20 | Merge pull request #5696 | luigi1111 | 5 | -14/+30 | |
fd60d05 daemon: fix print_pl only printing public zone peers (moneromooo-monero) | |||||
2019-08-20 | fix feature not introduced until boost 1.66 | Jethro Grassie | 2 | -2/+2 | |
2019-08-19 | daemon: fix print_pl only printing public zone peers | moneromooo-monero | 5 | -14/+30 | |