Mark D. Roth
e65ff11161
Propagate error through grpc_lb_policy_cancel_picks(). Also fix error
...
reporting (and improve control flow) in on_writable() in tcp_client_posix.c.
8 years ago
Mark D. Roth
b3405f0a73
Fix build problem on Windows.
8 years ago
Mark D. Roth
932b10c75b
clang-format
8 years ago
Mark D. Roth
6ad991783f
Remove debugging code.
8 years ago
Mark D. Roth
75d7478d12
Fix close vs. cancel confusion in transport helper functions.
8 years ago
Mark D. Roth
5f84400ba8
Propagate errors through grpc_lb_policy_cancel_pick().
8 years ago
Makarand Dharmapurikar
2b98b77225
add cacheable option to client_context
8 years ago
Mark D. Roth
f7dd851c2a
Remove unused code for chaining on_complete closures in call.c.
8 years ago
Mark D. Roth
697a1f6023
Fix error refcounting.
8 years ago
thinkerou
efbc9e7b9f
update func desc
8 years ago
thinkerou
03dc219896
update func desc
8 years ago
Stanley Cheung
cde12a523a
php: use ssl hostname_override as auth audience uri if present
8 years ago
Stanley Cheung
47110750bc
php: minor error initializing a variable
8 years ago
Mark D. Roth
e5f4349139
Fix portability problems.
8 years ago
Craig Tiller
ecb12511ed
Fix fuzzing detected failure
8 years ago
Jan Tattermusch
7b3cf071c3
address coreCLR TODO
8 years ago
Jan Tattermusch
06aff11d39
upgrade Moq to version that supports netstandard1.3
8 years ago
Jan Tattermusch
b9a6f79241
cleanup of project.json files
8 years ago
Jan Tattermusch
350458f714
update csproj files to Google.Protobuf to 3.0.0
8 years ago
Jan Tattermusch
d059de7c55
update Protobuf to 3.0.0 in project.json projects
8 years ago
Jan Tattermusch
9ed4098925
update .csproj projects to Google.Apis.Auth to 1.16.0
8 years ago
Jan Tattermusch
3fa3d44548
update Google.Apis.Auth to 1.16.0 for project.json projects
8 years ago
Mark D. Roth
1e35b69788
Set status from the grpc_error or whichever of its children has the data.
8 years ago
Mark D. Roth
dabb376f50
Start cancellations at the current filter instead of the next one.
8 years ago
Mark D. Roth
72f6da8bac
Move client-side deadline handling to client_channel filter.
8 years ago
Craig Tiller
a6c2179c3b
clang-format
8 years ago
Alexander Polcyn
676565326c
destroy byte buffer reader after use
8 years ago
murgatroid99
7c5befd86b
Change UnimplementedService to UnimplementedEchoService in echo.proto
8 years ago
Mark D. Roth
d4c0f550b0
clang-format
8 years ago
Mark D. Roth
2a5959f2ae
A bit more cleanup.
8 years ago
Makarand Dharmapurikar
3f374386e6
moved kMaxPayloadSizeForGet definition to C file
8 years ago
Makarand Dharmapurikar
b94656d20e
addressed review feedback.
...
moved method computation in a if block only when send_initial_metadata
is true.
8 years ago
Mark D. Roth
4c0fe49f76
Move subchannel_call_holder code into client_channel module.
8 years ago
Alistair Veitch
a0c69f9099
add trace context proto
8 years ago
Makarand Dharmapurikar
432d1db177
one more clang-format fix
8 years ago
Mark D. Roth
1bbe6cb143
Add locking. Add cancellation check. Use grpc_call_element_send_cancel().
8 years ago
David Garcia Quintas
468e16d97a
server builder include fix
8 years ago
Makarand Dharmapurikar
a6babb040a
addressed comments from review
...
modified comment about when GET verb is used.
Added code to read data from send_message and defer the op when
it is not fully available.
clang-format one more time.
8 years ago
Vijay Pai
5e6edbbb69
Put a space after '<' to avoid chance of digraph
8 years ago
Yuchen Zeng
11d3c8f3d4
Add ServerBuilderPlugin::UpdateChannelArguments
8 years ago
Alexander Polcyn
38ba85ce48
allow choosing config of ruby package builds from environment variable
8 years ago
Vijay Pai
d4d5f4cd53
clang-format
8 years ago
Craig Tiller
d9f907671d
Update documentation
8 years ago
Vijay Pai
a9c0d7f88b
Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is
...
violating the appearance of unary-ness)
8 years ago
Makarand Dharmapurikar
f44946bd9b
fixes for asan leak, and proxy test
...
freeing up payload_bytes.
returning GET response only once.
8 years ago
Makarand Dharmapurikar
d322d4b329
surface cacheable flag to the call
8 years ago
Craig Tiller
8dfdb7e299
Specify the "g" in gRPC
8 years ago
Mark D. Roth
d59a5fc9ee
Fix build problems when refcount debugging is enabled.
8 years ago
Nathaniel Manista
79cf53c992
Lower-case example "Authorization" header name
...
The HTTP/2 specification requires header names to be lower case.
8 years ago
Stanley Cheung
14e2a566c9
php: error out if metadata key is not legal
8 years ago