- Aug 01, 2017
-
-
Noah Eisen authored
-
- Jul 31, 2017
-
-
yang-g authored
-
Garret Kelly authored
It's feasible that a program be written/linked such that it only use ClientContext from grpc++, which could end up with the other instances of GrpcLibraryInitializer not ending up in the final binary. Add a GrpcLibraryInitializer to client_context.cc to ensure that the library is initialized. The primary side-effect of the library not being initialized when only using a ClientContext is that the destructor for ClientContext indirectly ends up trying to call through g_core_codegen_interface when destructing its metadata, which is null.
-
yang-g authored
-
Muxi Yan authored
-
Muxi Yan authored
-
Muxi Yan authored
-
- Jul 29, 2017
-
-
Muxi Yan authored
-
Alexander Polcyn authored
-
- Jul 28, 2017
-
-
yang-g authored
-
yang-g authored
-
yang-g authored
-
yang-g authored
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
Alexander Polcyn authored
-
Sree Kuchibhotla authored
-
- Jul 27, 2017
-
-
Mark D. Roth authored
-
Yuchen Zeng authored
-
Yuchen Zeng authored
-
- 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.
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Jul 25, 2017
-
-
David Garcia Quintas authored
-
Ken Payson authored
-
Sree Kuchibhotla authored
-
Nathaniel Manista authored
(The time-related first part of it, anyway.)
-
yang-g authored
-
yang-g authored
-
yang-g authored
-
yang-g authored
-
Vijay Pai authored
-
Sree Kuchibhotla authored
-
- Jul 24, 2017
-
-
David Garcia Quintas authored
-
Adam authored
-
Adam authored
-
Axel Huebl authored
The `nameser.h` header is a C-Ares internal header which is not installed with C-Ares. This fixes build errors with cmake -DgRPC_CARES_PROVIDER=package ..
-
- Jul 22, 2017
-
-
Alexander Polcyn authored
-
Alexander Polcyn authored
-