Craig Tiller
8d8f9a891b
Fix refcounting algorithm
9 years ago
David Garcia Quintas
020087035b
Polished RR policy and added policy doc preamble
9 years ago
Yuchen Zeng
91630f72e7
Remove __inline
9 years ago
Yuchen Zeng
82ec451c42
Check if optional_drop_message is an empty slice
9 years ago
Craig Tiller
e5ee38d0cf
Provide more context in error
9 years ago
Yuchen Zeng
68b19d9085
Merge remote-tracking branch 'upstream/master' into handler_http_response
9 years ago
Jan Tattermusch
2ff798629c
Merge pull request #6664 from dklempner/server_builder_plugin_test
...
Fix a missing initialization
9 years ago
Craig Tiller
6238e5bf40
Fix bad return value
9 years ago
Yuchen Zeng
a9d8c5564e
Provide reasons in error messages when streams are canceled with a connection drop
9 years ago
Craig Tiller
a65475c9f3
Document error.h better
9 years ago
Craig Tiller
f2874ef49a
Only send status and message with stream closure when needed
...
It's never needed if:
- the stream hasn't been created on the wire
- we are on a client
9 years ago
Nathaniel Manista
29243ddb18
Python GA security API
9 years ago
Craig Tiller
48ed92ea38
GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN
9 years ago
Jan Tattermusch
e5d37dd50e
Merge pull request #6752 from nathanielmanistaatgoogle/ga
...
Python GA channel and server
9 years ago
David Garcia Quintas
e7518461c2
Merge branch 'master' of github.com:grpc/grpc into lr_hook
9 years ago
Craig Tiller
ff711456dc
Automatically capture transitive dependencies for Visual Studio solution files
9 years ago
Craig Tiller
4e80494abc
Switch to using an enum instead of hard-coded indices
9 years ago
Makarand Dharmapurikar
19061093eb
fixed template to remove grpc_cronet.h as a dependency
9 years ago
Craig Tiller
573acec7d4
Fix flipped condition
9 years ago
Craig Tiller
6828a78c09
Log error
9 years ago
Craig Tiller
75584a4414
Merge github.com:grpc/grpc into error
9 years ago
alex
b0f676b050
Fix memory leak reading from python ByteBuffer.
...
Fixes #5913 .
`grpc_byte_buffer_reader_next` is documented as 'Caller is responsible
for calling gpr_slice_unref on the result', but that wasn't happening.
This commit adds the missing call to `gpr_slice_unref`.
9 years ago
Makarand Dharmapurikar
eaf5426e7b
fixed dependency problem in grpc_cronet by adding dep on chttp2
9 years ago
Craig Tiller
bcb8ce0015
Rename tsi function
9 years ago
Jan Tattermusch
f78b822db7
Merge pull request #6667 from kpayson64/ruby_eventfd_bug
...
Fixed ruby fd bug
9 years ago
Craig Tiller
99b642a1f5
Use exec_ctx where it should be, and fix leak
9 years ago
Jan Tattermusch
d06b482807
Merge pull request #6707 from murgatroid99/makefile_warning_wording
...
Improve wording of protobuf warning in Makefile
9 years ago
Makarand Dharmapurikar
2a2321b384
removed grpc_cronet.h
9 years ago
Craig Tiller
a572a144b1
clang-format
9 years ago
Craig Tiller
6ae6fc7a79
Fix server side memory leak
...
If clients send GOAWAY followed by HEADER
9 years ago
Nathaniel Manista
10da197c1e
Python GA channel and server
9 years ago
Masood Malekghassemi
c045fd9645
Add a test for grpc/grpc#6522
9 years ago
Craig Tiller
d07ad1caf3
Fix mac compilation
9 years ago
Craig Tiller
392a780596
Merge branch 'error' of https://github.com/ctiller/grpc into error
9 years ago
Craig Tiller
19fbe93787
Fix format string
9 years ago
Makarand Dharmapurikar
2a2599b5ca
incremental fix - removed cronet dependency from grpc_secure
9 years ago
Makarand Dharmapurikar
38d8055306
cronet build related changes
9 years ago
Craig Tiller
4b5e757147
Merge github.com:grpc/grpc into error
9 years ago
Ken Payson
dce1ee6c84
Fixed ruby fd bug
9 years ago
Craig Tiller
df30bc53b9
clang-format
9 years ago
Craig Tiller
8cdc4e5f8a
Fix format string crash bug
9 years ago
Craig Tiller
2ec184b324
Fix formatting bug leading to crash
9 years ago
Jan Tattermusch
6eb2380a8f
Merge pull request #6702 from a-veitch/add_proto
...
Add census protos.
9 years ago
Jan Tattermusch
f40097b618
Merge pull request #6721 from vjpai/cleanup
...
Remove some unused enums/structs
9 years ago
Jan Tattermusch
19ae7bdb22
Merge pull request #5794 from chrisdunelm/WriteOptions_readonly
...
Make WriteOptions flags field readonly
9 years ago
Jan Tattermusch
be0456c57b
Merge pull request #6719 from murgatroid99/node_compressed_read_fix
...
Make Node not segfault when it receives a compressed message
9 years ago
yang-g
15759f610e
Let Next set ok=true when receiving error status
9 years ago
Jan Tattermusch
f7d95c39ee
Merge pull request #6724 from nathanielmanistaatgoogle/paused
...
Add paused method to PauseFailControl
9 years ago
Craig Tiller
87b75c201a
Pass through connection error
9 years ago
Craig Tiller
5e3a0ef666
Reintegrate
9 years ago