Nicolas "Pixel" Noble
4ef9b86cc2
Fixing zookeeper's installation.
10 years ago
David G. Quintas
bd0d1bd5d9
Merge pull request #2549 from hongweiwang/zookeeper
...
Zookeeper name resolver
10 years ago
David G. Quintas
abd53265f2
Merge pull request #2935 from jcanizales/add-grpc-prefix
...
Add ::grpc:: prefix
10 years ago
Vijay Pai
8fe60a87ea
Use emplace_back properly and when appropriate, considering limitations
...
of gcc4.4
10 years ago
David G. Quintas
8d1c96f8bb
Merge pull request #2938 from jtattermusch/fix_codegen_output
...
Dont generate package directories in C# protoc plugin output
10 years ago
Jan Tattermusch
205e6c80c5
dont generate directories in C# protoc plugin
10 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
10 years ago
Jan Tattermusch
0b15b44fe1
Merge pull request #2696 from murgatroid99/node_client_connectivity
...
Wrap connectivity API, expose it to client as waitForReady
10 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.
10 years ago
Yang Gao
7671434608
Merge pull request #2376 from rjshade/add_udp_server_2
...
Add UDP server to gRPC.
10 years ago
Yang Gao
0791cf0dcd
Merge pull request #2931 from dgquintas/none-to-identity
...
Renamed "none" as "identity" for the no-op compression algorithm
10 years ago
Jorge Canizales
637c3650a3
Let people generate ObjC code from an Arduino
10 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)
10 years ago
Jorge Canizales
b015dfb55a
Add ::grpc:: prefix
10 years ago
David G. Quintas
685674c554
Merge pull request #2932 from nicolasnoble/restoring-windows-building-gaah
...
Recreating grpc_test_util_unsecure's template.
10 years ago
Hongwei Wang
c3f48c80d4
Minor fix on comments
10 years ago
Nicolas "Pixel" Noble
1df8ee9871
Recreating grpc_test_util_unsecure's template.
10 years ago
Hongyu Chen
3c9b87396f
Make census filter mostly no-op
10 years ago
David Garcia Quintas
cddd95bfd8
Renamed "none" as "identity" for the no-op compression algorithm for consistency with the spec
10 years ago
Hongwei Wang
85ad685e57
Address comments and update grpc plugins
10 years ago
Robbie Shade
8d5196d61e
Added copyright notice to udp_server.c
10 years ago
Robbie Shade
5c45b940e7
Merge remote-tracking branch 'upstream/master' into add_udp_server_2
10 years ago
Robbie Shade
00436a256d
Update to latest API changes.
10 years ago
Robbie Shade
a294487e37
Add Apple specific #define for IPV6_RECVPKTINFO
10 years ago
Jan Tattermusch
c49a48bd75
Merge pull request #2919 from nicolasnoble/report-culling
...
Reducing JUnit's report size.
10 years ago
Vijay Pai
8c0389d84e
Merge pull request #2921 from yang-g/unknown_service
...
Use a sync service to handle requests to unknown services
10 years ago
David Garcia Quintas
864d18650e
proto3 required changes
10 years ago
Robbie Shade
a2f3652040
Regenerated project files
10 years ago
Vijay Pai
d9c1bc7281
Merge pull request #2612 from nicolasnoble/the-ultimate-showdown
...
Adding reserved arguments and pointers in the API to ensure stability.
10 years ago
Robbie Shade
3544fd26a0
Merge remote-tracking branch 'upstream/master' into add_udp_server_2
...
Conflicts:
Makefile
10 years ago
David Garcia Quintas
80dc66d8ab
Merge branch 'master' of github.com:grpc/grpc into compression-interop
10 years ago
Nicolas "Pixel" Noble
4a5a8f3119
Reducing JUnit's report size.
10 years ago
yang-g
523201cee0
remove redundant ctor
10 years ago
David Garcia Quintas
1665059f63
Merge branch 'master' of github.com:grpc/grpc into compression-interop
10 years ago
Nicolas "Pixel" Noble
f123443aa5
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
10 years ago
Vijay Pai
ed48bf8f71
Merge pull request #2922 from yang-g/proto3_cpp
...
use proto3 syntax in c++ test protos
10 years ago
Yang Gao
c16d9e4af8
Merge pull request #2926 from nicolasnoble/cancel_gpr_cancelable
...
Removing gpr_cancelable.
10 years ago
Nicolas "Pixel" Noble
bb3aed0ef9
Removing gpr_cancelable.
10 years ago
yang-g
f6befe8690
update the interop test protos and code to proto3
10 years ago
David Garcia Quintas
b802fc7732
Updated outdated Grpc.mak
10 years ago
David Garcia Quintas
74f4f0bb4b
Merge branch 'master' of github.com:grpc/grpc into compression-interop
10 years ago
Robbie Shade
6d9e1849ee
Regenerated project files
10 years ago
Robbie Shade
37ad56b469
Merge remote-tracking branch 'upstream/master' into add_udp_server_2
10 years ago
Michael Lumish
118f65dc8c
Merge pull request #2877 from stanley-cheung/php_connectivity_api
...
PHP: wrap connectivity state API
10 years ago
Jan Tattermusch
0622b8c484
Merge pull request #2925 from grpc/revert-2910-timeout_on_sleeping_server
...
Revert "implement timeout_on_sleeping_server interop test"
10 years ago
Jan Tattermusch
3c9752e784
Revert "implement timeout_on_sleeping_server interop test"
10 years ago
Michael Lumish
d2b2ca8713
Merge pull request #2910 from jtattermusch/timeout_on_sleeping_server
...
implement timeout_on_sleeping_server interop test
10 years ago
Nicolas Noble
b55b74072b
Merge pull request #2924 from mzhaom/zlib-dep
...
Let grpc target depend on //external:zlib
10 years ago
Ming Zhao
f2f24e2f93
Let grpc target depend on //external:zlib so that "-lz" or a real zlib
...
target like
https://github.com/google/kythe/blob/master/third_party/zlib/BUILD can
be pulled in.
10 years ago
yang-g
e9e69a80d4
use proto3 syntax in c++ test protos
10 years ago