Jan Tattermusch
|
8956e606fb
|
Merge pull request #2756 from jtattermusch/csharp_channel_state
C# Improving Channel API
|
9 years ago |
Jan Tattermusch
|
9fb1d200f1
|
watch connectivity state API has changed in the meantime
|
9 years ago |
Jan Tattermusch
|
07ea52c29c
|
add DefaultAuthority constant to channel options
|
9 years ago |
Jan Tattermusch
|
dead905b87
|
expose Channel.Target property
|
9 years ago |
Jan Tattermusch
|
9c7e46f55c
|
use NULL for default host in grpc_channel_call_create
|
9 years ago |
Jan Tattermusch
|
9d67d8deaf
|
add HealthCheck tests to run_tests.py
|
9 years ago |
Jan Tattermusch
|
d8bbdeae42
|
Added channel state API
|
9 years ago |
Jan Tattermusch
|
0175e18133
|
tolerate occasional StatusCode.Internal on timeout
|
9 years ago |
Nicolas Noble
|
847dfff402
|
Merge pull request #2779 from jtattermusch/properly_decrement_active_ports
Properly decrement active_ports on server shutdown on Win.
|
9 years ago |
Jan Tattermusch
|
dd8a80fa9a
|
clarified comment and silenced error log
|
9 years ago |
Craig Tiller
|
98dd83ec4e
|
Merge pull request #2782 from cblichmann-google/master
Use an unsigned pointer compare, as the highest bit may sometimes be set.
|
9 years ago |
Christian Blichmann
|
abd60a39d5
|
Change cast to avoid warning
|
9 years ago |
Christian Blichmann
|
e60c5e3810
|
Use an unsigned pointer compare, as the highest bit may sometimes be set.
This fixes intermittent connection issues on 32-bit Linux. Also related
to issues #2557 and #2600.
|
9 years ago |
Jan Tattermusch
|
2f25d98ba5
|
properly decrement active_ports
|
9 years ago |
Michael Lumish
|
32c4e5ee6b
|
Merge pull request #2774 from jcanizales/diagnose-jenkins
Have the tests preferably use the protoc compiled by make.
|
9 years ago |
Jorge Canizales
|
e8d953557d
|
Formatting and documentation
|
9 years ago |
Jorge Canizales
|
37a44d875f
|
Use the protoc made when one isn’t yet installed
|
9 years ago |
Michael Lumish
|
bdd3c90ffa
|
Merge pull request #2772 from nicolasnoble/don-t-commit-cache-files
Adding a sanity check that the cached makefile variables aren't committed.
|
9 years ago |
Nicolas "Pixel" Noble
|
70787578f6
|
Adding a sanity check that the cached makefile variables aren't committed.
|
9 years ago |
Nicolas Noble
|
9dc45f9192
|
Merge pull request #2769 from grpc/make_vs2010_happy
Fix compilation under VS 2010
|
9 years ago |
Jan Tattermusch
|
deab29e182
|
Fix compilation under VS 2010
|
9 years ago |
Yang Gao
|
bee7b68b54
|
Merge pull request #2766 from ctiller/alpnrggg
Fix alpn_test
|
9 years ago |
Vijay Pai
|
0a9ca86c35
|
Merge pull request #2702 from yang-g/peeraddr
Add accessor peer() in ClientContext and ServerContext
|
9 years ago |
Craig Tiller
|
ddf05a134e
|
Fix alpn_test
|
9 years ago |
Abhishek Kumar
|
e2e8eacb3e
|
Merge pull request #2683 from murgatroid99/node_explicit_insecure_server
Made binding a server to a port insecurely explicit
|
9 years ago |
Michael Lumish
|
222348380e
|
Merge pull request #2762 from jcanizales/do-camelcase-right
Make FileNameInUpperCamel aware of directories
|
9 years ago |
Eric Anderson
|
65b0749251
|
Merge pull request #2743 from ctiller/ampidextrous-parrot
Switch ALPN/NPN to advertise only h2
|
9 years ago |
Michael Lumish
|
3a0c2e608e
|
Merge pull request #2753 from jcanizales/small-fixes
Small fixes
|
9 years ago |
Michael Lumish
|
3d382a0da1
|
Merge pull request #2751 from ctiller/alphanumeric-juju-fish
Remove optional parameter from watch connectivity state
|
9 years ago |
Stanley Cheung
|
07814a55d8
|
Merge pull request #2737 from jtattermusch/enable_new_interop_tests
Enable oauth2_auth_token and per_rpc_creds interop tests for C#
|
9 years ago |
Jorge Canizales
|
e95f241c96
|
Reactivate Cocoapods error output
|
9 years ago |
Jorge Canizales
|
02039a25c7
|
Fail early and explicitly if protoc, pod, or xcodebuild are missing
|
9 years ago |
Jorge Canizales
|
5115af58e4
|
Make FileNameInUpperCamel aware of directories
|
9 years ago |
Jorge Canizales
|
faf58b84b5
|
Update doc in GRPCCompletionQueue.h
|
9 years ago |
Jorge Canizales
|
013f87a9a7
|
Unused ivar in GRPCCall.m
|
9 years ago |
Jorge Canizales
|
9e51972d22
|
grpc_init() is already called in GRPCWrappedCall
|
9 years ago |
Jorge Canizales
|
597ef98693
|
GRPCCall.m formatting.
|
9 years ago |
Yang Gao
|
7716c53a21
|
Merge pull request #2717 from ctiller/yeah-we-know-what-youre-talking-about
Make call_create with host=NULL provide a default host name
|
9 years ago |
Craig Tiller
|
5666a20dd9
|
Respond to review
|
9 years ago |
Craig Tiller
|
74a096980d
|
Fix UDS versions of this test
|
9 years ago |
Nathaniel Manista
|
fd292c5721
|
Merge pull request #2699 from soltanmm/coverage
Test coverage for Python.
|
9 years ago |
Craig Tiller
|
2cd9dd9da6
|
Remove optional parameter from watch connectivity state
|
9 years ago |
yang-g
|
b803313b2c
|
merge with head and resolve conflicts
|
9 years ago |
Masood Malekghassemi
|
2b84162bd4
|
Use py.test from run_tests.py
Also updates the version of grpcio_test. Now that grpcio and its tests
are in different project packages, the version numbers should be kept in
sync.
|
9 years ago |
Masood Malekghassemi
|
791cc31a49
|
Enable Python testing and coverage
|
9 years ago |
Craig Tiller
|
2fc2a164ae
|
Switch ALPN/NPN to advertise only h2
|
9 years ago |
Vijay Pai
|
11af974715
|
Merge pull request #2726 from ctiller/insolent-pork-chop
Fix Ruby segfaults and TSAN reported races
|
9 years ago |
Nathaniel Manista
|
5f8d05bb9c
|
Merge pull request #2698 from soltanmm/reorganize-python
Reorganize src/python.
|
9 years ago |
Michael Lumish
|
5d405bd3ec
|
Merge pull request #2663 from jcanizales/run-test-server-locally
Run test server locally
|
9 years ago |
Craig Tiller
|
86d1f1325d
|
Merge github.com:grpc/grpc into insolent-pork-chop
|
9 years ago |