This project is mirrored from https://gitee.com/NQL886/scope.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 26 Jan, 2018 1 commit
    • Iago López Galeiras's avatar
      vendor: bump tcptracer-bpf · 9f3e7d3d
      Iago López Galeiras authored
      This includes:
      
      * an eBPF object built with a newer kernel (4.14)
      * an increased threshold for guessing offsets, which is necessary for
      the eBPF tracer to work on Google's Container-Optimized OS (used by
      GKE)
      9f3e7d3d
  2. 23 Jan, 2018 5 commits
  3. 22 Jan, 2018 10 commits
  4. 19 Jan, 2018 4 commits
  5. 17 Jan, 2018 5 commits
  6. 16 Jan, 2018 1 commit
  7. 15 Jan, 2018 2 commits
  8. 11 Jan, 2018 1 commit
  9. 10 Jan, 2018 4 commits
  10. 09 Jan, 2018 1 commit
  11. 08 Jan, 2018 3 commits
  12. 07 Jan, 2018 1 commit
    • Matthias Radestock's avatar
      refactor: extract common code in endpoint mapping · fd5fa7a9
      Matthias Radestock authored
      This isn't quite as neat as we'd want to make it, because two of the
      three call sites still require a closure, but it's still an
      improvement.
      
      Note that every instance of MapEndpoints only ever maps to one
      topology, which, furthermore, is a core report topology. Hence we can
      just parameterise MapEndpoints with that topology, and then the map
      functions can return just the node ids.
      fd5fa7a9
  13. 05 Jan, 2018 2 commits