1. 21 Aug, 2018 1 commit
    • Lioncash's avatar
      telemetry_session: Don't allocate std::string instances for program lifetime... · b5fb246a
      Lioncash authored
      telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId()
      
      Given these functions aren't intended to be used frequently, there's no
      need to keep the std::string instances allocated for the whole lifetime
      of the program. It's just a waste of memory.
      b5fb246a
  2. 20 Aug, 2018 11 commits
  3. 19 Aug, 2018 17 commits
  4. 18 Aug, 2018 10 commits
  5. 17 Aug, 2018 1 commit