Craig Tiller
|
99740785f1
|
Cleanup unnecessary test
|
9 years ago |
Craig Tiller
|
402acf6c44
|
Fix proxy, finalize API
|
9 years ago |
Abhishek Kumar
|
183c9f77a7
|
Merge pull request #2767 from ctiller/no-poop-on-pizza
Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port
|
9 years ago |
yang-g
|
72d796f2bc
|
health checking protocol
|
9 years ago |
Craig Tiller
|
832a8c1a9c
|
Merge pull request #2789 from yang-g/cancel
Add AsyncNotifyWhenDone
|
9 years ago |
yang-g
|
f1ca91ad30
|
regenerate projects
|
9 years ago |
yang-g
|
38ed056304
|
Merge remote-tracking branch 'upstream/master' into stuboptions
|
9 years ago |
yang-g
|
62ff690e48
|
regenerate projects
|
9 years ago |
yang-g
|
ebd7a59fd9
|
Merge remote-tracking branch 'upstream/master' into reconnect_branch_based_on_jitter
|
9 years ago |
yang-g
|
b62a90602b
|
regenerate projects
|
9 years ago |
yang-g
|
5cd67df935
|
Merge remote-tracking branch 'upstream/master' into cancel
|
9 years ago |
Craig Tiller
|
fc186a1828
|
Regenerate makefile
|
9 years ago |
Craig Tiller
|
20a3c35b19
|
Delay name resolution until we need a channel to be READY
|
9 years ago |
Craig Tiller
|
a0cfd1cb61
|
Merge github.com:grpc/grpc into primary-goat-whisperer
|
9 years ago |
Craig Tiller
|
68f4e0f6ab
|
Initial Doxygen import for core, c++
|
9 years ago |
Craig Tiller
|
a529eca947
|
Merge branch 'propagate' into reduce-mac-load
|
9 years ago |
Craig Tiller
|
18541a1cee
|
Merge github.com:grpc/grpc into propagate
|
9 years ago |
Craig Tiller
|
9429b619d9
|
Fix typo
|
9 years ago |
Craig Tiller
|
d50993d49b
|
Add linux, mac as test platforms, only run _with_poll tests on linux
|
9 years ago |
Craig Tiller
|
dcd45cf306
|
Cleanup includes
|
9 years ago |
Craig Tiller
|
ef12559f0f
|
Rework restart facility to be more portable
|
9 years ago |
Craig Tiller
|
a13482546b
|
Merge github.com:grpc/grpc into kinetic-lopsided-poetry
|
9 years ago |
Vijay Pai
|
3bbacf1b5e
|
Merge pull request #2798 from ctiller/nerd-burger
Revert "Fixing environments where pkg-config isn't installed."
|
9 years ago |
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 |
Masood Malekghassemi
|
ed96983e22
|
Move Python protoc plugin tests to grpcio_test
|
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 |