Julien Boeuf
|
4aee724004
|
Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth
|
9 years ago |
murgatroid99
|
1a7dcac038
|
Made binding a server to a port insecurely explicit
|
9 years ago |
Donna Dionne
|
1b0e3437be
|
Adding c++ interop (cloud to prod) to jenkins work flow.
First effort in adding interop to jenkins work flow, more languages will follow.
|
9 years ago |
murgatroid99
|
928a0cc71f
|
Added test that credential channel argument is required
|
9 years ago |
yang-g
|
4f61528b96
|
Support two clients calling start simultaneously
|
9 years ago |
Yang Gao
|
2aff2b449f
|
Merge pull request #2678 from vjpai/dont_be_explicit
Remove explicit reference to nullptr
|
9 years ago |
Vijay Pai
|
c089743f49
|
Remove explicit reference to nullptr since this isn't within
grpc namespace and not supported by older compilers. Not sure
why I didn't catch this earlier.
|
9 years ago |
murgatroid99
|
893690f860
|
Made credentials an explicit required argument to channels
|
9 years ago |
murgatroid99
|
cbdac555ac
|
Merge branch 'master' into node_explicit_insecure_channel
|
9 years ago |
murgatroid99
|
6249c0cf78
|
Added explicit insecure credentials constructors
|
9 years ago |
Yang Gao
|
f2b2558cc3
|
Merge pull request #2593 from ctiller/elliptic-orange-chamelion
Rename grpc_channel_create to grpc_insecure_channel_create
|
9 years ago |
Nathaniel Manista
|
7b042c5793
|
Add STREAM_LENGTH and POOL_SIZE to test_constants
Only one of these is used, and in only one place, as of this commit,
but they will be used widely after further development.
|
9 years ago |
Michael Lumish
|
6284cdb00d
|
Merge pull request #2675 from stanley-cheung/php_call_peer_address
Exposed channel target and call peer in PHP
|
9 years ago |
Stanley Cheung
|
c0034dd10b
|
review feedback: unit test of uri value too strict
|
9 years ago |
murgatroid99
|
9cd90a64ca
|
Rearranged some code for jsdoc, added some documentation
|
9 years ago |
Vijay Pai
|
54c9757025
|
Merge pull request #2601 from ctiller/warbling-wombat
Canonicalize metadata keys in core
|
9 years ago |
Stanley Cheung
|
db98e08570
|
Exposed channel target and call peer in PHP
|
9 years ago |
Michael Lumish
|
1f21f336eb
|
Merge pull request #2666 from jtattermusch/oauth_token_api_fix
Make work with out-of-band oauth2 token more pleasant
|
9 years ago |
Michael Lumish
|
d116a2d3a9
|
Merge pull request #2632 from marcinwyszynski/master
Avoid implicit conversions in Ruby extension code
|
9 years ago |
Alistair Veitch
|
cf39e94872
|
Server side census context plumbing for c++
|
9 years ago |
Alistair Veitch
|
925e4a6349
|
Enrich census initialization and feature code
|
9 years ago |
Craig Tiller
|
d9aed1d010
|
Merge github.com:grpc/grpc into elliptic-orange-chamelion
Conflicts:
src/csharp/ext/grpc_csharp_ext.c
|
9 years ago |
Craig Tiller
|
cbc4fb9f2e
|
Merge github.com:grpc/grpc into warbling-wombat
|
9 years ago |
Craig Tiller
|
f0295cb885
|
Merge branch 'sometimes-its-good-just-to-check-in-with-each-other' into yeah-we-know-what-youre-talking-about
|
9 years ago |
Craig Tiller
|
26b3714b72
|
Add a hook for sending default authority when needed
|
9 years ago |
Craig Tiller
|
dfc42da760
|
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
Conflicts:
src/core/iomgr/tcp_server_windows.c
|
9 years ago |
Stanley Cheung
|
5c575dd6e4
|
Merge pull request #2664 from jtattermusch/async_tests
Cleanup in C# tests
|
9 years ago |
Jan Tattermusch
|
cd7a4054de
|
make work with out-of-band oauth2 token more pleasant
|
9 years ago |
Jan Tattermusch
|
9a5c4f516f
|
make sure async test wont be silently skipped with old NUnit
|
9 years ago |
Jan Tattermusch
|
b98e1dd7c4
|
make some interop tests run as async methods
|
9 years ago |
Jan Tattermusch
|
9b048e529e
|
introducing async tests
|
9 years ago |
Jan Tattermusch
|
6832792c20
|
add NUnitTestAdapter for VS
|
9 years ago |
Yang Gao
|
2a31304d7f
|
Merge pull request #2647 from vjpai/deepend
Dynamic-sized thread pool
|
9 years ago |
Yang Gao
|
1fedc800dc
|
Merge pull request #2655 from vjpai/expecteq
Switch an int to size_t or else it fails on Mac
|
9 years ago |
Yang Gao
|
e08cc80ea0
|
Merge pull request #2662 from vjpai/the_isolation_of_nullptr
Isolate nullptr to grpc namespace when we must define it ourselves
|
9 years ago |
jboeuf
|
5749a3f467
|
Merge pull request #2605 from yang-g/fake_transport_security_to_private
Fake transport security to private
|
9 years ago |
Jorge Canizales
|
72b2701383
|
Disable tests: unknown method and bad access token
They don’t work against the local server.
|
9 years ago |
Jorge Canizales
|
ce8ee61008
|
Temporarily point tests to localhost
|
9 years ago |
Jorge Canizales
|
1433f52499
|
Compile and run locally the interop C++ server before the tests
|
9 years ago |
Vijay Pai
|
d2a9b6da13
|
Isolate nullptr to grpc namespace when we must define it ourselves
Change the one non-namespace use of nullptr to NULL (used as an
argument to a C function anyway)
|
9 years ago |
yang-g
|
334f52ed27
|
md
|
9 years ago |
yang-g
|
fbe15f7b31
|
reconnect interop test spec
|
9 years ago |
Stanley Cheung
|
bb04ea76f9
|
Merge pull request #2658 from jtattermusch/csharp_explicit_insecure
Make insecure channel/server creation explicit in C#
|
9 years ago |
Jan Tattermusch
|
a96ac058f4
|
make insecure channel and server explicit
|
9 years ago |
Stanley Cheung
|
072e7ad1f3
|
Merge pull request #2648 from jtattermusch/csharp_logging_api
C# logging API
|
9 years ago |
Jan Tattermusch
|
0526161385
|
introduce gRPC logger
|
9 years ago |
Stanley Cheung
|
01cd209078
|
Merge pull request #2645 from jtattermusch/csharp_go_beta_go
C# beta features and cleanup
|
9 years ago |
Jan Tattermusch
|
f9c2d97605
|
fix reference to bouncyCastles assembly
|
9 years ago |
Jan Tattermusch
|
a6b8288468
|
upgrade Grpc.Auth to latest version of Google.Apis.Auth and remove unneeded code
|
9 years ago |
Jan Tattermusch
|
dce9f6e4c2
|
fix x86 target to be AnyCPU
|
9 years ago |