1. 01 Jun, 2018 3 commits
    • JamesReynolds's avatar
      Move errno code into common · 7bc598c9
      JamesReynolds authored
      errno code is no longer OS specific. Moving to common.
      7bc598c9
    • JamesReynolds's avatar
      Fixes #717 · aa9012fa
      JamesReynolds authored
      This fix uses the fmt::safe_strerror instead of the underlying
      strerror_r functionality. I think this is better - but I'm not
      sure if there is a reason for avoiding the use of this function.
      aa9012fa
    • JamesReynolds's avatar
      Closes #717 · 3fbac8e2
      JamesReynolds authored
      Failure to compile to systems that don't have a valid definition
      of strerror_r.
      3fbac8e2
  2. 30 May, 2018 1 commit
  3. 23 May, 2018 2 commits
  4. 22 May, 2018 2 commits
  5. 21 May, 2018 4 commits
  6. 20 May, 2018 19 commits
  7. 19 May, 2018 6 commits
  8. 17 May, 2018 2 commits
  9. 27 Apr, 2018 1 commit