1. 20 Nov, 2018 1 commit
  2. 19 Nov, 2018 1 commit
  3. 17 Nov, 2018 3 commits
  4. 16 Nov, 2018 3 commits
  5. 14 Nov, 2018 2 commits
  6. 11 Nov, 2018 1 commit
  7. 06 Nov, 2018 2 commits
  8. 27 Oct, 2018 1 commit
  9. 25 Oct, 2018 3 commits
  10. 24 Oct, 2018 2 commits
  11. 23 Oct, 2018 1 commit
  12. 17 Oct, 2018 8 commits
  13. 16 Oct, 2018 8 commits
  14. 15 Oct, 2018 2 commits
    • psychocrypt's avatar
      fix broken AMD OpenCL compile · 2a0d565b
      psychocrypt authored
      The AMD compiler for OpenCL shipped with the driver 14XX is broken
      and can not compile xmr-stak since the monero v8 changes are introduced.
      
      - workaround a simple compare.
      - add new device define `OPENCL_DRIVER_MAJOR`
      2a0d565b
    • psychocrypt's avatar
      reduce blocking during metric update · ca14c9df
      psychocrypt authored
      With #1845 a race condition during the telemetry update is solved.
      The problem is that the used mutex is blocking all threads from updating the metrics during
      the statistics are calculated.
      
      - introduce a mutex per miner thread
      ca14c9df
  15. 14 Oct, 2018 1 commit
    • psychocrypt's avatar
      fix access uninitialized value · 5da57b93
      psychocrypt authored
      fix #1906
      
      If the currency provided by the user is not known by the miner we access an uninitialized value.
      
      Add default values for member of `coinDescription`.
      5da57b93
  16. 11 Oct, 2018 1 commit