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