summaryrefslogtreecommitdiff
path: root/src/common/util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Daemon: Print estimates for time until fully syncedrbrunner72020-03-211-9/+105
|
* util: allow newlines in string to be splitmoneromooo-monero2019-11-251-1/+14
|
* simplewallet: lock console on inactivitymoneromooo-monero2019-08-281-0/+160
|
* daemon: add more chain specific info in alt_chain_infomoneromooo-monero2019-06-011-0/+17
|
* Windows: fix a build error in MSYS2 with boost 1.70.0iDunk54002019-04-181-0/+3
|
* Merge pull request #5367Riccardo Spagni2019-04-111-4/+4
|\ | | | | | | 07b716bf util: name replace_file arguments better (moneromooo-monero)
| * util: name replace_file arguments bettermoneromooo-monero2019-03-291-4/+4
| | | | | | | | It was confusing unless you read code and the rename(2) man page.
* | New interactive daemon command 'print_net_stats': Global traffic statsrbrunner72019-03-241-0/+36
|/
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Merge pull request #4944luigi11112018-12-311-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 compatibilitymoneromooo-monero2018-12-061-3/+26
| | | | | | | | in particular with NFS
| * util: set MONERO_DEFAULT_LOG_CATEGORYmoneromooo-monero2018-12-051-0/+3
| | | | | | | | Otherwise it'd end up with whatever was included last
* | MMS (Multisig Messaging System): Initial versionrbrunner72018-12-121-0/+12
|/
* wallet: warn if lockable memory limit is too lowmoneromooo-monero2018-11-031-0/+15
|
* Merge pull request #4545Riccardo Spagni2018-10-261-1/+24
|\ | | | | | | 93a88d73 Utils: add support for newer Windows versions detection (Gregory Lemercier)
| * Utils: add support for newer Windows versions detectionGregory Lemercier2018-10-091-1/+24
| |
* | Merge pull request #4629Riccardo Spagni2018-10-201-0/+20
|\ \ | | | | | | | | | c7743929 spawn: close all file descriptors before execve (moneromooo-monero)
| * | spawn: close all file descriptors before execvemoneromooo-monero2018-10-171-0/+20
| |/ | | | | | | No need to give whatever we're calling access to what we use
* / util: close keys file lock on execmoneromooo-monero2018-10-161-1/+1
|/
* simplewallet: Add Unicode input_line [Ryo backport]fireice-uk2018-09-191-0/+28
|
* Merge pull request #4293luigi11112018-09-101-49/+35
|\ | | | | | | 9d65399 is_hdd update (p8p)
| * is_hdd updatep8p2018-08-251-49/+35
| |
* | util: remove unused <ustat.h>moneromooo-monero2018-08-171-1/+0
|/ | | | | | It's obsolete and removed from at least Arch Linux 8.2 Reported by moneroexamples
* Merge pull request #4136luigi11112018-08-151-0/+16
|\ | | | | | | 4307489 wallet: disable core dumps on startup in release mode (moneromooo-monero)
| * wallet: disable core dumps on startup in release modemoneromooo-monero2018-08-121-0/+16
| |
* | core_tests: add --filter to select which tests to runmoneromooo-monero2018-07-071-0/+19
|/
* util: fix mistakes made in #3994stoffu2018-06-281-3/+3
|
* util: add file_locker classstoffu2018-06-281-0/+67
|
* epee.string_tools: add conversion between UTF-8 and UTF-16stoffu2018-06-281-11/+18
|
* Move parse_subaddress_lookahead() from simplewallet.cpp to util.cppstoffu2018-06-211-0/+18
|
* Merge pull request #3932luigi11112018-06-201-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 localmoneromooo-monero2018-06-051-0/+7
| |
* | db_lmdb: warn about slowness when running off a spinning diskmoneromooo-monero2018-06-081-0/+70
|/
* util: log stack trace on crashmoneromooo-monero2018-04-121-0/+39
|
* common: make this build with unbound 1.4.20moneromooo-monero2018-04-101-1/+4
| | | | Common on currently used distros
* Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windowsrbrunner72018-02-251-8/+15
|
* wipeable_string: call memwipe directlymoneromooo-monero2018-01-311-2/+0
| | | | | since the original reason for the indirect call (that memwipe was not in contrib) is now gone
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Merge pull request #3084Riccardo Spagni2018-01-251-0/+17
|\ | | | | | | 5f5a51a6 util: warn if unbound was not built with threads (moneromooo-monero)
| * util: warn if unbound was not built with threadsmoneromooo-monero2018-01-081-0/+17
| | | | | | | | This can causes crashes in libunbound
* | Merge pull request #3052Riccardo Spagni2018-01-251-9/+1
|\ \ | | | | | | | | | d507167f Removed unused mac-specific output folder path (Maxithi)
| * | Removed unused mac-specific output folder pathMaxithi2018-01-041-9/+1
| |/
* / epee: remove dependency on commonmoneromooo-monero2018-01-101-0/+1
|/
* Merge pull request #2890Riccardo Spagni2017-12-251-7/+7
|\ | | | | | | | | 83b0f9e6 version: add -master to master version (moneromooo-monero) 493f7d09 util: allow non numeric version parts (moneromooo-monero)
| * util: allow non numeric version partsmoneromooo-monero2017-12-071-7/+7
| |
* | move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+1
| |
* | Merge pull request #2860Riccardo Spagni2017-12-161-0/+6
|\ \ | |/ |/| | | | | | | | | 3dffe71b new wipeable_string class to replace std::string passphrases (moneromooo-monero) 7a2a5741 utils: initialize easylogging++ in on_startup (moneromooo-monero) 54950829 use memwipe in a few relevant places (moneromooo-monero) 000666ff add a memwipe function (moneromooo-monero)
| * new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-271-0/+4
| |
| * utils: initialize easylogging++ in on_startupmoneromooo-monero2017-11-271-0/+2
| | | | | | | | | | It will be reinitialized later once we know about log file and other command line configuration
* | fixed common/util.cpp to link against libresslston1th2017-11-181-1/+1
|/