Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-30 | Merge pull request #515 | Riccardo Spagni | 1 | -0/+5 | |
0921f5b util: use putenv instead of setenv for mingw (moneromooo-monero) | |||||
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-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 | |