Hongwei Wang
|
e3f12a91fa
|
Merge branch 'iomgr-refcounting' of https://github.com/nicolasnoble/grpc into zookeeper
|
9 years ago |
Hongwei Wang
|
6e732ea17f
|
Add zookeeper watch
|
9 years ago |
Nicolas "Pixel" Noble
|
0ff8e0514a
|
Adding refcounting debugging for the iomgr.
|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Jan Tattermusch
|
eea5955b56
|
added test for client SSL authentication
|
9 years ago |
Jan Tattermusch
|
88a9b32936
|
added option to authenticate client using root cert chain
|
9 years ago |
Jan Tattermusch
|
062c329cf8
|
expose peer info in serverside call handlers
|
9 years ago |
Nicolas Noble
|
6e685ff965
|
Merge pull request #2654 from jtattermusch/win_getpeername_fix
Fix getpeername code on windows
|
9 years ago |
vjpai
|
51d22752d6
|
Switch an int to size_t or else it fails on Mac
|
9 years ago |
Jan Tattermusch
|
b3ff7418c6
|
Merge pull request #2630 from murgatroid99/node_completion_key_names
Changed object keys to valid identifier names
|
9 years ago |
Jan Tattermusch
|
d298a9528a
|
fix whitespaces and line length
|
9 years ago |
Jan Tattermusch
|
3f7809d89c
|
fix getpeername code on windows
|
9 years ago |
Jan Tattermusch
|
e8cdd54d6f
|
Merge pull request #2651 from murgatroid99/node_call_peer_address
Exposed channel target and call peer in Node wrapper
|
9 years ago |
Michael Lumish
|
7e06b6ffe2
|
Merge pull request #2620 from meisterpeeps/master
Update README.md (just a little typo)
|
9 years ago |
Hongwei Wang
|
35d5a0fd64
|
Formatting
|
9 years ago |
Vijay Pai
|
f0c66c6365
|
Merge branch 'master' into deepend
|
9 years ago |
murgatroid99
|
ea12b97243
|
Exposed channel target and call peer in Node wrapper
|
9 years ago |
Michael Lumish
|
6aff7aa335
|
Merge pull request #2649 from stanley-cheung/php_user_agent
Add user-agent for PHP
|
9 years ago |
Stanley Cheung
|
a75098d0af
|
add user-agent for php
|
9 years ago |
Michael Lumish
|
d357cc0a63
|
Merge pull request #2643 from jtattermusch/csharp_timeouts
C# support for timeouts.
|
9 years ago |
Marcin Wyszynski
|
a5fea60e8d
|
array_length and it's counter types should match
|
9 years ago |
Vijay Pai
|
c8596943b1
|
Merge pull request #2646 from yang-g/inf_future
Fix gpr_inf_future call
|
9 years ago |
Vijay Pai
|
a61ca70e27
|
Merge pull request #2623 from ctiller/tightly-they-took-the-token-to-the-tent
Handle a race where a new call comes in post-shutdown a little better
|
9 years ago |