David Garcia Quintas
93dfab9c6e
Make sure COMPRESSABLE is the default for LargeUnary
10 years ago
murgatroid99
296a369915
Further fixed connectivity tests
10 years ago
murgatroid99
371354673f
Modified watchState functions to match C API
10 years ago
yang-g
9b7757dd35
Use a sync service to handle requests to unknown services
10 years ago
Masood Malekghassemi
dcd6112f2c
Merge pull request #2918 from nathanielmanistaatgoogle/2916
...
Service-side read without allowance
10 years ago
Stanley Cheung
1567c0c9a6
php: connectivity state review feedback
10 years ago
murgatroid99
937ac9b023
Fixed typo
10 years ago
murgatroid99
8be611f701
Resolved merge conflicts with master
10 years ago
Stanley Cheung
04b7a41d18
php: add watchForReady method
10 years ago
Stanley Cheung
4c5c7b8647
php: add more tests
10 years ago
Stanley Cheung
a63fdd0126
php: wrap watchConnectivityState api
10 years ago
Stanley Cheung
e63354a6e7
php: wrap getConnectivityState API
10 years ago
Hongyu Chen
c963ca374b
Merge remote-tracking branch 'upstream/master'
10 years ago
Nathaniel Manista
35ea361ff5
Merge pull request #2816 from soltanmm/health-check
...
Add health-checking to Python.
10 years ago
Nathaniel Manista
515b0a9352
Service-side read without allowance
...
This compensates for the abstraction mismatch described in issue 2916.
10 years ago
Nicolas "Pixel" Noble
d53b389607
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
...
Conflicts:
src/cpp/client/channel.cc
src/cpp/client/client_context.cc
10 years ago
Michael Lumish
58d7310fbc
Merge pull request #2914 from jcanizales/separate-headers-and-trailers
...
Separate headers and trailers
10 years ago
David Garcia Quintas
ba86dc0cbe
Removed spurious line that forced COMPRESSABLE for large unaries
10 years ago
Eric Anderson
a39d739c35
Merge pull request #2917 from nmittler/typeo
...
Fixing type-o
10 years ago
nmittler
25c21d8b2b
Fixing type-o
10 years ago
Jan Tattermusch
bb15c35c16
Merge pull request #2912 from jtattermusch/csharp_auth_uri_gen
...
generate auth URI for JWT access token properly
10 years ago
David G. Quintas
edb1d616dc
Merge pull request #2890 from yang-g/client_context
...
client code clean up
10 years ago
Jorge Canizales
5263758ebf
Document not to modify headers after start
10 years ago
Jorge Canizales
1ab2a71d07
Put both headers and trailers in the error.userInfo
10 years ago
Jorge Canizales
0b34c89bc6
Turn allResponseMetadata into *Headers and *Trailers
10 years ago
Jorge Canizales
25884b305c
nit: Comment formatting
10 years ago
Jorge Canizales
2a24654024
More requestMetadata -> requestHeaders renaming
10 years ago
Jorge Canizales
4e45a6f822
Rename responseMetadata -> allResponseMetadata
10 years ago
Jorge Canizales
6512d26b1b
Rename requestMetadata -> requestHeaders
10 years ago
Hongyu Chen
8d428f1e6d
Merge pull request #2694 from a-veitch/tag_api
...
add external tag set API
10 years ago
Hongwei Wang
ff6097ac49
Fix zookeeper resolver plugin bugs
10 years ago
Michael Lumish
82c8ad788b
Merge pull request #2908 from tbetbetbe/grpc-ruby-wrap-connectivity-api
...
Wraps the connectivity API
10 years ago
Jorge Canizales
2d1e5a1b26
Merge pull request #2847 from jboeuf/client_auth_filter_error_handling
...
C client library auth: produce adequate error codes and messages.
10 years ago
Nicolas "Pixel" Noble
d9745cab08
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
...
Conflicts:
src/ruby/ext/grpc/rb_channel.c
10 years ago
David G. Quintas
46e786ba60
Merge pull request #2771 from vjpai/asklipion2
...
Remove C++11 dependencies in QPS test that break old compilers
10 years ago
Tim Emiola
046094ded4
Merged with HEAD
10 years ago
Michael Lumish
62fee02cef
Merge pull request #2892 from tbetbetbe/grpc-ruby-enable-propagation-between-calls
...
Grpc ruby enable propagation between calls
10 years ago
Hongyu Chen
87b87df355
Merge remote-tracking branch 'upstream/master'
10 years ago
Jan Tattermusch
70cb300921
generate auth URI for JWT access token properly
10 years ago
Jan Tattermusch
30bc5d3fa9
Merge pull request #2901 from murgatroid99/node_fix_auth_interop
...
Node fix auth interop
10 years ago
Jan Tattermusch
39b39d6c96
implement timeout_on_sleeping_server interop test
10 years ago
Qi Zhao
1a883cdcdc
Merge pull request #2909 from donnadionne/go-private-docker
...
small fix for go docker private image building
10 years ago
Donna Dionne
0218dcae0e
small fix for go docker private image building
10 years ago
Masood Malekghassemi
12dadafd22
Add health-checking to Python
...
Adds the initial reference implementation for health-checking in gRPC
Python as a separate project (but within the same grpc package to keep
namespaces consistent). Only installs the package to test the
build-proto-modules custom command introduced in the health-checking
project.
10 years ago
Michael Lumish
6933745d25
Merge pull request #2903 from jcanizales/shorten-names
...
Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler
10 years ago
Nathaniel Manista
52988afdc8
Merge pull request #2878 from soltanmm/expose
...
Expose new core functionality to Python.
10 years ago
yang-g
f99c090625
return StatusCode::INTERNAL for proto parsing error
10 years ago
Qi Zhao
d3b078782b
Merge pull request #2905 from donnadionne/interop_nrp
...
adding build.sh for go so that go can test with private changes and p…
10 years ago
Donna Dionne
689b70596d
adding build.sh for go so that go can test with private changes and private docker images.
...
fixing a go docker image build error.
10 years ago
Jorge Canizales
f95ddbaa1e
Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler
10 years ago