Skip to content
Snippets Groups Projects
  1. Dec 03, 2016
  2. Oct 28, 2016
  3. Sep 29, 2016
  4. Sep 22, 2016
  5. Jul 12, 2016
  6. Jul 01, 2016
  7. Jun 29, 2016
  8. Jun 13, 2016
  9. May 11, 2016
  10. May 04, 2016
  11. Apr 28, 2016
  12. Mar 31, 2016
  13. Mar 18, 2016
  14. Feb 02, 2016
  15. Jan 22, 2016
  16. Jan 19, 2016
  17. Jan 16, 2016
  18. Sep 05, 2015
    • Nathaniel Manista's avatar
      Beta API clean-ups · f65d3c11
      Nathaniel Manista authored
      (1) Renamed the "beta" module "implementations" because it hasn't been
      monolithic since "interfaces" was factored out of it a few changes
      back.
      
      (2) Moved ChannelConnectivity from grpc.beta.beta to
      grpc.beta.interfaces since it is constants that don't depend on the
      beta implementation.
      
      (3) Moved the Server interface definition from grpc.beta.beta to
      grpc.beta.interfaces since it is an interface.
      
      (4) Dropped the "create_" prefix from "create_<...>_channel" functions
      to better match the other creation functions throughout the codebase.
      f65d3c11
  19. Aug 31, 2015
  20. Aug 22, 2015
  21. Jul 28, 2015
  22. Jun 25, 2015
  23. Apr 06, 2015
  24. Mar 30, 2015
    • Nathaniel Manista's avatar
      Unify early_adopter construction functions · f492b16d
      Nathaniel Manista authored
      It was awkward for the generated code to call an API that offered
      both insecure_server and secure_server as well as insecure_stub and
      secure_stub. With this change there is just a single server function
      and a single stub function and security is decided based on arguments
      passed.
      f492b16d
  25. Mar 24, 2015
  26. Mar 21, 2015
  27. Mar 18, 2015
  28. Mar 17, 2015
  29. Mar 11, 2015
  30. Mar 02, 2015
  31. Feb 27, 2015
  32. Feb 26, 2015
  33. Feb 25, 2015
  34. Feb 20, 2015
Loading