1. 12 May, 2017 3 commits
  2. 11 May, 2017 1 commit
    • Alexander Zilberkant's avatar
      add an option to warn about discarded messages · 0aeaf9e2
      Alexander Zilberkant authored
      when using async_logger with async_overflow_policy::discard_log_msg each discarded
      message will be counted and warning will be printed by the worker thread
      
      this new feature is disabled by default - as it may have a performance hit when discarding messages
      0aeaf9e2
  3. 10 May, 2017 2 commits
    • Gabi Melman's avatar
      Merge pull request #436 from bahostetterlewis/master · 47006c4e
      Gabi Melman authored
      Allow compiler to select an strerror_r stringify
      47006c4e
    • Barrett's avatar
      Allow compiler to select an strerror_r stringify · 84a4f56e
      Barrett authored
      On Alpine (and potentially other systems) that don't identify their runtime correctly there is an issue with the string conversion
      Specifically, alpine linux and musl where the errno_to_string is incorrectly called.
      To fix this I have added two overloaded functions and use auto err to allow the compiler to detect the actual types returned and call the correct method for conversion
      84a4f56e
  4. 06 May, 2017 2 commits
  5. 02 May, 2017 4 commits
  6. 29 Apr, 2017 1 commit
  7. 28 Apr, 2017 3 commits
  8. 25 Apr, 2017 2 commits
  9. 07 Apr, 2017 7 commits
  10. 06 Apr, 2017 1 commit
  11. 02 Apr, 2017 1 commit
  12. 29 Mar, 2017 9 commits
  13. 28 Mar, 2017 1 commit
  14. 27 Mar, 2017 3 commits