Skip to content
Snippets Groups Projects
  1. Mar 22, 2018
  2. Jan 20, 2018
  3. Sep 21, 2016
  4. Sep 18, 2016
  5. Feb 05, 2016
  6. May 12, 2015
    • Yuri Kunde Schlesner's avatar
      Common: Remove async logging · b88c91dd
      Yuri Kunde Schlesner authored
      It provided a large increase in complexity of the logging system while
      having a negligible performance impact: the usage patterns of the ring
      buffer meant that each log contended with the logging thread, causing
      it to effectively act as a synchronous extra buffering.
      
      Also removed some broken code related to filtering of subclasses which
      was broken since it was introduced. (Which means no one ever used that
      feature anyway, since, 8 months later, no one ever complained.)
      b88c91dd
  7. Mar 06, 2015
  8. Dec 21, 2014
  9. Dec 13, 2014
Loading