Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also fflush in printer::print_str() if configured to do so | Dickinson Reed | 2017-12-12 | 1 | -0/+5 |
| | |||||
* | add environment variable `XMRSTAK_NOWAIT` | psychocrypt | 2017-12-01 | 1 | -2/+7 |
| | | | | | - add documentation - add environment variable `XMRSTAK_NOWAIT` | ||||
* | Add windows exit | Unknown | 2017-11-19 | 1 | -4/+5 |
| | |||||
* | add option: flush stdout | Alessandro Da Rugna | 2017-10-29 | 1 | -0/+6 |
| | | | | | | Added the option to forcefully flush STDOUT, which may be useful when running the miner through a pipe instead than a shell. If STDOUT is a shell, it's unbuffered by default. If STDOUT is a pipe, it's buffered by default. | ||||
* | cleanup includes | psychocrypt | 2017-09-30 | 1 | -1/+2 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 1 | -0/+227 |
- move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp` |