1. 20 Oct, 2015 1 commit
  2. 19 Oct, 2015 2 commits
  3. 16 Oct, 2015 1 commit
  4. 14 Oct, 2015 5 commits
  5. 13 Oct, 2015 4 commits
  6. 12 Oct, 2015 1 commit
  7. 11 Oct, 2015 1 commit
  8. 08 Oct, 2015 1 commit
  9. 06 Oct, 2015 1 commit
  10. 02 Oct, 2015 3 commits
  11. 27 Sep, 2015 3 commits
  12. 24 Sep, 2015 4 commits
  13. 03 Sep, 2015 1 commit
  14. 29 Aug, 2015 1 commit
  15. 24 Aug, 2015 2 commits
  16. 17 Aug, 2015 3 commits
  17. 13 Aug, 2015 1 commit
  18. 10 Aug, 2015 1 commit
    • Sameer Ajmani's avatar
      net/trace: add event logs. · 4a71d182
      Sameer Ajmani authored
      An event log is typically associated with a long-lived object, like an
      RPC connection.  Printf calls record events; Errorf calls record
      events marked as errors.  The HTTP endpoint /debug/events organizes
      event logs by family (usually the Go type name) and by
      time-since-last-error.  The expanded view shows recent events in the
      log and the call stack where the event log was created.
      
      Change-Id: I3461e0d63f39ce6495e16300299048e572b3aa19
      Reviewed-on: https://go-review.googlesource.com/12025Reviewed-by: 's avatarDavid Symonds <dsymonds@golang.org>
      4a71d182
  19. 05 Aug, 2015 1 commit
  20. 04 Aug, 2015 3 commits