Tim Emiola
cdb7cccceb
Adds the ruby timeout interop test.
...
Corrects some other issues
- fixes status return when calls fail by always returning the status
- resolves bidi_call client's failure to return an exception on bad
status by swapping the wait for status to the read thread
* this also improves the cancel_after_first_response test
Also
- adds a unit test that verifies that a bidi call will time out.
9 years ago
Julien Boeuf
d3920a28c6
Fixing build after sync with upstream master.
9 years ago
Julien Boeuf
5941335be3
Fixing lifetime of input metadata issue.
9 years ago
Jorge Canizales
637c3650a3
Let people generate ObjC code from an Arduino
9 years ago
Tim Emiola
49b7650eaf
Breaks API - switches timeout to a keyword arg.
...
- timeout has been a default arg till now
- this switches it to a keyword arg with the same behavior
- in addition, it adds deadline as distinct keyword arg, allowing users
the choice of the idiomatic(timeout) or the aligned(deadline)
9 years ago
Jorge Canizales
b015dfb55a
Add ::grpc:: prefix
9 years ago
Julien Boeuf
c2274e7069
Adding C++ auth metadata processor.
...
- We always do the processing asynchronously but maintain a synchronous
API for the implementor of the processor.
- there are a lot of string copies right now. Having a StringPiece
object in grpc++ would really help with that (as we would use it for
C++ metadata).
- Please review the API carefully and if you're happy with it, I'll
proceed with tests.
9 years ago
Hongwei Wang
c3f48c80d4
Minor fix on comments
9 years ago
Hongyu Chen
3c9b87396f
Make census filter mostly no-op
9 years ago
David Garcia Quintas
cddd95bfd8
Renamed "none" as "identity" for the no-op compression algorithm for consistency with the spec
9 years ago
Hongwei Wang
85ad685e57
Address comments and update grpc plugins
9 years ago
Robbie Shade
8d5196d61e
Added copyright notice to udp_server.c
9 years ago
yang-g
523201cee0
remove redundant ctor
9 years ago
Nicolas "Pixel" Noble
bb3aed0ef9
Removing gpr_cancelable.
9 years ago
Jan Tattermusch
3c9752e784
Revert "implement timeout_on_sleeping_server interop test"
9 years ago
murgatroid99
296a369915
Further fixed connectivity tests
9 years ago
murgatroid99
371354673f
Modified watchState functions to match C API
9 years ago
yang-g
9b7757dd35
Use a sync service to handle requests to unknown services
9 years ago
Stanley Cheung
1567c0c9a6
php: connectivity state review feedback
9 years ago
murgatroid99
937ac9b023
Fixed typo
9 years ago
Stanley Cheung
04b7a41d18
php: add watchForReady method
9 years ago
Stanley Cheung
4c5c7b8647
php: add more tests
9 years ago
Stanley Cheung
a63fdd0126
php: wrap watchConnectivityState api
9 years ago
Stanley Cheung
e63354a6e7
php: wrap getConnectivityState API
9 years ago
Nathaniel Manista
515b0a9352
Service-side read without allowance
...
This compensates for the abstraction mismatch described in issue 2916.
9 years ago
Jan Tattermusch
58d6374441
upgrade to latest protobufs
9 years ago
Alistair Veitch
e6d0ad317e
add all new content
9 years ago
Jorge Canizales
5263758ebf
Document not to modify headers after start
9 years ago
Jorge Canizales
1ab2a71d07
Put both headers and trailers in the error.userInfo
9 years ago
Jorge Canizales
0b34c89bc6
Turn allResponseMetadata into *Headers and *Trailers
9 years ago
Jorge Canizales
25884b305c
nit: Comment formatting
9 years ago
Jorge Canizales
2a24654024
More requestMetadata -> requestHeaders renaming
9 years ago
Jorge Canizales
4e45a6f822
Rename responseMetadata -> allResponseMetadata
9 years ago
Jorge Canizales
6512d26b1b
Rename requestMetadata -> requestHeaders
9 years ago
Hongwei Wang
ff6097ac49
Fix zookeeper resolver plugin bugs
9 years ago
Tim Emiola
046094ded4
Merged with HEAD
9 years ago
Jan Tattermusch
70cb300921
generate auth URI for JWT access token properly
9 years ago
Jan Tattermusch
39b39d6c96
implement timeout_on_sleeping_server interop test
9 years ago
Masood Malekghassemi
12dadafd22
Add health-checking to Python
...
Adds the initial reference implementation for health-checking in gRPC
Python as a separate project (but within the same grpc package to keep
namespaces consistent). Only installs the package to test the
build-proto-modules custom command introduced in the health-checking
project.
9 years ago
yang-g
f99c090625
return StatusCode::INTERNAL for proto parsing error
9 years ago
Jorge Canizales
f95ddbaa1e
Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler
9 years ago
Tim Emiola
9fbfb5b016
Fixes a lint issue.
9 years ago
Masood Malekghassemi
be55ca770d
Expose new core functionality to Python
9 years ago
Tim Emiola
be88526b6e
adds ruby aliases of the propagation masks
9 years ago
murgatroid99
e804777708
Clarified address regex
9 years ago
yang-g
37ce034dc1
add const
9 years ago
murgatroid99
4fdb2d5c80
Fix scheme matching in auth URI
9 years ago
Hongwei Wang
eeb61ba355
Minor fix for debugging
9 years ago
David Garcia Quintas
34396b5958
Added missing gpr_free for gpr_dump_slice char*
9 years ago
Nicolas "Pixel" Noble
720903ae6d
Fixing merge failures.
9 years ago