David Garcia Quintas
8ba42bec90
s/maybe_compression_level.compression_level/maybe_compression_level.level
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
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
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
Nathaniel Manista
c09a3580a1
Route Python Beta API through Python GA API
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
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
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
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
Nathaniel Manista
10da197c1e
Python GA channel and server
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
Ken Payson
dce1ee6c84
Fixed ruby fd bug
9 years ago
Yuchen Zeng
34ff45695e
Change _win32 suffixes in src/python/grpcio/
9 years ago
David Garcia Quintas
2a50dfefdc
s/grpc_pops/grpc_polling_entity
9 years ago
Nathaniel Manista
0a10d6c533
Interfaces of Python GA API
9 years ago
Craig Tiller
69f3e2bf2e
Revert "Remove legacy poller"
...
This reverts commit d88e15cee7
.
9 years ago
vjpai
d8364f7af5
Deprecate perf_db use
9 years ago
Alistair Veitch
f1bc22a35d
regenerate projects
9 years ago
Nathaniel Manista
6f61a13991
Add block_until_paused method to PauseFailControl
...
This method will be used in tests that want to ensure before
proceeding that the system under test has progressed to the control
point.
9 years ago
Makarand Dharmapurikar
7fba068e5c
docgen format fix
9 years ago
Alistair Veitch
44181c02c4
fix options file; fix generated include guards
9 years ago
vjpai
3b4b50bf9f
Remove unused struct
9 years ago
vjpai
246d85309a
Remove some unused enums
9 years ago
Makarand Dharmapurikar
aed1de9d2a
Style guide related feedback fixes.
9 years ago
Jan Tattermusch
138156abf1
add missing pinvoke method
9 years ago
Jan Tattermusch
1e5d9b9caa
fix one more test
9 years ago
Jan Tattermusch
71702b1d05
fix tests
9 years ago