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