yang-g
f1ca91ad30
regenerate projects
10 years ago
yang-g
38ed056304
Merge remote-tracking branch 'upstream/master' into stuboptions
10 years ago
Vijay Pai
3bbacf1b5e
Merge pull request #2798 from ctiller/nerd-burger
...
Revert "Fixing environments where pkg-config isn't installed."
10 years ago
Craig Tiller
60287b6363
Revert "Fixing environments where pkg-config isn't installed."
...
This reverts commit 2ed6878412
.
10 years ago
Craig Tiller
80aecf609b
Merge pull request #2787 from nicolasnoble/no-pkgconfig-is-broken
...
Fixing environments where pkg-config isn't installed.
10 years ago
Craig Tiller
eb3be09cbd
Merge pull request #2790 from nicolasnoble/using-jenkins-for-our-badge
...
Moving our build status badge from Travis to Jenkins.
10 years ago
Craig Tiller
702ea25c8f
Merge pull request #2652 from nicolasnoble/tests-depend-on-openssl
...
The code evolved enough so that we now have tests that directly depend on OpenSSL
10 years ago
Craig Tiller
1dc978c386
Merge pull request #2791 from pmarks-net/uri
...
Return normalized IPv4 addresses from grpc_sockaddr_to_uri().
10 years ago
Paul Marks
63541a1de1
Return normalized IPv4 addresses from grpc_sockaddr_to_uri().
...
Users of the high-level API should not care whether we're using AF_INET
or AF_INET6 sockets internally.
10 years ago
Nicolas "Pixel" Noble
517662cbf0
Moving our build status badge from Travis to Jenkins.
10 years ago
Nicolas Noble
0c88065d4a
Merge pull request #2748 from soltanmm/whats-up-doc
...
Addenda to tools readme
10 years ago
Nicolas Noble
b5dd0f163d
Merge pull request #2346 from jboeuf/upgrade-openssl-1.0.2d
...
Upgrading to OpenSSL 1.0.2d
10 years ago
Craig Tiller
902d9c4722
Merge pull request #2749 from yang-g/default_host_to_null
...
Pass NULL as host by default. Use context.authority() or channel.SslN…
10 years ago
Craig Tiller
298f39a626
Merge pull request #2686 from nathanielmanistaatgoogle/2570
...
Affirm metadata transmission in a common function
10 years ago
Craig Tiller
8d453c5968
Merge pull request #2757 from jtattermusch/runtest_polishing
...
Runtest polishing
10 years ago
Nicolas "Pixel" Noble
2ed6878412
Fixing environments where pkg-config isn't installed.
...
Depending on the presence of pkg-config, we're not necessarily doing the right thing in the Makefile. Zlib is a pkg-config dependency, but libm, libpthread, librt aren't.
10 years ago
Jan Tattermusch
8956e606fb
Merge pull request #2756 from jtattermusch/csharp_channel_state
...
C# Improving Channel API
10 years ago
Jan Tattermusch
9fb1d200f1
watch connectivity state API has changed in the meantime
10 years ago
Jan Tattermusch
07ea52c29c
add DefaultAuthority constant to channel options
10 years ago
Jan Tattermusch
dead905b87
expose Channel.Target property
10 years ago
Jan Tattermusch
9c7e46f55c
use NULL for default host in grpc_channel_call_create
10 years ago
Jan Tattermusch
9d67d8deaf
add HealthCheck tests to run_tests.py
10 years ago
Jan Tattermusch
d8bbdeae42
Added channel state API
10 years ago
Jan Tattermusch
0175e18133
tolerate occasional StatusCode.Internal on timeout
10 years ago
Nicolas Noble
847dfff402
Merge pull request #2779 from jtattermusch/properly_decrement_active_ports
...
Properly decrement active_ports on server shutdown on Win.
10 years ago
Jan Tattermusch
dd8a80fa9a
clarified comment and silenced error log
10 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.
10 years ago
Christian Blichmann
abd60a39d5
Change cast to avoid warning
10 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 .
10 years ago
Jan Tattermusch
2f25d98ba5
properly decrement active_ports
10 years ago
yang-g
297a25b0cf
Add StubOptions
10 years ago
Michael Lumish
32c4e5ee6b
Merge pull request #2774 from jcanizales/diagnose-jenkins
...
Have the tests preferably use the protoc compiled by make.
10 years ago
Jorge Canizales
e8d953557d
Formatting and documentation
10 years ago
Jorge Canizales
37a44d875f
Use the protoc made when one isn’t yet installed
10 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.
10 years ago
Nicolas "Pixel" Noble
70787578f6
Adding a sanity check that the cached makefile variables aren't committed.
10 years ago
Nicolas Noble
9dc45f9192
Merge pull request #2769 from grpc/make_vs2010_happy
...
Fix compilation under VS 2010
10 years ago
Jan Tattermusch
deab29e182
Fix compilation under VS 2010
10 years ago
Yang Gao
bee7b68b54
Merge pull request #2766 from ctiller/alpnrggg
...
Fix alpn_test
10 years ago
Vijay Pai
0a9ca86c35
Merge pull request #2702 from yang-g/peeraddr
...
Add accessor peer() in ClientContext and ServerContext
10 years ago
Craig Tiller
ddf05a134e
Fix alpn_test
10 years ago
Abhishek Kumar
e2e8eacb3e
Merge pull request #2683 from murgatroid99/node_explicit_insecure_server
...
Made binding a server to a port insecurely explicit
10 years ago
Michael Lumish
222348380e
Merge pull request #2762 from jcanizales/do-camelcase-right
...
Make FileNameInUpperCamel aware of directories
10 years ago
Eric Anderson
65b0749251
Merge pull request #2743 from ctiller/ampidextrous-parrot
...
Switch ALPN/NPN to advertise only h2
10 years ago
Michael Lumish
3a0c2e608e
Merge pull request #2753 from jcanizales/small-fixes
...
Small fixes
10 years ago
Michael Lumish
3d382a0da1
Merge pull request #2751 from ctiller/alphanumeric-juju-fish
...
Remove optional parameter from watch connectivity state
10 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#
10 years ago
Jorge Canizales
e95f241c96
Reactivate Cocoapods error output
10 years ago
Jorge Canizales
02039a25c7
Fail early and explicitly if protoc, pod, or xcodebuild are missing
10 years ago
Jorge Canizales
5115af58e4
Make FileNameInUpperCamel aware of directories
10 years ago