aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-04-28add a --max-concurrency flagmoneromooo-monero1-0/+3
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-06util: add a function to set umask to 077moneromooo-monero1-0/+2
Useful to ensure files are written without group/other read rights.
2016-03-11Use boost::thread instead of std::threadHoward Chu1-2/+2
and all other associated IPC
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-11-29wallet: cancellable refreshmoneromooo-monero1-6/+6
^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-21Fix startup crash when using a locale boost does not likemoneromooo-monero1-0/+2
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-20Hopefully fixes build on WindowsThomas Winget1-0/+12
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-11mispelled brief, corrected itjebes1-7/+7
2014-09-11Documented varintjebes1-2/+2
2014-09-09commented util.hjebes1-5/+40
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-05-03initial [broken] updatemydesktop1-1/+1
2014-03-20some fixesAntonio Juarez1-0/+57
2014-03-03moved all stuff to githubAntonio Juarez1-0/+29