Skip to content
Snippets Groups Projects
  1. Nov 18, 2018
    • ale's avatar
      Add support for opencensus tracing · 1f95fcdd
      ale authored
      Trace requests on client and server HTTP traffic, using a system-wide
      configuration file to control reporting.
      1f95fcdd
  2. Nov 16, 2018
  3. Oct 26, 2018
  4. Aug 28, 2018
  5. Aug 17, 2018
  6. Aug 16, 2018
    • ale's avatar
      Refactor the clientutil package · 193e29e6
      ale authored
      Implement a simpler API for the Backend interface, removing most old
      public methods and replacing them with a single Call() method, making
      the package look a bit more like an actual rpc package (so, hopefully,
      easier to replace in the future).
      193e29e6
  7. Aug 15, 2018
  8. Dec 17, 2017
  9. Dec 11, 2017
  10. Dec 10, 2017
    • ale's avatar
      Modify the temporary error interface for Retry · 1fd8c2e2
      ale authored
      Now the default is for errors to be permanent, unless the error itself
      has a Temporary() method that returns true (like the transient network
      errors do in the net/ package).
      1fd8c2e2
  11. Dec 07, 2017
  12. Nov 27, 2017
  13. Nov 26, 2017
  14. Nov 23, 2017
  15. Nov 22, 2017
Loading