Skip to content
Snippets Groups Projects
  1. Jul 19, 2017
  2. Jul 13, 2017
  3. Jul 11, 2017
  4. Jul 10, 2017
  5. Jul 07, 2017
  6. Jul 06, 2017
  7. Jul 05, 2017
  8. Jun 30, 2017
  9. Jun 29, 2017
    • Mark D. Roth's avatar
      Improvements to C++ filter API: · cc4ef591
      Mark D. Roth authored
      - Make sure all C-core parameters are passed into C++ methods.
      - Add Destroy() methods for ChannelData and CallData.
      - Use C++-style casts.
      - Add 'extern "C"' to iomgr/closure.h, which is used in C++ filters.
      cc4ef591
    • Muxi Yan's avatar
      Fix test failures · b8e6e2f2
      Muxi Yan authored
      b8e6e2f2
  10. Jun 28, 2017
  11. Jun 27, 2017
  12. Jun 26, 2017
  13. Jun 24, 2017
  14. Jun 23, 2017
  15. Jun 22, 2017
    • Mark D. Roth's avatar
      Add support for Trailers-Only responses. · bd3b93b4
      Mark D. Roth authored
      - When receiving a Trailers-Only response, return the metadata as
        trailing metadata instead of initial metadata.
      - Send Trailers-Only response when we have no non-default initial metadata,
        no message to send, and trailing metadata to send.
      bd3b93b4
Loading