1. 21 Aug, 2018 4 commits
    • Geoff Simmons's avatar
      Doc fixes. · 7fd59f69
      Geoff Simmons authored
      7fd59f69
    • Geoff Simmons's avatar
      Internal refactoring of Stats.Read(). · cb971b59
      Geoff Simmons authored
      Use an atomically incremented uint64 as the key for global maps.
      Random key and sync.Maps are no longer necessary.
      cb971b59
    • Geoff Simmons's avatar
      go fmt fixes · dca9b6e4
      Geoff Simmons authored
      dca9b6e4
    • Geoff Simmons's avatar
      Refactor Log.Read(). · 93d65c49
      Geoff Simmons authored
      No longer starting a goroutine -- users decide if they want one.
      
      Native reads are locked per Log object, since they are not safe for
      concurrency with the same native handles.
      
      The global callback map is keyed with an atomically incremented uint64.
      93d65c49
  2. 20 Aug, 2018 12 commits
  3. 19 Aug, 2018 8 commits
  4. 18 Aug, 2018 5 commits
  5. 14 Aug, 2018 11 commits