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