Makarand Dharmapurikar
|
5cdc9b9181
|
added comment about host parameter format (issue 4147)
|
9 years ago |
Craig Tiller
|
2569ebd64f
|
Fix windows include
|
9 years ago |
Ken Payson
|
571c12ef18
|
Remove AsyncStreaming client from python qps tests
|
9 years ago |
Jan Tattermusch
|
8d829d0d6d
|
Add more Channel and Server constructor overloads
|
9 years ago |
David Garcia Quintas
|
69ff63d158
|
clang-format
|
9 years ago |
David Garcia Quintas
|
1cf4ec7ad0
|
merge leftover
|
9 years ago |
Yuchen Zeng
|
a2bc0ccb50
|
Get transport from transport global
Avoid introducing cancel_stream_cb_arg
|
9 years ago |
Jan Tattermusch
|
ed5af1c623
|
update tests
|
9 years ago |
Jan Tattermusch
|
bdccdef0c6
|
autoregister grpc shutdown hooks
|
9 years ago |
Jan Tattermusch
|
2f7414117c
|
add appdomain unload test
|
9 years ago |
Jan Tattermusch
|
018cfb8c14
|
update tests
|
9 years ago |
Jan Tattermusch
|
25e3ba57b1
|
improve shutdown tests
|
9 years ago |
Jan Tattermusch
|
739ee1b159
|
support GrpcEnvironment.KillServersAsync
|
9 years ago |
Jan Tattermusch
|
63386a1064
|
deduplicate server shutdown logic
|
9 years ago |
Jan Tattermusch
|
4aea5281de
|
Add ShutdownChannelsAsync api
|
9 years ago |
Jan Tattermusch
|
703c042ec0
|
serverside shutdown hook test
|
9 years ago |
Jan Tattermusch
|
5858441a2c
|
make environment shutdown asynchronous
|
9 years ago |
Jan Tattermusch
|
85030e31a5
|
register appdomain events
|
9 years ago |
David Garcia Quintas
|
c4d5112719
|
moar renamings
|
9 years ago |
Yuchen Zeng
|
7ae31a8898
|
Add more comments, fix format issues
|
9 years ago |
Craig Tiller
|
d0e4deb8ef
|
Change constness
|
9 years ago |
Jan Tattermusch
|
a134fa7036
|
improve docs on ShutdownAsync() for servers and channels
|
9 years ago |
Jan Tattermusch
|
6acc07d50d
|
improve the xmldocs on call cancellation and disposal
|
9 years ago |
Jan Tattermusch
|
e1bee5bd59
|
improve comments in math.proto
|
9 years ago |
Jan Tattermusch
|
49fb84ab64
|
rename ChannelState.FatalFailure to ChannelState.Shutdown
|
9 years ago |
Yuchen Zeng
|
0601df3a04
|
Move reflection src/hdr to src/cpp/ext include/grpc++/ext
|
9 years ago |
Nathaniel Manista
|
c09a3580a1
|
Route Python Beta API through Python GA API
|
9 years ago |
Craig Tiller
|
9d69e8082d
|
Advertise transport selected in user-agent string
|
9 years ago |
Jan Tattermusch
|
fcc8d971ff
|
get rid of deprecated server and client interface
|
9 years ago |
Jan Tattermusch
|
562cd05bc9
|
update C# codegen and regenerate
|
9 years ago |
Jan Tattermusch
|
781720f82d
|
get rid of servicename argument for server service definition.
|
9 years ago |
Craig Tiller
|
5258412df9
|
Fix platform ifdef
|
9 years ago |
Craig Tiller
|
139098c188
|
Fix cast to avoid potential wraparound
|
9 years ago |
yang-g
|
17487f9a22
|
Make grpc++ independent of protobuf
|
9 years ago |
Nathaniel Manista
|
debd1517b7
|
A Cython-layer read-not-all-responses test
|
9 years ago |
Yuchen Zeng
|
3623dc5cdd
|
Move protobuf dependencies to config_protobuf.h
|
9 years ago |
David Garcia Quintas
|
23bb526710
|
fixed typo
|
9 years ago |
Craig Tiller
|
f5f290459a
|
Fix up some server setup bugs
|
9 years ago |
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 |
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 |
Craig Tiller
|
4e80494abc
|
Switch to using an enum instead of hard-coded indices
|
9 years ago |