Skip to content
Snippets Groups Projects
  1. Jan 12, 2017
  2. Nov 02, 2016
  3. Mar 31, 2016
  4. Mar 25, 2016
  5. Feb 02, 2016
  6. Jan 28, 2016
  7. Dec 01, 2015
  8. Nov 20, 2015
  9. Nov 19, 2015
  10. Nov 18, 2015
  11. Oct 12, 2015
  12. Sep 01, 2015
  13. Aug 29, 2015
  14. Aug 22, 2015
  15. Aug 20, 2015
  16. Aug 18, 2015
  17. May 14, 2015
  18. Apr 10, 2015
  19. Mar 25, 2015
  20. Mar 12, 2015
  21. Mar 02, 2015
  22. Feb 23, 2015
    • Craig Tiller's avatar
      Remove dynamic_cast · ad9d0c47
      Craig Tiller authored
      ad9d0c47
    • Craig Tiller's avatar
      Credentials prototyping · 47c83fda
      Craig Tiller authored
      - Remove CredentialsFactory as it's unnecessary
      - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++.
      - Server credentials not touched yet, but they'll need to be updated.
      47c83fda
  23. Feb 18, 2015
  24. Jan 21, 2015
    • Julien Boeuf's avatar
      Changing the SSL (Server) Credentials API. · 8fbcc439
      Julien Boeuf authored
      - Changed the unsigned char * + size to NULL terminated strings which
        makes sense for the PEM format. I may change TSI later (but the impact
        will hopefully be much more limited).
      - Added a way to pass multiple key/cert pairs to servers which is needed
        when hosting more than one domain.
      - Removed the C++ SSL credentials tests as we are going to have an
        option to not specify the roots which will then be derived from the
        environment (well-known platform dependent locations and/or
        environment variable).
      - Fixed the php build which is the only one added in the run_test.py.
        This change will certainly break node, python and ruby.
      8fbcc439
  25. Jan 13, 2015
  26. Jan 12, 2015
  27. Nov 27, 2014
Loading