| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
- uri parsing
- dns resolution
|
|\ |
|
| | |
|
| |\
| | |
| | |
| | | |
Introduce resolver_factory
|
|/ / |
|
| |\
| | |
| | | |
Add BUILD target for Objective-C's RxLibrary
|
| |\ \
| | | |
| | | | |
Have Cocoapods rename includes in the core wrapper
|
| |\ \ \
| | | | |
| | | | | |
Don't import using directories created by Cocoapods
|
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
Part of https://github.com/grpc/grpc/issues/2120
Depends on https://github.com/grpc/grpc/pull/2193
|
| | |/
| |/|
| | |
| | | |
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
|
| |/
| |
| |
| | |
Part of fixing https://github.com/grpc/grpc/issues/2192
|
| |\
| | |
| | | |
Move /include/... up on pod install, to put it on a search path Cocoapods supports
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
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.
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | |_|_|_|_|_|_|_|/
| |/| | | | | | | | |
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
With the backup poller gone, the caller of grpc_pollset_work is expecting it to sleep. Aligning the behavior of the Windows port with the behavior of the Posix port.
|
| |_|_|_|_|_|_|/ /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Since alarm checks may mutate work deadlines for pollsets, the value
returned from maybe_work is meaningless. Instead, maybe pollset_work
always return 1 if maybe_work is invoked, and then redo the deadline
check _on the next call_ to pollset_work.
|
| |_|/ / / / / /
|/| | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fix flaky test
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Generated files info message
|