Age | Commit message (Expand) | Author | Files | Lines |
2020-07-04 | Update RandomX to v1.1.8 | tevador | 1 | -0/+0 |
2020-06-25 | cmake: allow custom openssl path on macOS | selsta | 2 | -2/+2 |
2020-06-25 | daemon: print sampling time in print_net_stats | moneromooo-monero | 1 | -2/+4 |
2020-06-25 | util: fix kilo prefix typo (K instead of k) | moneromooo-monero | 1 | -1/+1 |
2020-06-22 | updates: mac gui .tar.bz2 -> .dmg | selsta | 1 | -0/+2 |
2020-06-21 | add trezor support to sweep_single | Dusan Klinec | 1 | -0/+26 |
2020-06-21 | epee: fix array underflow in unicode parsing | moneromooo-monero | 1 | -1/+1 |
2020-06-21 | simplewallet: add show_qr_code command | selsta | 7 | -0/+1491 |
2020-06-19 | Merge pull request #6656 | luigi1111 | 9 | -19/+94 |
2020-06-17 | python-rpc: fix bad in_peers parameter | moneromooo-monero | 1 | -1/+1 |
2020-06-15 | Merge pull request #6637 | luigi1111 | 5 | -11/+11 |
2020-06-14 | avoid a couple needless copies | moneromooo-monero | 2 | -2/+2 |
2020-06-14 | fuzz_tests: fix init check in oss-fuzz mode | moneromooo-monero | 1 | -1/+1 |
2020-06-14 | Do not use PIE with OSS-Fuzz | 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-12 | Fix D++ block template check | Lee Clagett | 1 | -1/+1 |
2020-06-09 | repo: update donation fund address | selsta | 5 | -11/+11 |
2020-06-09 | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc... | stoffu | 10 | -48/+280 |
2020-06-08 | Merge pull request #6576 | luigi1111 | 2 | -6/+46 |
2020-06-08 | Merge pull request #6561 | luigi1111 | 1 | -1/+1 |
2020-06-08 | Merge pull request #6556 | luigi1111 | 1 | -1/+1 |
2020-06-08 | Merge pull request #6553 | luigi1111 | 2 | -1/+22 |
2020-06-08 | Merge pull request #6549 | luigi1111 | 8 | -98/+337 |
2020-06-08 | Merge pull request #6539 | luigi1111 | 1 | -6/+6 |
2020-06-08 | Merge pull request #6525 | luigi1111 | 5 | -7/+22 |
2020-06-08 | Merge pull request #6522 | luigi1111 | 2 | -9/+48 |
2020-06-08 | Merge pull request #6519 | luigi1111 | 1 | -1/+3 |
2020-06-08 | Merge pull request #6514 | luigi1111 | 6 | -9/+11 |
2020-06-07 | workflows: update msys2 setup action v0 -> v1 | selsta | 1 | -4/+6 |
2020-06-06 | fix warning by removing std::move() on temporary http_client object | woodser | 1 | -1/+1 |
2020-06-05 | blockchain: fix total_height in getblocks.bin response | moneromooo-monero | 1 | -0/+1 |
2020-06-05 | rpc: fix loading rpc payment data from file | moneromooo-monero | 1 | -1/+1 |
2020-06-02 | Mention correct libusb and libudev dependencies | MaxXor | 1 | -3/+3 |
2020-06-01 | README: mention pruning | moneromooo-monero | 1 | -0/+11 |
2020-06-01 | Merge pull request #6612 | luigi1111 | 13 | -31/+35 |
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 13 | -31/+35 |
2020-05-31 | rpc: fix comparison of seconds vs microseconds | moneromooo-monero | 1 | -1/+1 |
2020-05-31 | miner: increase min/max intervals to full extents | moneromooo-monero | 1 | -4/+3 |
2020-05-28 | Merge pull request #6582 | luigi1111 | 1 | -3/+3 |
2020-05-28 | functional_tests: add simple relay_tx test | moneromooo-monero | 1 | -0/+11 |
2020-05-28 | rpc: fix relay_tx error return mixup | moneromooo-monero | 1 | -1/+1 |
2020-05-27 | Merge pull request #6535 | luigi1111 | 16 | -542/+238 |
2020-05-27 | Merge pull request #6531 | luigi1111 | 5 | -11/+11 |
2020-05-27 | Fix incorrect lenght of command INS_PREFIX_HASH | François Colas | 1 | -2/+2 |
2020-05-27 | tests: fix missing error on missing python entry point | moneromooo-monero | 1 | -0/+1 |
2020-05-27 | python-rpc: add missing sync_txpool python entry point | moneromooo-monero | 1 | -0/+10 |
2020-05-24 | daemon: remove time based "update needed" status string | moneromooo-monero | 1 | -2/+1 |
2020-05-25 | fix typo in pick_preferred_rct_inputs | Denis Smirnov | 1 | -1/+1 |
2020-05-24 | cmake: insert CMAKE_CURRENT_SOURCE_DIR in CMAKE_MODULE_PATH | xiphon | 1 | -1/+1 |
2020-05-24 | [master] MMS: New 'config_checksum' subcommand | rbrunner7 | 4 | -27/+121 |
2020-05-24 | easylogging++: sanitize log payload | moneromooo-monero | 4 | -71/+216 |
2020-05-23 | rpc: don't display invalid json errors on default log level | moneromooo-monero | 2 | -6/+6 |
2020-05-23 | workflows: fix windows build | selsta | 1 | -3/+3 |
2020-05-21 | daemon: complain if data dir resides on FAT32 volume (Windows) | xiphon | 1 | -0/+21 |
2020-05-20 | rpc: add a sanity limit to a few RPC in restricted mode | moneromooo-monero | 2 | -6/+46 |
2020-05-20 | ByteSlice: Fix persisting ptr to std::moved SSO buffer | Doyle | 2 | -1/+27 |
2020-05-20 | net_node: remove dead seed nodes | selsta | 1 | -10/+0 |
2020-05-19 | rpc: lock access to the rpc payment object | moneromooo-monero | 2 | -0/+12 |
2020-05-19 | cryptonote_core: remove "We are most likely forked" message | moneromooo-monero | 2 | -36/+0 |
2020-05-19 | protocol: move the "peer claims higher version" warning to debug | moneromooo-monero | 1 | -2/+2 |
2020-05-19 | fix a few typos in error messages | moneromooo-monero | 3 | -6/+6 |
2020-05-19 | wallet2: fix multisig data clearing stomping on a vector | moneromooo-monero | 1 | -1/+1 |
2020-05-19 | cryptonote_protocol: stricter limit to number of objects requested | moneromooo-monero | 1 | -1/+2 |
2020-05-19 | cryptonote_protocol: reject requests/notifications before handshake | moneromooo-monero | 1 | -0/+20 |
2020-05-19 | easylogging++: sanitize log payload | moneromooo-monero | 4 | -71/+216 |
2020-05-18 | testdb: add override in a couple places where it's missing | moneromooo-monero | 1 | -2/+2 |
2020-05-18 | serialization: fix bad rapidjson api usage | moneromooo-monero | 1 | -1/+1 |
2020-05-17 | blockchain: detect and log bad difficulty calculations | moneromooo-monero | 1 | -5/+72 |
2020-05-17 | wallet_rpc_server: use unlock_time in suggested confirmations calc | moneromooo-monero | 1 | -5/+17 |
2020-05-16 | protocol: don't drop a connection if we can't get a compatible chain | moneromooo-monero | 1 | -1/+0 |
2020-05-16 | epee: use memwipe rather than memset for md5 secrets | moneromooo-monero | 1 | -6/+6 |
2020-05-16 | keccak: remove aligned check | moneromooo-monero | 1 | -10/+2 |
2020-05-16 | Support for supercop ASM in wallet, and benchmark for supercop | Lee Clagett | 13 | -5/+648 |
2020-05-16 | simplewallet: add missing calls to on_command | moneromooo-monero | 1 | -8/+8 |
2020-05-16 | db_lmdb: test for mmap support at init time | moneromooo-monero | 2 | -0/+30 |
2020-05-15 | cmake: ASAN and PIE don't mix | moneromooo-monero | 1 | -2/+4 |
2020-05-15 | fuzz_tests: refactor and add OSS-Fuzz compatibility | moneromooo-monero | 16 | -540/+234 |
2020-05-15 | Add randomized delay when forwarding txes from i2p/tor -> ipv4/6 | Lee Clagett | 9 | -40/+368 |
2020-05-14 | build: fix boost 1.73 compatibility | selsta | 5 | -11/+11 |
2020-05-13 | simplewallet: don't complain about incoming payment ids on change | moneromooo-monero | 5 | -7/+22 |
2020-05-13 | libzmq should be libzmq4. | russoj88 | 1 | -2/+2 |
2020-05-13 | [master]: Update gitian yml files | iDunk5400 | 5 | -5/+5 |
2020-05-13 | build: prepare v0.16.0.0 release | selsta | 6 | -9/+11 |
2020-05-13 | blockchain: fix theoretical race getting bulk timestamps | moneromooo-monero | 1 | -0/+1 |
2020-05-12 | trezor: add new firmware version support | Dusan Klinec | 1 | -1/+3 |
2020-05-12 | Fixed bugs for take_slice and byte_stream->byte_slice | Lee Clagett | 2 | -9/+48 |
2020-05-11 | remove double includes | sumogr | 6 | -12/+0 |
2020-05-07 | Merge pull request #6510 | luigi1111 | 1 | -2/+0 |
2020-05-07 | Merge pull request #6506 | luigi1111 | 1 | -7/+1 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 568 | -568/+568 |
2020-05-06 | cryptonote_core: take out the time based upgrade warning | moneromooo-monero | 1 | -2/+0 |
2020-05-06 | Merge pull request #6503 | luigi1111 | 1 | -1/+6 |
2020-05-06 | systemd: Make sure required folders exist | Age Bosma | 1 | -0/+2 |
2020-05-06 | cryptonote_protocol: do not request pruned borromean sig txes | moneromooo-monero | 1 | -1/+6 |
2020-05-06 | Merge pull request #6486 | luigi1111 | 1 | -1/+2 |
2020-05-06 | Merge pull request #6485 | luigi1111 | 2 | -3/+17 |
2020-05-06 | Merge pull request #6484 | luigi1111 | 1 | -1/+1 |
2020-05-06 | Merge pull request #6481 | luigi1111 | 1 | -1/+1 |
2020-05-06 | Merge pull request #6480 | luigi1111 | 1 | -3/+2 |
2020-05-06 | Merge pull request #6478 | luigi1111 | 1 | -1/+1 |
2020-05-06 | Merge pull request #6477 | luigi1111 | 3 | -65/+25 |
2020-05-06 | Merge pull request #6472 | luigi1111 | 2 | -1/+3 |
2020-05-06 | Merge pull request #6471 | luigi1111 | 1 | -0/+3 |
2020-05-06 | Merge pull request #6468 | luigi1111 | 2 | -4/+5 |
2020-05-05 | Merge pull request #6467 | luigi1111 | 5 | -24/+52 |
2020-05-05 | Merge pull request #6441 | luigi1111 | 5 | -10/+27 |
2020-05-05 | Merge pull request #6409 | luigi1111 | 14 | -171/+806 |
2020-05-05 | wallet2: fix keys file deserialization exception handling | xiphon | 1 | -7/+1 |
2020-05-04 | Made ccache optional (opt out) and tidied up the FindCcache.cmake | mj-xmr | 2 | -7/+15 |
2020-05-04 | Adding ZMQ/Pub support for txpool_add and chain_main events | Lee Clagett | 26 | -127/+1860 |
2020-05-03 | Update expat.mk | ArqTras | 1 | -1/+1 |
2020-05-03 | performance_tests: some windows fixes | moneromooo-monero | 2 | -2/+2 |
2020-05-02 | Merge pull request #6451 | luigi1111 | 6 | -8/+36 |
2020-05-01 | Merge pull request #6460 | luigi1111 | 1 | -0/+4 |
2020-05-01 | Merge pull request #6457 | luigi1111 | 1 | -3/+3 |
2020-05-01 | Merge pull request #6453 | luigi1111 | 2 | -1/+3 |
2020-05-01 | Merge pull request #6452 | luigi1111 | 2 | -0/+59 |
2020-05-01 | Merge pull request #6449 | luigi1111 | 2 | -8/+37 |
2020-05-01 | Merge pull request #6446 | luigi1111 | 24 | -253/+431 |
2020-05-01 | Merge pull request #6444 | luigi1111 | 1 | -0/+1 |
2020-05-01 | Merge pull request #6443 | luigi1111 | 2 | -111/+139 |
2020-05-01 | Merge pull request #6440 | luigi1111 | 1 | -4/+4 |
2020-05-01 | Merge pull request #6436 | luigi1111 | 8 | -2/+104 |
2020-05-01 | Merge pull request #6420 | luigi1111 | 1 | -2/+2 |
2020-05-01 | Merge pull request #6350 | luigi1111 | 11 | -27/+138 |
2020-04-29 | Keys: Add key for rbrunner7 | rbrunner7 | 1 | -0/+31 |
2020-04-29 | Merge pull request #6487 | luigi1111 | 1 | -2/+2 |
2020-04-29 | txpool.cpp: rename var to fix for old g++ version (xenial default) | Sumo Gr | 1 | -2/+2 |
2020-04-29 | Fixes for ZMQ JSON-RPC endpoint names for raw tx | Lee Clagett | 1 | -1/+2 |
2020-04-27 | wallet2: fix subaddress expansion when receiving monero | moneromooo-monero | 2 | -3/+17 |
2020-04-27 | trezor: adapt to new passphrase mechanism | Dusan Klinec | 24 | -253/+431 |
2020-04-27 | message_store: don't print an error when there is no mms file | moneromooo-monero | 1 | -1/+1 |
2020-04-27 | rpc: fix 'use_bootstrap_daemon_if_necessary' return value | xiphon | 1 | -1/+1 |
2020-04-27 | openssl update | ArqTras | 1 | -2/+2 |
2020-04-26 | wallet2: check_connection return false on get_version status != OK | xiphon | 1 | -3/+2 |
2020-04-24 | Used legacy category to match insert_key_images behavior | Lee Clagett | 1 | -1/+1 |
2020-04-24 | Revert functional test changes in babf25d2e and 571546067 | Lee Clagett | 3 | -65/+25 |
2020-04-25 | contrib: remove codefresh pipeline | selsta | 1 | -18/+0 |
2020-04-25 | snap: remove from repo | selsta | 5 | -97/+0 |
2020-04-22 | cryptonote: fix reuse of non default tx data when relaying | moneromooo-monero | 2 | -1/+3 |
2020-04-22 | FindCcache automatically | mj-xmr | 2 | -0/+59 |
2020-04-22 | add another seed node | Gingeropolous | 1 | -0/+2 |
2020-04-22 | simplewallet: report timestamp based expected unlock time on balance | moneromooo-monero | 5 | -24/+52 |
2020-04-22 | Add erciccione's seed node | erciccione | 1 | -0/+1 |
2020-04-21 | p2p: startup speedup, init seed nodes on first 'connect_to_seed()' | xiphon | 2 | -111/+139 |
2020-04-21 | Merge pull request #6470 | luigi1111 | 1 | -0/+1 |
2020-04-21 | Merge pull request #6445 | luigi1111 | 9 | -52/+104 |
2020-04-21 | Merge pull request #6433 | luigi1111 | 2 | -1/+5 |
2020-04-21 | Merge pull request #6415 | luigi1111 | 2 | -7/+19 |
2020-04-21 | Merge pull request #6414 | luigi1111 | 1 | -1/+1 |
2020-04-21 | Merge pull request #6411 | luigi1111 | 1 | -0/+15 |
2020-04-21 | Merge pull request #6408 | luigi1111 | 1 | -2/+2 |
2020-04-21 | Merge pull request #6359 | luigi1111 | 2 | -3/+6 |
2020-04-21 | p2p: add seed node. | guy | 1 | -0/+1 |
2020-04-21 | Merge pull request #6332 | luigi1111 | 16 | -317/+516 |
2020-04-21 | Merge pull request #6278 | luigi1111 | 4 | -12/+199 |
2020-04-20 | cryptonote_core: skip dns checkpoints on startup if not enforced | xiphon | 2 | -4/+5 |
2020-04-18 | unit_tests: fix gcc+ warning | Sumo Gr | 1 | -0/+4 |
2020-04-17 | Merge pull request #6314 | luigi1111 | 25 | -159/+1550 |
2020-04-16 | workflows: add trezor support ubuntu | selsta | 1 | -3/+3 |
2020-04-15 | bootstrap_daemon: fix missing virtual destructor and lambda capture (clang wa... | xiphon | 2 | -1/+3 |
2020-04-15 | Allow wallet2.h to run in WebAssembly | woodser | 16 | -317/+516 |
2020-04-15 | use memwipe on secret k/alpha values | moneromooo-monero | 5 | -10/+27 |
2020-04-14 | Bulletproofs: verification speedup | Sarang Noether | 6 | -8/+36 |
2020-04-14 | simplewallet: add sweep_account command | moneromooo-monero | 2 | -8/+37 |
2020-04-11 | Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. | Lee Clagett | 14 | -171/+806 |
2020-04-10 | Merge pull request #6405 | luigi1111 | 1 | -0/+1 |
2020-04-10 | Merge pull request #6403 | luigi1111 | 4 | -16/+71 |
2020-04-10 | Merge pull request #6398 | luigi1111 | 1 | -1/+1 |
2020-04-10 | Merge pull request #6394 | luigi1111 | 3 | -5/+33 |
2020-04-10 | Merge pull request #6358 | luigi1111 | 5 | -30/+121 |
2020-04-10 | Merge pull request #6341 | luigi1111 | 1 | -2/+10 |
2020-04-10 | simplewallet : missing function block separator | Sumo Gr | 1 | -0/+1 |
2020-04-08 | simplewallet: fix strings (show_transfers & export_transfers) | sumogr | 1 | -4/+4 |
2020-04-08 | Add timelock verification on device | cslashm | 8 | -2/+104 |
2020-04-07 | simplewallet: new "address one-off <major> <minor>" command | moneromooo-monero | 3 | -5/+33 |
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-04 | Merge pull request #6397 | luigi1111 | 2 | -1/+27 |
2020-04-04 | Merge pull request #6395 | luigi1111 | 1 | -3/+2 |
2020-04-04 | Merge pull request #6387 | luigi1111 | 1 | -2/+2 |
2020-04-04 | Merge pull request #6386 | luigi1111 | 1 | -2/+0 |
2020-04-04 | Merge pull request #6384 | luigi1111 | 1 | -0/+1 |
2020-04-04 | Merge pull request #6381 | luigi1111 | 2 | -8/+15 |
2020-04-04 | Merge pull request #6375 | luigi1111 | 1 | -4/+17 |
2020-04-04 | Merge pull request #6372 | luigi1111 | 1 | -8/+6 |
2020-04-04 | Merge pull request #6371 | luigi1111 | 4 | -36/+2 |
2020-04-04 | Merge pull request #6370 | luigi1111 | 2 | -5/+7 |
2020-04-04 | Merge pull request #6364 | luigi1111 | 1 | -2/+14 |
2020-04-04 | Merge pull request #6361 | luigi1111 | 3 | -4/+70 |
2020-04-04 | Merge pull request #6357 | luigi1111 | 9 | -43/+477 |
2020-04-04 | Merge pull request #6356 | luigi1111 | 1 | -2/+3 |
2020-04-04 | Merge pull request #6353 | luigi1111 | 1 | -3/+7 |
2020-04-04 | Merge pull request #6351 | luigi1111 | 9 | -62/+135 |
2020-04-04 | Merge pull request #6347 | luigi1111 | 2 | -10/+20 |
2020-04-04 | Merge pull request #6346 | luigi1111 | 2 | -5/+1 |
2020-04-04 | Merge pull request #6342 | luigi1111 | 1 | -0/+5 |
2020-04-04 | Merge pull request #6339 | luigi1111 | 11 | -14/+14 |
2020-04-04 | Merge pull request #6338 | luigi1111 | 9 | -34/+34 |