Skip to content
Snippets Groups Projects
  1. Jul 31, 2017
  2. Jul 29, 2017
  3. Jul 28, 2017
  4. Jul 27, 2017
  5. Jul 26, 2017
    • Mark D. Roth's avatar
      Merge pull request #11905 from markdroth/byte_stream_shutdown · c44f036e
      Mark D. Roth authored
      Improvements to grpc_byte_stream API and handling.
      c44f036e
    • Mark D. Roth's avatar
      Improvements to grpc_byte_stream API and handling. · 57940617
      Mark D. Roth authored
      - Add shutdown() method (to be used in forthcoming call combiner code).
      - Use a vtable instead of storing method pointers in each instance.
      - Check all callers of pull() to make sure that they are properly
        handling errors.
      - Clarify ownership rules and attempt to adhere to them.
      - Added a new grpc_caching_byte_stream implementation, which is used in
        http_client_filter to avoid having to read the whole send_message byte
        stream before passing control down the stack.  (This class may also be
        used in the retry code I'm working on separately.)
      - As part of this, did a major rewrite of http_client_filter, which
        made the code more readable and fixed a number of potential bugs.
      
      Note that some of this code is hard to test right now, due to the fact
      that the send_message byte stream is always a slice_buffer stream, for
      which next() is always synchronous and no destruction is needed.
      However, some future work (specifically, my call combiner work and
      Craig's incremental send work) will start leveraging this.
      57940617
    • Guantao Liu's avatar
      Merge pull request #11926 from guantaol/patch_dashboard_schema · 3064423b
      Guantao Liu authored
      Patch dashboard schema to add new metrics 'Queries/CPU-sec'
      3064423b
    • Michael Lumish's avatar
      Merge pull request #11921 from adam-26/1745 · 9c3f43f7
      Michael Lumish authored
      Fix issue from google/protobuf#1745 - javascript allow dot in filename
      9c3f43f7
    • Jan Tattermusch's avatar
      36d0056c
Loading