Skip to content
Snippets Groups Projects
  1. Dec 02, 2016
  2. Nov 09, 2016
  3. Oct 27, 2016
  4. Oct 21, 2016
  5. Sep 02, 2016
  6. Jul 21, 2016
  7. Jul 13, 2016
  8. Jul 01, 2016
  9. Jun 22, 2016
  10. May 26, 2016
  11. May 09, 2016
    • David Garcia Quintas's avatar
      Allow servers to select compression level via initial MD. · a301eaad
      David Garcia Quintas authored
      Setting the newly added compression_level field of
      grpc_op::send_initial_metadata by a server now has the effect of
      applying that compression level for the subsequent call messages leaving
      the server. The ultimate meaning of the level depends on the client's
      supported compression algorithms.
      a301eaad
  12. May 04, 2016
  13. Apr 27, 2016
  14. Apr 20, 2016
  15. Mar 31, 2016
  16. Mar 26, 2016
  17. Feb 02, 2016
  18. Dec 22, 2015
  19. Dec 02, 2015
  20. Nov 20, 2015
    • Julien Boeuf's avatar
      Also adding a credentials type to the plugin API. · caf9935e
      Julien Boeuf authored
      The purpose of this is to be able to install a composition policy that
      describes which types are incompatible and that will be enforced during
      call creds composition.
      
      If this functionality is wanted it will be done in an additive function in
      the API like :
      
      void grpc_call_credentials_set_composite_policy(
        grpc_call_credentials_composite_policy policy);
      caf9935e
  21. Nov 19, 2015
  22. Oct 27, 2015
  23. Oct 07, 2015
  24. Oct 06, 2015
  25. Sep 13, 2015
  26. Aug 26, 2015
  27. Aug 22, 2015
  28. Aug 18, 2015
  29. Aug 12, 2015
  30. Aug 10, 2015
  31. Aug 09, 2015
  32. Aug 08, 2015
Loading