David Garcia Quintas
1cf4ec7ad0
merge leftover
9 years ago
David Garcia Quintas
a0d7491e62
Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation
9 years ago
David Garcia Quintas
c4d5112719
moar renamings
9 years ago
Jan Tattermusch
3e82244615
Merge pull request #6787 from nathanielmanistaatgoogle/beta-through-ga
...
Implement Python Beta API through GA API
9 years ago
Jan Tattermusch
dda1aed92a
Merge pull request #6794 from jtattermusch/csharp_misc_fixes
...
C# assorted GA improvements (docs and polish)
9 years ago
Jan Tattermusch
c3a8307c4b
Merge pull request #6805 from jtattermusch/regenerate_to_fix
...
Regenerate projects to fix master
9 years ago
Jan Tattermusch
2f7f85684c
regenerate projects to fix master
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
87ec3b77b5
Merge pull request #6750 from makdharma/cronet
...
cronet build related changes to build.yaml, and added ifdef guard around objective_c cronet code.
9 years ago
Jan Tattermusch
7a952ad8e4
Merge pull request #6801 from jtattermusch/csharp_server_service_definition
...
Cleanup in C# generated code
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
Jan Tattermusch
37e26d922f
Merge pull request #6725 from nathanielmanistaatgoogle/read-some-but-not-all-responses
...
Add a Cython-layer read-not-all-responses test
9 years ago
Jan Tattermusch
845a0567e3
Merge pull request #6789 from jtattermusch/fix_make_options_propagation
...
Fix run_tests.py propagation of make options under docker
9 years ago
Nathaniel Manista
debd1517b7
A Cython-layer read-not-all-responses test
9 years ago
Jan Tattermusch
84f71932ea
Merge pull request #6254 from grpc/python_per_rpc_interop
...
Added google call creds/per_rpc interop tests
9 years ago
Jan Tattermusch
6c81c25653
Merge pull request #6306 from y-zeng/win32_suffix
...
Change win32 file suffix
9 years ago
Jan Tattermusch
b0bb674df3
Merge pull request #6636 from yang-g/grpc_cli
...
Add proto file support in grpc_cli
9 years ago
Jan Tattermusch
11ca9d8dc0
Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments
...
Add comments to generated code for Node and Ruby
9 years ago
Jan Tattermusch
addf007513
Merge pull request #6711 from thought-machine/fix_read_leak
...
Fix memory leak reading from python ByteBuffer.
9 years ago
Jan Tattermusch
05808c4208
Merge pull request #6731 from vjpai/beheader
...
Remove unused portions of C++ QPS testing
9 years ago
Jan Tattermusch
92ac3f7b11
Merge pull request #6762 from nathanielmanistaatgoogle/ga
...
Python GA security API
9 years ago
Jan Tattermusch
7996a72020
Merge pull request #6772 from ctiller/beefy
...
Only send status and message with stream closure when needed
9 years ago
Jan Tattermusch
d38b2c479a
Merge pull request #6761 from ctiller/there-were-no-fatalities
...
Rename GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN
9 years ago
Jan Tattermusch
3dbafd5923
Merge pull request #5901 from dgquintas/lr_hook
...
Load Reporting hook
9 years ago
Jan Tattermusch
fd3857bbff
fix propagation of make options under docker
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
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
Makarand Dharmapurikar
19061093eb
fixed template to remove grpc_cronet.h as a dependency
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
Jan Tattermusch
f78b822db7
Merge pull request #6667 from kpayson64/ruby_eventfd_bug
...
Fixed ruby fd bug
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
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
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