Skip to content
Snippets Groups Projects
  1. Dec 29, 2016
  2. Dec 16, 2016
  3. Dec 07, 2016
  4. Dec 03, 2016
  5. Oct 28, 2016
  6. Sep 29, 2016
  7. Sep 22, 2016
  8. Jul 12, 2016
  9. Jul 01, 2016
  10. Jun 29, 2016
  11. Jun 13, 2016
  12. May 11, 2016
  13. May 04, 2016
  14. Apr 28, 2016
  15. Mar 31, 2016
  16. Mar 18, 2016
  17. Feb 02, 2016
  18. Jan 22, 2016
  19. Jan 19, 2016
  20. Jan 16, 2016
  21. 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
  22. Aug 31, 2015
  23. Aug 22, 2015
  24. Jul 28, 2015
  25. Jun 25, 2015
  26. Apr 06, 2015
  27. 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
  28. Mar 24, 2015
  29. Mar 21, 2015
  30. Mar 18, 2015
  31. Mar 17, 2015
  32. Mar 11, 2015
  33. Mar 02, 2015
  34. Feb 27, 2015
  35. Feb 26, 2015
Loading