| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix build with boost ASIO 0.87. Support boost 1.66+ | Lee *!* Clagett | 2025-02-14 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #9306 | luigi1111 | 2024-05-20 | 1 | -0/+18 |
| |\ | | | | | | | 755dddd common: support boost filesystem copy_options. Co-authored-by: selsta <selsta@sent.at> (0xFFFC0000) | ||||
| | * | common: support boost filesystem copy_options. | 0xFFFC0000 | 2024-05-01 | 1 | -0/+18 |
| | | | | | | | | | Co-authored-by: selsta <selsta@sent.at> | ||||
| * | | Add drop_and_recreate in privatefile class. | 0xFFFC0000 | 2024-04-23 | 1 | -3/+20 |
| |/ | | | | When creating a private file we need to delete the file if exist. | ||||
| * | common: do not use DNS to determine if address is local | tobtoht | 2023-05-25 | 1 | -20/+15 |
| | | | | | Co-authored-by: j-berman <justinberman@protonmail.com> | ||||
| * | common: update sha256sum to use OpenSSL 3.0 API | Jeffrey Ryan | 2022-05-18 | 1 | -13/+6 |
| | | | | | | | | | | As of OpenSSL 3.0, `SHA256_Init`, `SHA256_Update`, and `SHA256_Final` are deprectaed in favor of the higher-level `EVP_*` class of functions. This causes compiler warnings, and sooner or later, will cause build errors as these functions are excluded from distro headers. Also add some documentation. | ||||
| * | Merge functionality of misc_os_dependent into time_helper.h | Jeffrey | 2022-04-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Actions: 1. Remove unused functions from misc_os_dependent.h 2. Move three remaining functions, get_gmt_time, get_ns_count, and get_tick_count into time_helper.h 3. Remove unused functions from time_helper.h 4. Refactor get_ns_count and get_internet_time_str and get_time_interval_string 5. Remove/add includes as needed Relevant commits on the old PR: a9fbe52b02ffab451e90c977459fea4642731cd1 9a59b131c4ed1be8afe238fff3780fe203c65a46 7fa9e2817df9b9ef3f0290f7f86357939829e588 | ||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | Daemon: Update average block size table | rbrunner7 | 2021-07-27 | 1 | -2/+6 |
| | | |||||
| * | restrict public node checks a little | moneromooo-monero | 2020-12-22 | 1 | -1/+10 |
| | | | | | | do not include blocked hosts in peer lists or public node lists by default, warn about no https on clearnet and about untrusted peers likely being spies | ||||
| * | util: fix escaping more than one ?* in glob_to_regex | moneromooo-monero | 2020-10-20 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #6689 | Alexander Blair | 2020-08-16 | 1 | -1/+1 |
| |\ | | | | | | | | | afd002c31 daemon: print sampling time in print_net_stats (moneromooo-monero) ec7bba079 util: fix kilo prefix typo (K instead of k) (moneromooo-monero) | ||||
| | * | util: fix kilo prefix typo (K instead of k) | moneromooo-monero | 2020-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| |/ | | | | Update copyright year to 2020 | ||||
| * | Daemon: Print estimates for time until fully synced | rbrunner7 | 2020-03-21 | 1 | -9/+105 |
| | | |||||
| * | util: allow newlines in string to be split | moneromooo-monero | 2019-11-25 | 1 | -1/+14 |
| | | |||||
| * | simplewallet: lock console on inactivity | moneromooo-monero | 2019-08-28 | 1 | -0/+160 |
| | | |||||
| * | daemon: add more chain specific info in alt_chain_info | moneromooo-monero | 2019-06-01 | 1 | -0/+17 |
| | | |||||
| * | Windows: fix a build error in MSYS2 with boost 1.70.0 | iDunk5400 | 2019-04-18 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #5367 | Riccardo Spagni | 2019-04-11 | 1 | -4/+4 |
| |\ | | | | | | | 07b716bf util: name replace_file arguments better (moneromooo-monero) | ||||
| | * | util: name replace_file arguments better | moneromooo-monero | 2019-03-29 | 1 | -4/+4 |
| | | | | | | | | | It was confusing unless you read code and the rename(2) man page. | ||||
| * | | New interactive daemon command 'print_net_stats': Global traffic stats | rbrunner7 | 2019-03-24 | 1 | -0/+36 |
| |/ | |||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #4944 | luigi1111 | 2018-12-31 | 1 | -3/+29 |
| |\ | | | | | | | | | 1505dd3 util: set MONERO_DEFAULT_LOG_CATEGORY (moneromooo-monero) db57374 util: use fcntl instead of flock, for compatibility (moneromooo-monero) | ||||
| | * | util: use fcntl instead of flock, for compatibility | moneromooo-monero | 2018-12-06 | 1 | -3/+26 |
| | | | | | | | | | in particular with NFS | ||||
| | * | util: set MONERO_DEFAULT_LOG_CATEGORY | moneromooo-monero | 2018-12-05 | 1 | -0/+3 |
| | | | | | | | | | Otherwise it'd end up with whatever was included last | ||||
| * | | MMS (Multisig Messaging System): Initial version | rbrunner7 | 2018-12-12 | 1 | -0/+12 |
| |/ | |||||
| * | wallet: warn if lockable memory limit is too low | moneromooo-monero | 2018-11-03 | 1 | -0/+15 |
| | | |||||
| * | Merge pull request #4545 | Riccardo Spagni | 2018-10-26 | 1 | -1/+24 |
| |\ | | | | | | | 93a88d73 Utils: add support for newer Windows versions detection (Gregory Lemercier) | ||||
| | * | Utils: add support for newer Windows versions detection | Gregory Lemercier | 2018-10-09 | 1 | -1/+24 |
| | | | |||||
| * | | Merge pull request #4629 | Riccardo Spagni | 2018-10-20 | 1 | -0/+20 |
| |\ \ | | | | | | | | | | c7743929 spawn: close all file descriptors before execve (moneromooo-monero) | ||||
| | * | | spawn: close all file descriptors before execve | moneromooo-monero | 2018-10-17 | 1 | -0/+20 |
| | |/ | | | | | | | No need to give whatever we're calling access to what we use | ||||
| * / | util: close keys file lock on exec | moneromooo-monero | 2018-10-16 | 1 | -1/+1 |
| |/ | |||||
| * | simplewallet: Add Unicode input_line [Ryo backport] | fireice-uk | 2018-09-19 | 1 | -0/+28 |
| | | |||||
| * | Merge pull request #4293 | luigi1111 | 2018-09-10 | 1 | -49/+35 |
| |\ | | | | | | | 9d65399 is_hdd update (p8p) | ||||
| | * | is_hdd update | p8p | 2018-08-25 | 1 | -49/+35 |
| | | | |||||
| * | | util: remove unused <ustat.h> | moneromooo-monero | 2018-08-17 | 1 | -1/+0 |
| |/ | | | | | | It's obsolete and removed from at least Arch Linux 8.2 Reported by moneroexamples | ||||
| * | Merge pull request #4136 | luigi1111 | 2018-08-15 | 1 | -0/+16 |
| |\ | | | | | | | 4307489 wallet: disable core dumps on startup in release mode (moneromooo-monero) | ||||
| | * | wallet: disable core dumps on startup in release mode | moneromooo-monero | 2018-08-12 | 1 | -0/+16 |
| | | | |||||
| * | | core_tests: add --filter to select which tests to run | moneromooo-monero | 2018-07-07 | 1 | -0/+19 |
| |/ | |||||
| * | util: fix mistakes made in #3994 | stoffu | 2018-06-28 | 1 | -3/+3 |
| | | |||||
| * | util: add file_locker class | stoffu | 2018-06-28 | 1 | -0/+67 |
| | | |||||
| * | epee.string_tools: add conversion between UTF-8 and UTF-16 | stoffu | 2018-06-28 | 1 | -11/+18 |
| | | |||||
| * | Move parse_subaddress_lookahead() from simplewallet.cpp to util.cpp | stoffu | 2018-06-21 | 1 | -0/+18 |
| | | |||||
| * | Merge pull request #3932 | luigi1111 | 2018-06-20 | 1 | -0/+7 |
| |\ | | | | | | | | | | | 8962f00 simplewallet: add optional trusted/untrusted argument to set_daemon (moneromooo-monero) 941a608 util: consider Tor/I2P addresses to be non local (moneromooo-monero) 2b3357e README: mention --untrusted-daemon (moneromooo-monero) | ||||
| | * | util: consider Tor/I2P addresses to be non local | moneromooo-monero | 2018-06-05 | 1 | -0/+7 |
| | | | |||||
| * | | db_lmdb: warn about slowness when running off a spinning disk | moneromooo-monero | 2018-06-08 | 1 | -0/+70 |
| |/ | |||||
| * | util: log stack trace on crash | moneromooo-monero | 2018-04-12 | 1 | -0/+39 |
| | | |||||
| * | common: make this build with unbound 1.4.20 | moneromooo-monero | 2018-04-10 | 1 | -1/+4 |
| | | | | | Common on currently used distros | ||||
| * | Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows | rbrunner7 | 2018-02-25 | 1 | -8/+15 |
| | | |||||
