Age | Commit message (Expand) | Author | Files | Lines |
2019-09-27 | abstract_tcp_server2: log pointer, not contents, where appropriate | moneromooo-monero | 1 | -1/+1 |
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 30 | -195/+731 |
2019-09-26 | README: Add deps for translations and hardware wallet support | Guillaume Le Vaillant | 1 | -21/+26 |
2019-09-26 | build: fix MinGW GUI dependencies build | xiphon | 1 | -2/+2 |
2019-09-25 | Merge pull request #5549 | Riccardo Spagni | 24 | -49/+609 |
2019-09-25 | RandomX integration | Howard Chu | 24 | -49/+609 |
2019-09-25 | Merge pull request #5930 | Riccardo Spagni | 2 | -4/+8 |
2019-09-25 | Don't set ARCH_ID if it's already set | Howard Chu | 2 | -4/+8 |
2019-09-25 | Merge pull request #5929 | Riccardo Spagni | 3 | -5/+14 |
2019-09-25 | ban peers sending bad pow outright | moneromooo-monero | 9 | -15/+25 |
2019-09-25 | Request a thread stack size that is large enough for unbound | Martijn Otto | 1 | -1/+8 |
2019-09-24 | Revert "easylogging++: ensure it finds boost headers" | moneromooo-monero | 2 | -3/+1 |
2019-09-24 | easylogging++: split strings manually | moneromooo-monero | 1 | -2/+13 |
2019-09-24 | Merge pull request #5928 | luigi1111 | 2 | -1/+3 |
2019-09-24 | easylogging++: ensure it finds boost headers | moneromooo-monero | 2 | -1/+3 |
2019-09-24 | Streamline build setup | Howard Chu | 1 | -28/+37 |
2019-09-24 | Merge pull request #5909 | luigi1111 | 2 | -11/+51 |
2019-09-24 | easylogging++: always omit ANSI codes when colour is not supported | moneromooo-monero | 2 | -3/+9 |
2019-09-24 | epee: misc_log_ex.h can now be used in C code | moneromooo-monero | 2 | -11/+51 |
2019-09-24 | Merge pull request #5916 | luigi1111 | 5 | -15/+33 |
2019-09-24 | Merge pull request #5907 | luigi1111 | 1 | -0/+4 |
2019-09-24 | Merge pull request #5905 | luigi1111 | 1 | -5/+0 |
2019-09-24 | Merge pull request #5892 | luigi1111 | 5 | -8/+22 |
2019-09-24 | Merge pull request #5891 | luigi1111 | 1 | -6/+6 |
2019-09-24 | Merge pull request #5886 | luigi1111 | 1 | -1/+1 |
2019-09-24 | protocol: only print sync complete message when out of precompiled hashes | moneromooo-monero | 1 | -1/+1 |
2019-09-24 | Merge pull request #5884 | luigi1111 | 1 | -0/+13 |
2019-09-24 | Merge pull request #5882 | luigi1111 | 5 | -6/+51 |
2019-09-24 | Merge pull request #5881 | luigi1111 | 1 | -0/+4 |
2019-09-24 | Merge pull request #5878 | luigi1111 | 20 | -3188/+35 |
2019-09-24 | Merge pull request #5877 | luigi1111 | 13 | -38/+35 |
2019-09-24 | Merge pull request #5875 | luigi1111 | 1 | -0/+1 |
2019-09-24 | Merge pull request #5864 | luigi1111 | 8 | -66/+217 |
2019-09-24 | Merge pull request #5848 | luigi1111 | 24 | -54/+1824 |
2019-09-24 | Merge pull request #5831 | luigi1111 | 10 | -144/+220 |
2019-09-23 | Disable easylogging crash log on non-glibc libraries | Martijn Otto | 1 | -1/+1 |
2019-09-19 | core: move hardforks into its own lib | moneromooo-monero | 10 | -144/+220 |
2019-09-17 | epee: implement handshake timeout for SSL connections | xiphon | 3 | -5/+30 |
2019-09-17 | blockchain: enforce 10 block age for spending outputs | moneromooo-monero | 5 | -6/+51 |
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 | 4 | -0/+196 |
2019-09-17 | functional_tests: add get_transaction_pool_stats | moneromooo-monero | 3 | -3/+92 |
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 |
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 | epee: fix network timeouts in blocked_mode_client | xiphon | 1 | -1/+2 |
2019-09-16 | Properly format multiline logs | moneromooo-monero | 8 | -66/+217 |
2019-09-16 | Removed Berkeley DB and db switching logic | Jesus Ramirez | 21 | -3190/+37 |
2019-09-14 | README: fix TOC link | selsta | 1 | -1/+1 |
2019-09-14 | Merge pull request #5861 | luigi1111 | 1 | -0/+16 |
2019-09-14 | Merge pull request #5818 | luigi1111 | 10 | -77/+550 |
2019-09-14 | Merge pull request #5899 | luigi1111 | 2 | -4/+4 |
2019-09-14 | Merge pull request #5898 | luigi1111 | 1 | -1/+1 |
2019-09-14 | Merge pull request #5897 | luigi1111 | 1 | -0/+3 |
2019-09-14 | Merge pull request #5874 | luigi1111 | 1 | -15/+13 |
2019-09-14 | Merge pull request #5872 | luigi1111 | 1 | -1/+2 |
2019-09-14 | Merge pull request #5871 | luigi1111 | 2 | -1/+12 |
2019-09-14 | Merge pull request #5870 | luigi1111 | 1 | -0/+1 |
2019-09-14 | Merge pull request #5869 | luigi1111 | 1 | -0/+1 |
2019-09-14 | Merge pull request #5868 | luigi1111 | 1 | -1/+1 |
2019-09-14 | Merge pull request #5866 | luigi1111 | 3 | -52/+49 |
2019-09-14 | Merge pull request #5865 | luigi1111 | 2 | -7/+8 |
2019-09-14 | Merge pull request #5854 | luigi1111 | 1 | -4/+4 |
2019-09-14 | Merge pull request #5823 | luigi1111 | 6 | -13/+70 |
2019-09-12 | abstract_tcp_server2: fix lingering connections | moneromooo-monero | 1 | -0/+5 |
2019-09-11 | blockchain: keep block template timestamp not below recent median | moneromooo-monero | 1 | -1/+3 |
2019-09-11 | refresh language files | erciccione | 40 | -54754/+59954 |
2019-09-11 | cmake: add protolib to zmq dependency libs | stoffu | 1 | -0/+4 |
2019-09-11 | simplewallet: remove erroneously added line under subaddress-lookahead | stoffu | 1 | -1/+0 |
2019-09-11 | Revert "cryptonote_protocol: drop peers we can't download from when syncing" | moneromooo-monero | 1 | -5/+0 |
2019-09-11 | Revert "Fix check for disconnecting peers when syncing" | moneromooo-monero | 1 | -1/+1 |
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 |
2019-09-09 | depends: fix monero binaries Boost linking errors | iDunk5400 | 1 | -6/+6 |
2019-09-09 | unit tests: replace global var with lambda returning static local var | stoffu | 2 | -9/+9 |
2019-09-08 | Merge pull request #5876 | luigi1111 | 1 | -6/+12 |
2019-09-08 | Merge pull request #5858 | luigi1111 | 1 | -1/+1 |
2019-09-08 | Merge pull request #5857 | luigi1111 | 2 | -2/+4 |
2019-09-08 | Merge pull request #5856 | luigi1111 | 1 | -1/+1 |
2019-09-08 | Merge pull request #5855 | luigi1111 | 7 | -63/+94 |
2019-09-08 | Merge pull request #5851 | luigi1111 | 1 | -4/+3 |
2019-09-08 | Merge pull request #5850 | luigi1111 | 1 | -3/+1 |
2019-09-08 | Merge pull request #5849 | luigi1111 | 3 | -7/+22 |
2019-09-08 | Merge pull request #5847 | luigi1111 | 1 | -1/+1 |
2019-09-08 | Merge pull request #5843 | luigi1111 | 2 | -3/+176 |
2019-09-08 | Merge pull request #5842 | luigi1111 | 1 | -1/+16 |
2019-09-08 | Merge pull request #5841 | luigi1111 | 1 | -1/+10 |
2019-09-08 | Merge pull request #5840 | luigi1111 | 5 | -0/+64 |
2019-09-08 | Merge pull request #5839 | luigi1111 | 2 | -17/+26 |
2019-09-08 | Merge pull request #5838 | luigi1111 | 1 | -1/+1 |
2019-09-08 | Merge pull request #5835 | luigi1111 | 1 | -1/+1 |
2019-09-08 | Merge pull request #5833 | luigi1111 | 1 | -0/+1 |
2019-09-08 | Merge pull request #5830 | luigi1111 | 1 | -1/+1 |
2019-09-08 | Merge pull request #5544 | luigi1111 | 15 | -43/+175 |
2019-09-09 | wallet2_api: fix load unsigned tx from file error propagation | xiphon | 1 | -0/+4 |
2019-09-08 | depends: fix MacOS build with Clang 3.7.1 | Lee Clagett | 1 | -1/+1 |
2019-09-08 | epee: abstract_tcp_server2: resolve CID 203919 (DC.WEAK_CRYPTO) | anonimal | 1 | -1/+13 |
2019-09-07 | depends: attempt to fix readline | iDunk5400 | 5 | -8/+22 |
2019-09-07 | tests: rct_mlsag: resolve CID 203914 (UNINIT_CTOR) | anonimal | 1 | -1/+1 |
2019-09-07 | bootstrap_daemon: resolve CID 203915 (UNCAUGHT_EXCEPT) | anonimal | 2 | -2/+2 |
2019-09-06 | epee: connection_basic: resolve CID 203916 (UNINIT_CTOR) | anonimal | 1 | -0/+1 |
2019-09-06 | wallet2: resolve CID 203918 null pointer deference (NULL_RETURNS) | anonimal | 1 | -0/+6 |
2019-09-06 | epee: connection_basic: resolve CID 203920 (UNINIT_CTOR) | anonimal | 1 | -0/+1 |
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 |
2019-09-05 | Add the iwyu target to get information on unused headers | Martijn Otto | 1 | -0/+13 |
2019-09-05 | wallet: fix mismatch between two concepts of "balance" | moneromooo-monero | 7 | -63/+94 |
2019-09-05 | wallet_rpc_server: add locked field to get_transfers/get_{bulk_,}_payments | moneromooo-monero | 2 | -1/+12 |
2019-09-04 | Fix IP address serialization on big endian | moneromooo-monero | 2 | -1/+17 |
2019-09-04 | boost: fix little/big endian compatibility | moneromooo-monero | 2 | -2/+4 |
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 |
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 |
2019-09-04 | Merge pull request #5822 | luigi1111 | 1 | -0/+2 |
2019-09-04 | Merge pull request #5819 | luigi1111 | 1 | -1/+2 |
2019-09-04 | Merge pull request #5814 | luigi1111 | 1 | -91/+0 |
2019-09-04 | Merge pull request #5806 | luigi1111 | 1 | -3/+3 |
2019-09-04 | Merge pull request #5799 | luigi1111 | 5 | -35/+246 |
2019-09-04 | Merge pull request #5796 | luigi1111 | 1 | -3/+3 |
2019-09-04 | Merge pull request #5764 | luigi1111 | 3 | -4/+4 |
2019-09-04 | Merge pull request #5536 | luigi1111 | 10 | -149/+577 |
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 |
2019-08-29 | contrib: add a suppressions file for leak sanitizer | moneromooo-monero | 1 | -0/+1 |
2019-08-29 | simplewallet: warn if invalid default ring size is set and actually ignore th... | stoffu | 1 | -15/+13 |
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 |
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 | Fix bug in mempool get_transaction_stats histogram calculation | Tom Smeding | 1 | -3/+10 |
2019-08-28 | Merge pull request #5707 | luigi1111 | 7 | -102/+76 |
2019-08-27 | Merge pull request #5844 | luigi1111 | 1 | -1/+1 |
2019-08-27 | MLSAG speedup and additional checks | Sarang Noether | 7 | -102/+76 |
2019-08-27 | Merge pull request #5820 | luigi1111 | 2 | -2/+2 |
2019-08-27 | Merge pull request #5794 | luigi1111 | 1 | -15/+15 |
2019-08-27 | Merge pull request #5729 | luigi1111 | 2 | -2/+4 |
2019-08-27 | Merge pull request #5609 | luigi1111 | 5 | -2/+41 |
2019-08-27 | Merge pull request #5559 | luigi1111 | 7 | -2/+16 |
2019-08-27 | Merge pull request #5416 | luigi1111 | 4 | -37/+170 |
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 |
2019-08-27 | Fix Travis build on Windows + Mac | hyperreality | 1 | -1/+1 |
2019-08-26 | wallet, rpc: add a release field to get_version | moneromooo-monero | 7 | -2/+16 |
2019-08-26 | ITS#9068 fix backslash escaping | Howard Chu | 2 | -2/+4 |
2019-08-26 | device_ledger: fix uninitialized additional_key | moneromooo-monero | 1 | -1/+1 |
2019-08-26 | device_ledger: add paranoid buffer overflow check | moneromooo-monero | 1 | -1/+3 |
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 |
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 |
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 s... | stoffu | 1 | -1/+11 |
2019-08-22 | blockchain_blackball: add --historical-stat which prints historical stats of ... | stoffu | 1 | -2/+165 |
2019-08-22 | wallet: add --extra-entropy command line flag | moneromooo-monero | 5 | -2/+41 |
2019-08-21 | Merge pull request #5827 | luigi1111 | 2 | -2/+2 |
2019-08-21 | Merge pull request #5817 | luigi1111 | 1 | -1/+1 |
2019-08-21 | Merge pull request #5815 | luigi1111 | 1 | -1/+1 |
2019-08-21 | Merge pull request #5808 | luigi1111 | 1 | -4/+14 |
2019-08-21 | Merge pull request #5807 | luigi1111 | 1 | -2/+0 |
2019-08-21 | Merge pull request #5800 | luigi1111 | 1 | -1/+2 |
2019-08-21 | Merge pull request #5788 | luigi1111 | 40 | -6133/+211985 |
2019-08-21 | Merge pull request #5778 | luigi1111 | 3 | -35/+41 |