Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-18 | common: update sha256sum to use OpenSSL 3.0 API | Jeffrey Ryan | 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. | |||||
2022-04-18 | Merge functionality of misc_os_dependent into time_helper.h | Jeffrey | 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 | |||||
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2021-07-27 | Daemon: Update average block size table | rbrunner7 | 1 | -2/+6 | |
2020-12-22 | restrict public node checks a little | moneromooo-monero | 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 | |||||
2020-10-20 | util: fix escaping more than one ?* in glob_to_regex | moneromooo-monero | 1 | -3/+3 | |
2020-06-25 | util: fix kilo prefix typo (K instead of k) | moneromooo-monero | 1 | -1/+1 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2020-03-21 | Daemon: Print estimates for time until fully synced | rbrunner7 | 1 | -9/+105 | |
2019-11-25 | util: allow newlines in string to be split | moneromooo-monero | 1 | -1/+14 | |
2019-08-28 | simplewallet: lock console on inactivity | moneromooo-monero | 1 | -0/+160 | |
2019-06-01 | daemon: add more chain specific info in alt_chain_info | moneromooo-monero | 1 | -0/+17 | |
2019-04-18 | Windows: fix a build error in MSYS2 with boost 1.70.0 | iDunk5400 | 1 | -0/+3 | |
2019-03-29 | util: name replace_file arguments better | moneromooo-monero | 1 | -4/+4 | |
It was confusing unless you read code and the rename(2) man page. | |||||
2019-03-24 | New interactive daemon command 'print_net_stats': Global traffic stats | rbrunner7 | 1 | -0/+36 | |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-12-12 | MMS (Multisig Messaging System): Initial version | rbrunner7 | 1 | -0/+12 | |
2018-12-06 | util: use fcntl instead of flock, for compatibility | moneromooo-monero | 1 | -3/+26 | |
in particular with NFS | |||||
2018-12-05 | util: set MONERO_DEFAULT_LOG_CATEGORY | moneromooo-monero | 1 | -0/+3 | |
Otherwise it'd end up with whatever was included last | |||||
2018-11-03 | wallet: warn if lockable memory limit is too low | moneromooo-monero | 1 | -0/+15 | |
2018-10-17 | spawn: close all file descriptors before execve | moneromooo-monero | 1 | -0/+20 | |
No need to give whatever we're calling access to what we use | |||||
2018-10-16 | util: close keys file lock on exec | moneromooo-monero | 1 | -1/+1 | |
2018-10-09 | Utils: add support for newer Windows versions detection | Gregory Lemercier | 1 | -1/+24 | |
2018-09-19 | simplewallet: Add Unicode input_line [Ryo backport] | fireice-uk | 1 | -0/+28 | |
2018-08-25 | is_hdd update | p8p | 1 | -50/+36 | |
2018-08-17 | util: remove unused <ustat.h> | moneromooo-monero | 1 | -1/+0 | |
It's obsolete and removed from at least Arch Linux 8.2 Reported by moneroexamples | |||||
2018-08-12 | wallet: disable core dumps on startup in release mode | moneromooo-monero | 1 | -0/+16 | |
2018-07-07 | core_tests: add --filter to select which tests to run | moneromooo-monero | 1 | -0/+19 | |
2018-06-28 | util: fix mistakes made in #3994 | stoffu | 1 | -3/+3 | |
2018-06-28 | util: add file_locker class | stoffu | 1 | -0/+67 | |
2018-06-28 | epee.string_tools: add conversion between UTF-8 and UTF-16 | stoffu | 1 | -12/+19 | |
2018-06-21 | Move parse_subaddress_lookahead() from simplewallet.cpp to util.cpp | stoffu | 1 | -0/+18 | |
2018-06-08 | db_lmdb: warn about slowness when running off a spinning disk | moneromooo-monero | 1 | -0/+70 | |
2018-06-05 | util: consider Tor/I2P addresses to be non local | moneromooo-monero | 1 | -0/+7 | |
2018-04-12 | util: log stack trace on crash | moneromooo-monero | 1 | -0/+39 | |
2018-04-10 | common: make this build with unbound 1.4.20 | moneromooo-monero | 1 | -1/+4 | |
Common on currently used distros | |||||
2018-02-25 | Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows | rbrunner7 | 1 | -8/+15 | |
2018-01-31 | wipeable_string: call memwipe directly | moneromooo-monero | 1 | -2/+0 | |
since the original reason for the indirect call (that memwipe was not in contrib) is now gone | |||||
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2018-01-10 | epee: remove dependency on common | moneromooo-monero | 1 | -0/+1 | |
2018-01-08 | util: warn if unbound was not built with threads | moneromooo-monero | 1 | -0/+17 | |
This can causes crashes in libunbound | |||||
2018-01-04 | Removed unused mac-specific output folder path | Maxithi | 1 | -9/+1 | |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -0/+1 | |
2017-12-07 | util: allow non numeric version parts | moneromooo-monero | 1 | -7/+7 | |
2017-11-27 | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 1 | -0/+4 | |
2017-11-27 | utils: initialize easylogging++ in on_startup | moneromooo-monero | 1 | -0/+2 | |
It will be reinitialized later once we know about log file and other command line configuration | |||||
2017-11-18 | fixed common/util.cpp to link against libressl | ston1th | 1 | -1/+1 | |
2017-11-14 | make this build on SunOS/Solaris | Pavel Maryanov | 1 | -1/+1 | |
2017-10-21 | Initialize openssl on startup | moneromooo-monero | 1 | -0/+7 | |
2017-10-14 | Add tools::on_startup, and warn about glibc 2.25 bug if found | moneromooo-monero | 1 | -0/+15 | |
https://sourceware.org/bugzilla/show_bug.cgi?id=21778 | |||||
2017-08-30 | Do not create file when RPC user/pass is given and use file locking | Lee Clagett | 1 | -21/+55 | |
2017-02-23 | core: protect precomputed block hashes with SHA256 | moneromooo-monero | 1 | -0/+12 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-20 | util: add a SHA256 function | moneromooo-monero | 1 | -1/+34 | |
2017-02-20 | util: add a vercmp function to compare version numbers | moneromooo-monero | 1 | -0/+17 | |
It is simple, supports simple x.y.z type numeric versions, and does not attempt any kind of validation | |||||
2017-01-28 | Factor is_address_local code into a tools function | moneromooo-monero | 1 | -0/+37 | |
2016-12-16 | Enabled HTTP auth support for monero-wallet-rpc | Lee Clagett | 1 | -0/+86 | |
2016-04-28 | add a --max-concurrency flag | moneromooo-monero | 1 | -0/+23 | |
It sets the max number of threads to use for a parallel job. This is different that the number of total threads, since monero binaries typically start a lot of them. | |||||
2016-04-06 | util: add a function to set umask to 077 | moneromooo-monero | 1 | -0/+9 | |
Useful to ensure files are written without group/other read rights. | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-11-29 | wallet: cancellable refresh | moneromooo-monero | 1 | -1/+1 | |
^C while in manual refresh will cancel the refresh, since that's often an annoying thing to have to wait for. Also, a manual refresh command will interrupt any running background refresh and take over, rather than wait for the background refresh to be done, and look to be hanging. | |||||
2015-11-25 | util: use putenv instead of setenv for mingw | moneromooo-monero | 1 | -0/+5 | |
2015-11-21 | Fix startup crash when using a locale boost does not like | moneromooo-monero | 1 | -0/+19 | |
There are various locale related bugs in various versions of boost, where exceptions are thrown in boost::filesystem APIs when the current locale is not to boost's liking. It's not clear what "not to boost's liking" means in detail, though "en" and "en_US.UTF-8" are not to its liking. Fix it by running a test function that's known to throw in such a case, and resetting LANG and LC_ALL to C if an exception is thrown. In simplewallet, the locale is queried before that so the correct translations will still be used. | |||||
2015-03-20 | Hopefully fixes build on Windows | Thomas Winget | 1 | -1/+1 | |
2015-02-24 | 2014 network limit 1.3 fix log/path/data +utils | rfree2monero | 1 | -1/+1 | |
+toc -doc -drmonero Fixed the windows path, and improved logging and data (for graph) logging, fixed some locks and added more checks. Still there is a locking error, not added by my patches, but present in master version (locking of map/list of peers). | |||||
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-09-11 | Documented varint | jebes | 1 | -1/+1 | |
2014-09-09 | commented util.h | jebes | 1 | -3/+5 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-03-20 | some fixes | Antonio Juarez | 1 | -0/+1 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+363 | |