Stanley Cheung
d21ce04218
Merge pull request #2949 from grpc/jtattermusch-patch-1
...
Fix version of Google.Apis.Auth required by Grpc.Auth nuget.
9 years ago
Jan Tattermusch
c7cfe9d35b
Fix version of Google.Apis.Auth required by Grpc.Auth nuget.
9 years ago
Hongyu Chen
58c927cede
Make census_filter more of a noop.
9 years ago
Jan Tattermusch
723569b260
Merge pull request #2943 from tbetbetbe/grpc-ruby-add-health-check-service
...
Add a health checker service implementation.
9 years ago
Julien Boeuf
8b78c28451
First draft at addressing #1799 for grpc_security.
...
- Will make all the changes everywhere once we reach consensus.
9 years ago
murgatroid99
e13bfc0139
Resolved merge conflicts with master
9 years ago
Stanley Cheung
3a2b223523
Merge pull request #2944 from murgatroid99/node_server_listen_remnants
...
Replaced remaining references to 'listen' with 'start'
9 years ago
Julien Boeuf
8da211f638
Forgot to commit this file...
9 years ago
murgatroid99
2cc1ed94ab
Fixed typo in argument error message
9 years ago
Michael Lumish
591c8ee864
Merge pull request #2934 from tbetbetbe/grpc-ruby-add-more-auth-interop-tests
...
Adds the remaining ruby interop tests
9 years ago
Julien Boeuf
bf25bb01bb
Few improvements:
...
- Guarantee the lifetime of objects passed to the processor.
- Add an option for implementers of the processor to make it
non-blocking.
9 years ago
Tim Emiola
a5d39f7e78
Merges timeout interop test change
9 years ago
Michael Lumish
6cc1715796
Merge pull request #2937 from tbetbetbe/grpc-ruby-add-timeout-interop-test
...
Grpc ruby add timeout interop test
9 years ago
murgatroid99
bc15a78a53
Replaced remaining references to 'listen' with 'start'
9 years ago
murgatroid99
8c4607fee4
Merge branch 'master' into node_parent_call
9 years ago
murgatroid99
c04c03cb52
Resolved merge conflicts with master
9 years ago
Michael Lumish
39e18040bd
Merge pull request #2941 from nicolasnoble/zookeeper-is-c-not-c++
...
Fixing zookeeper's installation.
9 years ago
vjpai
1c9ba198c3
Make comment look finished
9 years ago
murgatroid99
0b09457350
Made deadline tests work
9 years ago
Tim Emiola
975d0cb02e
Add a health checker service implementation.
...
- adds the code-generated health service classes to the pb along with
a README explaining how to regenerate the generated code
- adds an implementation of the Health Checker Service along with unit
tests and an integration test
Also:
- adds a pb folder
: in a follow-up PR, all ruby pbs + generated code will be moved to it
9 years ago
murgatroid99
99e2104758
Add parent call propagation API to Node library
9 years ago
Nicolas "Pixel" Noble
4ef9b86cc2
Fixing zookeeper's installation.
9 years ago
David G. Quintas
bd0d1bd5d9
Merge pull request #2549 from hongweiwang/zookeeper
...
Zookeeper name resolver
9 years ago
David G. Quintas
abd53265f2
Merge pull request #2935 from jcanizales/add-grpc-prefix
...
Add ::grpc:: prefix
9 years ago
Vijay Pai
8fe60a87ea
Use emplace_back properly and when appropriate, considering limitations
...
of gcc4.4
9 years ago
Jan Tattermusch
d8fc860674
Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3
9 years ago
David G. Quintas
8d1c96f8bb
Merge pull request #2938 from jtattermusch/fix_codegen_output
...
Dont generate package directories in C# protoc plugin output
9 years ago
Jan Tattermusch
205e6c80c5
dont generate directories in C# protoc plugin
9 years ago
Jan Tattermusch
0c3b4c803e
Merge pull request #2799 from ctiller/selective-town
...
Give make a long timeout, tests a small one, and interop a slightly longer one
9 years ago
Jan Tattermusch
0b15b44fe1
Merge pull request #2696 from murgatroid99/node_client_connectivity
...
Wrap connectivity API, expose it to client as waitForReady
9 years ago
Tim Emiola
cdb7cccceb
Adds the ruby timeout interop test.
...
Corrects some other issues
- fixes status return when calls fail by always returning the status
- resolves bidi_call client's failure to return an exception on bad
status by swapping the wait for status to the read thread
* this also improves the cancel_after_first_response test
Also
- adds a unit test that verifies that a bidi call will time out.
9 years ago
Julien Boeuf
d3920a28c6
Fixing build after sync with upstream master.
9 years ago
Yang Gao
7671434608
Merge pull request #2376 from rjshade/add_udp_server_2
...
Add UDP server to gRPC.
9 years ago
Julien Boeuf
455dc6ff0d
Merge branch 'master' of https://github.com/grpc/grpc into cpp_auth_md_processor
9 years ago
Julien Boeuf
5941335be3
Fixing lifetime of input metadata issue.
9 years ago
Yang Gao
0791cf0dcd
Merge pull request #2931 from dgquintas/none-to-identity
...
Renamed "none" as "identity" for the no-op compression algorithm
9 years ago
Jorge Canizales
637c3650a3
Let people generate ObjC code from an Arduino
9 years ago
Tim Emiola
49b7650eaf
Breaks API - switches timeout to a keyword arg.
...
- timeout has been a default arg till now
- this switches it to a keyword arg with the same behavior
- in addition, it adds deadline as distinct keyword arg, allowing users
the choice of the idiomatic(timeout) or the aligned(deadline)
9 years ago
Jorge Canizales
b015dfb55a
Add ::grpc:: prefix
9 years ago
Julien Boeuf
c2274e7069
Adding C++ auth metadata processor.
...
- We always do the processing asynchronously but maintain a synchronous
API for the implementor of the processor.
- there are a lot of string copies right now. Having a StringPiece
object in grpc++ would really help with that (as we would use it for
C++ metadata).
- Please review the API carefully and if you're happy with it, I'll
proceed with tests.
9 years ago
David G. Quintas
685674c554
Merge pull request #2932 from nicolasnoble/restoring-windows-building-gaah
...
Recreating grpc_test_util_unsecure's template.
9 years ago
Hongwei Wang
c3f48c80d4
Minor fix on comments
9 years ago
Nicolas "Pixel" Noble
1df8ee9871
Recreating grpc_test_util_unsecure's template.
9 years ago
Hongyu Chen
3c9b87396f
Make census filter mostly no-op
9 years ago
David Garcia Quintas
cddd95bfd8
Renamed "none" as "identity" for the no-op compression algorithm for consistency with the spec
9 years ago
Hongwei Wang
85ad685e57
Address comments and update grpc plugins
9 years ago
Robbie Shade
8d5196d61e
Added copyright notice to udp_server.c
9 years ago
Robbie Shade
5c45b940e7
Merge remote-tracking branch 'upstream/master' into add_udp_server_2
9 years ago
Robbie Shade
00436a256d
Update to latest API changes.
9 years ago
Robbie Shade
a294487e37
Add Apple specific #define for IPV6_RECVPKTINFO
9 years ago