| Commit message (Collapse) | Author | Age |
|\ |
|
| |\
| | |
| | | |
Node: replace custom deprecation warning with existing solution
|
| |\ \
| | | |
| | | | |
Add a GrpcLibraryInitializer to client_context.cc
|
| |\ \ \
| | | | |
| | | | | |
Initialize initiating_exec_ctx_or_null
|
| |\ \ \ \
| | | | | |
| | | | | | |
Fix leak if duplicated static metadata
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Add comment and test for API of a parameter to grpc_call_cancel_with_status
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Get more useful debug info out of Jenkins
|
| |\ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | | |
Fix two memory leak points in ObjC
|
| | |_|_|_|_|/
| |/| | | | | |
|
| | | | | | | |
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | |_|_|/
| |/| | | |
|
| | | | | |
|
| | |/ /
| |/| | |
|
| |\ \ \
| | | | |
| | | | | |
Fix 'Release of a suspended object' issue in GRXBufferedPipe
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Allow adding events to cq after shutdown is called.
|
| | |/ / /
| |/| | | |
|
| |\ \ \ \
| | |_|/ /
| |/| | | |
Add src/core/lib/iomgr/nameser.h
|
| | | | | |
|
|\| | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | |/ |
|
| |\ \ \
| | | | |
| | | | | |
Fix bug in handling of RR connectivity transition to SHUTDOWN
|
| |\ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
dgquintas/grpclb_lb_channel_conn_state_subscription
Watch the LB channel using the right initial conn. state
|
| |\ \ \ \
| | | | | |
| | | | | | |
Advance versions of BoringSSL and protoc
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
C#: offload work from GrpcThreadPool by default.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Improve completion of bidi calls when there is an initial error
|
| | | | | | | | |
|
| | | | | |/ / |
|
| | | | | | | |
|
| | |_|_|/ /
| |/| | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Implement stream compression - transport layer
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- 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.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix issue from google/protobuf#1745 - javascript allow dot in filename
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Adding user_data to avl interface so that an exec_ctx can be passed in.
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
gRPC Python test infrastructure.
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
grpclb: deal with all-drops serverlists
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Update package info with classifiers and updated webpage
|
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Disable epoll1 unless explicitly requested
|