Craig Tiller
60287b6363
Revert "Fixing environments where pkg-config isn't installed."
...
This reverts commit 2ed6878412
.
9 years ago
Craig Tiller
ce898834f9
Revert "Fixing environments where pkg-config isn't installed."
...
This reverts commit 2ed6878412
.
9 years ago
Craig Tiller
5afe5e31ac
Merge github.com:grpc/grpc into kinetic-lopsided-poetry
9 years ago
Craig Tiller
220adcc745
Merge branch 'primary-goat-whisperer' into the-test-be-sleepy
9 years ago
Craig Tiller
6fa0b98206
Rebuild projects
9 years ago
Craig Tiller
c436a80169
Merge github.com:grpc/grpc into primary-goat-whisperer
9 years ago
Jan Tattermusch
31ba063224
changed the way ports are added to the server
9 years ago
Jan Tattermusch
021df8a7f2
changed way service definitions are added to the server
9 years ago
Jan Tattermusch
dc64fb5399
remove the ImmutableCollections dependency
9 years ago
Jan Tattermusch
d27dfa7840
enable forcing client auth
9 years ago
Jan Tattermusch
50d8ed91be
updated .gitignore
9 years ago
yang-g
d45a26ed06
allow null tag
9 years ago
Nicolas "Pixel" Noble
5876ad1757
Merge branch 'master' of github.com:grpc/grpc into win32-is-an-os-too
...
Conflicts:
tools/buildgen/generate_projects.py
9 years ago
Craig Tiller
80aecf609b
Merge pull request #2787 from nicolasnoble/no-pkgconfig-is-broken
...
Fixing environments where pkg-config isn't installed.
9 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.
9 years ago
yang-g
5239ee2bd0
Merge remote-tracking branch 'upstream/master' into cancel
9 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
9 years ago
Craig Tiller
1dc978c386
Merge pull request #2791 from pmarks-net/uri
...
Return normalized IPv4 addresses from grpc_sockaddr_to_uri().
9 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.
9 years ago
Nicolas "Pixel" Noble
517662cbf0
Moving our build status badge from Travis to Jenkins.
9 years ago
Nicolas Noble
0c88065d4a
Merge pull request #2748 from soltanmm/whats-up-doc
...
Addenda to tools readme
9 years ago
Nicolas Noble
b5dd0f163d
Merge pull request #2346 from jboeuf/upgrade-openssl-1.0.2d
...
Upgrading to OpenSSL 1.0.2d
9 years ago
yang-g
b335256444
Add AsyncNotifyWhenDone
9 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…
9 years ago
Craig Tiller
298f39a626
Merge pull request #2686 from nathanielmanistaatgoogle/2570
...
Affirm metadata transmission in a common function
9 years ago
Craig Tiller
8d453c5968
Merge pull request #2757 from jtattermusch/runtest_polishing
...
Runtest polishing
9 years ago
Craig Tiller
f53d9c8d0d
Testing port server
...
run_tests.py will start a server (if it's not running, or if the running
port server mismatches the 'current' one) that serves ports to use for
tests. The server is left running after run_tests.py finishes, so that
in environments such as Mac and Windows where tests run unshielded from
each other, we don't start jumping on already used ports.
9 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.
9 years ago
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
e871ef4ef7
Merge branch 'primary-goat-whisperer' into the-test-be-sleepy
9 years ago
Craig Tiller
08dda265c4
Back-out unnecessary change
9 years ago
Craig Tiller
82389ecf1a
Merge branch 'primary-goat-whisperer' into the-test-be-sleepy
9 years ago
Craig Tiller
14a7565454
Merge branch 'primary-goat-whisperer' of github.com:ctiller/grpc into primary-goat-whisperer
9 years ago
Craig Tiller
05b35c4ab5
Merge branch 'plucking-hell' into primary-goat-whisperer
9 years ago
Craig Tiller
7b9ed35a2c
Allow fixtures to specify slowdown factors, use it for grpc_trace tests
9 years ago
Craig Tiller
060ca5fe18
Update comment
9 years ago
Craig Tiller
a9c643fc60
Merge github.com:grpc/grpc into plucking-hell
9 years ago
Craig Tiller
17effabe42
Add proxy tests to end2end suite
...
Currently the oauth2 variant of these tests is disabled. Will work with
@jboeuf to figure out how to turn them on.
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