| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use boost::thread instead of std::thread | Howard Chu | 2016-03-11 | 1 | -2/+2 |
| | | | | | and all other associated IPC | ||||
| * | updated copyright year | Riccardo Spagni | 2015-12-31 | 1 | -1/+1 |
| | | |||||
| * | wallet: cancellable refresh | moneromooo-monero | 2015-11-29 | 1 | -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. | ||||
| * | Fix startup crash when using a locale boost does not like | moneromooo-monero | 2015-11-21 | 1 | -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. | ||||
| * | Hopefully fixes build on Windows | Thomas Winget | 2015-03-20 | 1 | -0/+12 |
| | | |||||
| * | year updated in license | Riccardo Spagni | 2015-01-02 | 1 | -1/+1 |
| | | |||||
| * | mispelled brief, corrected it | jebes | 2014-09-11 | 1 | -7/+7 |
| | | |||||
| * | Documented varint | jebes | 2014-09-11 | 1 | -2/+2 |
| | | |||||
| * | commented util.h | jebes | 2014-09-09 | 1 | -5/+40 |
| | | |||||
| * | License updated to BSD 3-clause | fluffypony | 2014-07-23 | 1 | -3/+29 |
| | | |||||
| * | initial [broken] update | mydesktop | 2014-05-03 | 1 | -1/+1 |
| | | |||||
| * | some fixes | Antonio Juarez | 2014-03-20 | 1 | -0/+57 |
| | | |||||
| * | moved all stuff to github | Antonio Juarez | 2014-03-03 | 1 | -0/+29 |
