| Commit message (Collapse) | Author | Age |
| |
|
|\ |
|
| |\
| | |
| | | |
Release 0.11 to master upmerge.
|
| |\ \
| | | |
| | | | |
Drop issue 527 TODOs for UnaryCall interop test specification
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The GRPCCall import must be in the header because it defines a protocol
that GRPCRequestHeaders uses.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The GRPCCall.h file is already correctly imported in the
GRPCRequestHeaders.m implementation file. This header shouldn’t need to
import GRPCCall and should specify a class forward declaration for
reference.
|
| |/ /
| | |
| | |
| | |
| | | |
The UnaryCall interop test is now adequately specified in
doc/interop-test-descriptions.md.
|
| | |\
| | | |
| | | | |
PHP: jenkins flakes
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/ |
|
| |\ \
| | | |
| | | | |
Fix mutex bug
|
| | | |\
| | | | |
| | | | | |
Update to nan 2.0
|
| | | |\ \
| | | | | |
| | | | | | |
Update Python release number to 0.11.0b1.
|
| | | | | | |
|
| | | |\ \ \
| | | | | | |
| | | | | | | |
PHP: add examples for Apache and Nginx
|
| | | | | | | |
|
| | | |\ \ \ \
| | | | | | | |
| | | | | | | | |
Update Node module to 0.11.1 in anticipation of point release
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This is very much unsafe as the string_ref could point on a stack
variable of the callee.
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fix parameter types in function definition.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Fixed typo in channel_args.h docstring
|
| | | | | |\ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Test coverage for callbacks added to Face futures
|
| | | | | |\ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Further maintenance of Python dependencies
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
This defect was introduced in 9e4d0610ea5e2bb302c. I had thought that
this code was exercised in tests but it is bypassed by the use of
grpc_test.beta.test_utilities.not_really_secure_channel. :-(
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | |_|_|/ / /
| | | | | |/| | | | | |
|
| | | | | |\ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Fixing issue #3390
|
| | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Shutting down warning about operations on closed sockets.
|
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
Fix windows build
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
Client now swallows content-type on receive
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
remove connectivity watcher from interested party early
|
| | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
Backport the lock race fix to 0.11.
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
Security connector refactoring
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | |
Credentials plugin fixes (after the branch was merged).
|
| | | | | | | | | | | |_|/ / / / / /
| | | | | | | | | | |/| | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
A transport op indicating a cancellation can be sent to the auth client
filter. In this case, the code should not assert that a context is not
null on this op.
|
| | | |_|_|_|_|_|/ / / / / / / / /
| | |/| | | | | | | | | | | | | | |
|
| |/ / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
the channeld->content_type->key is already consumed by the preceding if.
|
| | |_|_|_|/ / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
| | | | | | | | |/ / / / / /
| | | | | | | |/| | | | | | |
|
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | |/ / / / / / / /
| | | | | |/| | | | | | | | |
|
| | |_|_|_|/ / / / / / / /
| |/| | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
Design and implementation of the core credentials plugin API.
|
| | |_|_|_|/ / / / / / / /
| |/| | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
Rename the TCP server callback arguments to be more descriptive.
|
| | | | | | | | | | | | | | |
|
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
Fix import that relied on Cocoapods' unique behavior
|