Robbie Shade
|
37ad56b469
|
Merge remote-tracking branch 'upstream/master' into add_udp_server_2
|
9 years ago |
Michael Lumish
|
118f65dc8c
|
Merge pull request #2877 from stanley-cheung/php_connectivity_api
PHP: wrap connectivity state API
|
9 years ago |
Jan Tattermusch
|
0622b8c484
|
Merge pull request #2925 from grpc/revert-2910-timeout_on_sleeping_server
Revert "implement timeout_on_sleeping_server interop test"
|
9 years ago |
Jan Tattermusch
|
3c9752e784
|
Revert "implement timeout_on_sleeping_server interop test"
|
9 years ago |
Michael Lumish
|
d2b2ca8713
|
Merge pull request #2910 from jtattermusch/timeout_on_sleeping_server
implement timeout_on_sleeping_server interop test
|
9 years ago |
Nicolas Noble
|
b55b74072b
|
Merge pull request #2924 from mzhaom/zlib-dep
Let grpc target depend on //external:zlib
|
9 years ago |
Ming Zhao
|
f2f24e2f93
|
Let grpc target depend on //external:zlib so that "-lz" or a real zlib
target like
https://github.com/google/kythe/blob/master/third_party/zlib/BUILD can
be pulled in.
|
9 years ago |
yang-g
|
e9e69a80d4
|
use proto3 syntax in c++ test protos
|
9 years ago |
David Garcia Quintas
|
93dfab9c6e
|
Make sure COMPRESSABLE is the default for LargeUnary
|
9 years ago |
murgatroid99
|
296a369915
|
Further fixed connectivity tests
|
9 years ago |
murgatroid99
|
371354673f
|
Modified watchState functions to match C API
|
9 years ago |
yang-g
|
9b7757dd35
|
Use a sync service to handle requests to unknown services
|
9 years ago |
Masood Malekghassemi
|
dcd6112f2c
|
Merge pull request #2918 from nathanielmanistaatgoogle/2916
Service-side read without allowance
|
9 years ago |
Stanley Cheung
|
1567c0c9a6
|
php: connectivity state review feedback
|
9 years ago |
murgatroid99
|
937ac9b023
|
Fixed typo
|
9 years ago |
murgatroid99
|
8be611f701
|
Resolved merge conflicts with master
|
9 years ago |
Stanley Cheung
|
04b7a41d18
|
php: add watchForReady method
|
9 years ago |
Stanley Cheung
|
4c5c7b8647
|
php: add more tests
|
9 years ago |
Stanley Cheung
|
a63fdd0126
|
php: wrap watchConnectivityState api
|
9 years ago |
Stanley Cheung
|
e63354a6e7
|
php: wrap getConnectivityState API
|
9 years ago |
Hongyu Chen
|
c963ca374b
|
Merge remote-tracking branch 'upstream/master'
|
9 years ago |
Nathaniel Manista
|
35ea361ff5
|
Merge pull request #2816 from soltanmm/health-check
Add health-checking to Python.
|
9 years ago |
Nathaniel Manista
|
515b0a9352
|
Service-side read without allowance
This compensates for the abstraction mismatch described in issue 2916.
|
9 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
|
9 years ago |
Michael Lumish
|
58d7310fbc
|
Merge pull request #2914 from jcanizales/separate-headers-and-trailers
Separate headers and trailers
|
9 years ago |
David Garcia Quintas
|
ba86dc0cbe
|
Removed spurious line that forced COMPRESSABLE for large unaries
|
9 years ago |
Eric Anderson
|
a39d739c35
|
Merge pull request #2917 from nmittler/typeo
Fixing type-o
|
9 years ago |
nmittler
|
25c21d8b2b
|
Fixing type-o
|
9 years ago |
Jan Tattermusch
|
bb15c35c16
|
Merge pull request #2912 from jtattermusch/csharp_auth_uri_gen
generate auth URI for JWT access token properly
|
9 years ago |
David G. Quintas
|
edb1d616dc
|
Merge pull request #2890 from yang-g/client_context
client code clean up
|
9 years ago |
Jorge Canizales
|
5263758ebf
|
Document not to modify headers after start
|
9 years ago |
Jorge Canizales
|
1ab2a71d07
|
Put both headers and trailers in the error.userInfo
|
9 years ago |
Jorge Canizales
|
0b34c89bc6
|
Turn allResponseMetadata into *Headers and *Trailers
|
9 years ago |
Jorge Canizales
|
25884b305c
|
nit: Comment formatting
|
9 years ago |
Jorge Canizales
|
2a24654024
|
More requestMetadata -> requestHeaders renaming
|
9 years ago |
Jorge Canizales
|
4e45a6f822
|
Rename responseMetadata -> allResponseMetadata
|
9 years ago |
Jorge Canizales
|
6512d26b1b
|
Rename requestMetadata -> requestHeaders
|
9 years ago |
Hongyu Chen
|
8d428f1e6d
|
Merge pull request #2694 from a-veitch/tag_api
add external tag set API
|
9 years ago |
Hongwei Wang
|
ff6097ac49
|
Fix zookeeper resolver plugin bugs
|
9 years ago |
Michael Lumish
|
82c8ad788b
|
Merge pull request #2908 from tbetbetbe/grpc-ruby-wrap-connectivity-api
Wraps the connectivity API
|
9 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.
|
9 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
|
9 years ago |
David G. Quintas
|
46e786ba60
|
Merge pull request #2771 from vjpai/asklipion2
Remove C++11 dependencies in QPS test that break old compilers
|
9 years ago |
Tim Emiola
|
046094ded4
|
Merged with HEAD
|
9 years ago |
Michael Lumish
|
62fee02cef
|
Merge pull request #2892 from tbetbetbe/grpc-ruby-enable-propagation-between-calls
Grpc ruby enable propagation between calls
|
9 years ago |
Hongyu Chen
|
87b87df355
|
Merge remote-tracking branch 'upstream/master'
|
9 years ago |
Jan Tattermusch
|
70cb300921
|
generate auth URI for JWT access token properly
|
9 years ago |
Jan Tattermusch
|
30bc5d3fa9
|
Merge pull request #2901 from murgatroid99/node_fix_auth_interop
Node fix auth interop
|
9 years ago |
Jan Tattermusch
|
39b39d6c96
|
implement timeout_on_sleeping_server interop test
|
9 years ago |
Qi Zhao
|
1a883cdcdc
|
Merge pull request #2909 from donnadionne/go-private-docker
small fix for go docker private image building
|
9 years ago |