yang-g
|
0c034a01d1
|
client code clean up
|
9 years ago |
Tim Emiola
|
17b1659014
|
Corrects the way the gemspec references files
|
9 years ago |
Michael Lumish
|
abfa427d65
|
Merge pull request #2830 from ctiller/document-some-things
Document op completion
|
9 years ago |
Tim Emiola
|
d42c1b7b5a
|
Use null for default host
|
9 years ago |
Eric Anderson
|
c54180be12
|
Merge pull request #2806 from yang-g/health_check_spec
health checking protocol doc
|
9 years ago |
Tim Emiola
|
23e0f8843b
|
Aligns with the cognoscenti on timeouts
|
9 years ago |
Stanley Cheung
|
844c449a0e
|
Merge pull request #2886 from tbetbetbe/grpc-ruby-add-primary-user-agent-key
Adds grpc.primary_user_agent key during stub creation
|
9 years ago |
Tim Emiola
|
10ddfde8e6
|
Adds grpc.primary_user_agent key during stub creation
|
9 years ago |
Stanley Cheung
|
acc6cf28fc
|
Merge pull request #2885 from tbetbetbe/grpc-rb-expose-call-peer
Exposes call#peer, channel#target
|
9 years ago |
Tim Emiola
|
623a74d0a8
|
Exposes call#peer, channel#target
|
9 years ago |
Tim Emiola
|
9a2a3aecc8
|
Merge pull request #2715 from murgatroid99/node_interop_client_simplify
Eliminated some redundant checks in the Node interop client
|
9 years ago |
Nathaniel Manista
|
aeb7a4f30c
|
Merge pull request #2780 from soltanmm/compiler-tests
Move Python protoc plugin tests to grpcio_test.
|
9 years ago |
Nathaniel Manista
|
a29a2658bc
|
Merge pull request #2821 from soltanmm/user-agent
Set Python user-agent string.
|
9 years ago |
Nathaniel Manista
|
5a326decdc
|
Merge pull request #2880 from soltanmm/timeout-interop
Implement timeout interop test for Python.
|
9 years ago |
yang-g
|
bc435e7ee9
|
recommend to require empty service name
|
9 years ago |
Jan Tattermusch
|
1b926ee4dd
|
add comments
|
9 years ago |
Jan Tattermusch
|
9698b5b29f
|
polishing CallOptions
|
9 years ago |
Jan Tattermusch
|
2527967e36
|
fix test
|
9 years ago |
Jan Tattermusch
|
66eb18dcc7
|
fixing doc comments
|
9 years ago |
Jan Tattermusch
|
3e941977f5
|
get rid of unnecessary ExceptionHelper
|
9 years ago |
Jan Tattermusch
|
f22abfbf1a
|
rename async extension methods for clarity
|
9 years ago |
Jan Tattermusch
|
39a9ec8954
|
fix preconditions class
|
9 years ago |
Hongwei Wang
|
d7c5aa856b
|
Formatting zookeeper_test
|
9 years ago |
Hongwei Wang
|
ac133bdd39
|
Merge branch 'master' of https://github.com/grpc/grpc into zookeeper
|
9 years ago |
Yang Gao
|
801bbeb7b4
|
Merge pull request #2856 from vjpai/limes
Bounds checking for ops in call batch
|
9 years ago |
Hongwei Wang
|
b0453fba84
|
Update zookeeper test to have two servers
|
9 years ago |
yang-g
|
9fc755f465
|
Add to all secure credentials
|
9 years ago |
Masood Malekghassemi
|
9adf796d06
|
Implement timeout interop test for Python
|
9 years ago |
yang-g
|
e71a6b094b
|
call grpc_init for defaultcredentials
|
9 years ago |
Tim Emiola
|
488598aa49
|
Merge pull request #2867 from jtattermusch/csharp_sandcastle
Added Sandcastle project to generate C# docs
|
9 years ago |
Nicolas Noble
|
ad47334500
|
Merge pull request #2844 from donnadionne/interop_nrp
adding node, ruby, and php to cloud to prod interop tests.
|
9 years ago |
Nicolas Noble
|
e14020365c
|
Merge pull request #2846 from ctiller/alphasprout
Shutdown lb_policy when changing it
|
9 years ago |
Nicolas Noble
|
c47056c0f6
|
Merge pull request #2874 from vjpai/instruct
Added invocation of ./config
|
9 years ago |
Nicolas Noble
|
1396ce5b35
|
Merge pull request #2875 from yang-g/test_unsecure
move auth property iterator declaration into auth_context.h
|
9 years ago |
Jan Tattermusch
|
b5ea2f89fd
|
Merge pull request #2873 from jtattermusch/expose_version_string
expose C core version string to C#
|
9 years ago |
David Garcia Quintas
|
2e1bb1bf4d
|
Reverted unnecessary changes to server
|
9 years ago |
Nicolas Noble
|
5bdcfc6047
|
Merge pull request #2864 from jtattermusch/0.10-upport
Upporting from 0.10 branch.
|
9 years ago |
Yang Gao
|
755d65ca39
|
Merge pull request #2876 from jboeuf/tsi_doc
Improving unprotect doc.
|
9 years ago |
Julien Boeuf
|
f8b4b98669
|
Improving unprotect doc.
|
9 years ago |
yang-g
|
ffc8a6b431
|
move auth property iterator declaration into auth_context.h
|
9 years ago |
Jan Tattermusch
|
1338798897
|
fix method signature and add test
|
9 years ago |
Jan Tattermusch
|
03ad9510ce
|
add const modifier
|
9 years ago |
yang-g
|
481b016e2e
|
resolve offline comments
|
9 years ago |
Jan Tattermusch
|
295224605f
|
Merge pull request #2866 from jtattermusch/context_api
C# Context API
|
9 years ago |
Jan Tattermusch
|
908cb2f86a
|
Merge pull request #2860 from jtattermusch/compression_api
Compression API, sending response headers and cleanup.
|
9 years ago |
Nicolas Noble
|
534e47e26c
|
Merge pull request #6 from jcanizales/the-ultimate-showdown
Have ObjC use the new future-proofed C interface
|
9 years ago |
jboeuf
|
fc433cda21
|
Merge pull request #2848 from yang-g/default_creds_fix
Fix gce detection
|
9 years ago |
vjpai
|
37b9ec1f63
|
Added invocation of ./config - thanks to @dangunter
|
9 years ago |
Jorge Canizales
|
6aff647bdb
|
Merge pull request #2871 from jcanizales/fix-certs-bug
Fixes problem reading certificates file: They do come with non-ASCII chars (in comments)!
|
9 years ago |
Jan Tattermusch
|
c5a6aca397
|
expose C core version string to C#
|
9 years ago |