- Jul 26, 2017
-
-
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.
-
Guantao Liu authored
Patch dashboard schema to add new metrics 'Queries/CPU-sec'
-
Michael Lumish authored
Fix issue from google/protobuf#1745 - javascript allow dot in filename
-
Jan Tattermusch authored
Generate kokoro_index.html before starting kokoro build
-
Jan Tattermusch authored
-
Yang Gao authored
Adding user_data to avl interface so that an exec_ctx can be passed in.
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Nathaniel Manista authored
gRPC Python test infrastructure.
-
David G. Quintas authored
grpclb: deal with all-drops serverlists
-
kpayson64 authored
Update package info with classifiers and updated webpage
-
- Jul 25, 2017
-
-
David Garcia Quintas authored
-
Sree Kuchibhotla authored
Disable epoll1 unless explicitly requested
-
Ken Payson authored
-
Sree Kuchibhotla authored
-
Nathaniel Manista authored
(The time-related first part of it, anyway.)
-
Vijay Pai authored
Revert "Separate internal-only and public parts of C++ API"
-
Vijay Pai authored
Move gtest last
-
adelez authored
Exit 1 if some tests fail
-
yang-g authored
-
yang-g authored
-
yang-g authored
-
yang-g authored
-
yang-g authored
-
Vijay Pai authored
Remove a follow-on internal that was added post-internalization, keep the templated QPS worker rather than going back to internal API
-
Vijay Pai authored
-
Guantao Liu authored
-
Guantao Liu authored
-
Sree Kuchibhotla authored
-
David G. Quintas authored
Fix wrong logging of LB policy addresses
-
Mehrdad Afshari authored
Fix error in Doxygen comment.
-
- Jul 24, 2017
-
-
David Garcia Quintas authored
-
apolcyn authored
Fix memory leak in sent ruby metadata
-
Adam authored
-
Adam authored
-
Yuchen Zeng authored
Support closed fd in grpc_fd_orphan()
-
Adele Zhou authored
-
apolcyn authored
Fix ruby test flake
-
Mark D. Roth authored
Change security interfaces to better handle both sync and async cases.
-