| Commit message (Collapse) | Author | Age |
... | |
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Remove const cast warning in GRPCSecureChannel.m
|
| | |_|_|/ / /
| |/| | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- uri parsing
- dns resolution
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Let's inform the system of the lock to unlock...
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Cascade-kick pollsets when shutting down.
|
| | |_|/ / / / /
| |/| | | | | | |
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
In the case we're using a threadpool, depending on where the threads are waiting in completion queue's next, they'll get stuck on shutdown because we're only kicking one of them. Instead, let's cascade-kick the pollsets when we shutdown so that we make sure all of them are exitting properly.
|
| | |_|_|_|/
| |/| | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Move some code out of src/ into tools/
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Return dummy data for empty histograms
|
| | | | | | | | |
|
| | |_|_|_|/ /
| |/| | | | | |
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Fixes #2190. In grpc_pollset_work we need to pass down which lock to unlock before actually doing something.
|
|\ \ \ \ \ \ |
|
| |\| | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Introduce resolver_factory
|
|/ / / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Have Cocoapods rename includes in the core wrapper
|
| | | | | |\ \
| | |_|_|_|/ /
| |/| | | | | |
|
| | | | | | | |
|
| | | |_|_|/
| | |/| | |
| | | | | |
| | | | | | |
Fixes https://github.com/grpc/grpc/issues/2194 .
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Part of fixing https://github.com/grpc/grpc/issues/2192
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Part of fixing https://github.com/grpc/grpc/issues/2192
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Part of fixing https://github.com/grpc/grpc/issues/2192
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Part of fixing https://github.com/grpc/grpc/issues/2192
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
tbetbetbe/grpc-ruby-bump-version-for-release-branch-release
Bump version of grpc ruby for release on the release branch
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- grpc ruby 0.9.3 should have released from the release branch but was not
- it needs to be re-released from that branch
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
Only copy call details when the status is ok.
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
gRPC.podspec
tools/doxygen/Doxyfile.core.internal
|
| | | | | | |
|
| | | | | | |
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
It shouldn't count towards coverage
|
| |\ \ \ \
| | | | | |
| | | | | | |
Add missing headers to build.json
|
| | |/ / / |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Fixed integer conversion warnings in src/core/security
|
| | |/ / /
| |/| | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
... into grpc_channel itself, to hide this complicated construction
detail.
|
| |\ \ \ \
| | | | | |
| | | | | | |
Remove return status from maybe_work.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Per @a11r's request
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Remove Protobuf dependency for C++
|
| | | | | | |\
| | |_|_|_|_|/
| |/| | | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix integer conversion warnings in src/core/support
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Initial sketch of a client configuration library. It's expected this
will subsume the client_setup functionality that we currently have, and
begin providing customizable load balancing support.
Releasing the headers now (no implementation work has been done) so that
we can bat around thoughts on this and make sure all the use cases are
implementable, and our primary use cases are easily so.
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fixing Windows port after the removal of the backup poller.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Add const to ByteBuffer methods and add tests
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Fixing recursive locking under Windows.
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Add metadata batch documentation
|
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Fixed warning while parsing compression enum bytes.
|
| | |_|/ / / / / / / / /
| |/| | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Shutting down is synchronous under Windows, so we don't want to do that while holding a lock.
|
| | | | | | | | | | | | |
|