Jan Tattermusch
85f24b5862
update proto files
9 years ago
Jan Tattermusch
2c4f4ecb63
update generate script
9 years ago
Jan Tattermusch
741e64c872
update compiler
9 years ago
Jan Tattermusch
59a7d9d74f
upgrade protobuf to HEAD
9 years ago
Jan Tattermusch
410c473c2b
make intializer for metadata even nicer
9 years ago
Jan Tattermusch
5321d49b51
fixed writeOptions and added test
9 years ago
Jorge Canizales
238ad7819f
Eliminate race in GRPCCall’s operation of the requests writer
9 years ago
Jorge Canizales
67ce098ccf
Clarify thread-safety expectations of GRXWriters
9 years ago
Jan Tattermusch
c75c57c5af
added ResponseHeadersTest, fixed stylecop issues
9 years ago
Jan Tattermusch
c8d7b8498c
polishing tests
9 years ago
Jan Tattermusch
2615f39b20
fixing tests
9 years ago
Jan Tattermusch
0abb84746c
big facelift of test code
9 years ago
Hongwei Wang
fbc86857e5
Set docker environment variable GRPC_ZOOKEEPER_SERVER_TEST
9 years ago
Hongwei Wang
68d205d85b
Minor fix on zookeeper test
9 years ago
Jan Tattermusch
a4291e7073
fixing tests
9 years ago
Hongwei Wang
6bbcd0493e
test
9 years ago
Jan Tattermusch
5b0b392cc3
introduced MockServiceHelper to ease testing
9 years ago
Jorge Canizales
c678c30cf1
Fix ForwardingWriter init preconditions
9 years ago
Hongyu Chen
633ab568d4
Merge remote-tracking branch 'upstream/master'
9 years ago
Hongyu Chen
f68e472f5c
Re-install census filters.
9 years ago
vjpai
9b2c25e806
Bounds checking for ops in call batch
9 years ago
Jan Tattermusch
8368b2e4b9
implemented sending initial metadata
9 years ago
Jan Tattermusch
bff90ac384
added WriteOptions support and enabled NoCompress flag to be used for all writes
9 years ago
Hongwei Wang
aafbad6c96
Update tests.json
9 years ago
Nicolas "Pixel" Noble
faddd3c3f9
Fixing Python after the merge.
9 years ago
Hongwei Wang
ad5c897a94
Merge branch 'master' of https://github.com/grpc/grpc into zookeeper
9 years ago
Nicolas "Pixel" Noble
7f48b99d13
Taking out assert for now - it can be added later, without breaking the API.
9 years ago
Nicolas "Pixel" Noble
9d72b149a9
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
...
Conflicts:
include/grpc/grpc.h
src/core/surface/channel.c
src/core/surface/channel_create.c
src/core/surface/completion_queue.c
src/cpp/client/channel.cc
src/cpp/client/insecure_credentials.cc
src/csharp/ext/grpc_csharp_ext.c
src/node/ext/call.cc
src/node/ext/channel.cc
src/php/ext/grpc/call.c
src/php/ext/grpc/channel.c
src/python/grpcio/grpc/_adapter/_c/types/channel.c
src/ruby/ext/grpc/rb_channel.c
test/core/end2end/dualstack_socket_test.c
test/core/end2end/fixtures/chttp2_fullstack.c
test/core/end2end/fixtures/chttp2_fullstack_compression.c
test/core/end2end/fixtures/chttp2_fullstack_uds_posix.c
test/core/end2end/fixtures/chttp2_fullstack_with_poll.c
test/core/end2end/multiple_server_queues_test.c
test/core/end2end/no_server_test.c
test/core/end2end/tests/bad_hostname.c
test/core/end2end/tests/cancel_after_accept.c
test/core/end2end/tests/cancel_after_accept_and_writes_closed.c
test/core/end2end/tests/cancel_after_invoke.c
test/core/end2end/tests/cancel_before_invoke.c
test/core/end2end/tests/cancel_in_a_vacuum.c
test/core/end2end/tests/census_simple_request.c
test/core/end2end/tests/disappearing_server.c
test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c
test/core/end2end/tests/empty_batch.c
test/core/end2end/tests/graceful_server_shutdown.c
test/core/end2end/tests/invoke_large_request.c
test/core/end2end/tests/max_concurrent_streams.c
test/core/end2end/tests/max_message_length.c
test/core/end2end/tests/ping_pong_streaming.c
test/core/end2end/tests/registered_call.c
test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c
test/core/end2end/tests/request_response_with_metadata_and_payload.c
test/core/end2end/tests/request_response_with_payload.c
test/core/end2end/tests/request_response_with_payload_and_call_creds.c
test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c
test/core/end2end/tests/request_with_compressed_payload.c
test/core/end2end/tests/request_with_flags.c
test/core/end2end/tests/request_with_large_metadata.c
test/core/end2end/tests/request_with_payload.c
test/core/end2end/tests/server_finishes_request.c
test/core/end2end/tests/simple_delayed_request.c
test/core/end2end/tests/simple_request.c
test/core/end2end/tests/simple_request_with_high_initial_sequence_number.c
test/core/fling/client.c
test/core/fling/server.c
test/core/surface/lame_client_test.c
9 years ago
Hongwei Wang
497d26a83d
Update zookeeper in jenkins docker file
9 years ago
yang-g
6a5494a5bf
:(
9 years ago
yang-g
2109217c4a
Fix gce detection
9 years ago
Julien Boeuf
ca9460bc6d
Fixing test.
9 years ago
Julien Boeuf
03fad5f11e
Better error codes for client_auth_filter. Fixes #2484 .
9 years ago
jboeuf
c29812fc2c
Merge pull request #2845 from ctiller/reorder-some-things
...
Reorder filters to ensure that :authority is available when the auth …
9 years ago
Craig Tiller
de02ae611f
Shutdown lb_policy when changing it
9 years ago
Nicolas "Pixel" Noble
f75df57a8f
Working on ruby.
9 years ago
Nicolas "Pixel" Noble
8c59791cb1
Working on C#.
9 years ago
Yang Gao
95a98ca768
Merge pull request #2829 from ctiller/tell-the-world-about-ALL-the-things
...
Provide marginally better debug information for client side auth problems
9 years ago
Yang Gao
012349ff88
Merge pull request #2842 from ctiller/asan-is-sad
...
Move parent removal from final destruction to destruction request
9 years ago
Nicolas "Pixel" Noble
8e6bab5e11
Working on node.
9 years ago
Craig Tiller
8f1b169b3d
Reorder filters to ensure that :authority is available when the auth filter needs it
9 years ago
Hongwei Wang
2ad07d7523
Formatting
9 years ago
Yang Gao
5f3e7737b7
Merge pull request #2843 from a11r/doc3
...
Add a document describing a server reflection protocol.
9 years ago
Donna Dionne
c897798fb1
adding node, ruby, and php to cloud to prod interop tests.
9 years ago
Abhishek Kumar
d259bb1dd1
Add a document describing a server reflection protocol.
...
This is largely cribbed from @dklempner's original PR (#2744 ) . Taking over as he is out on vacation. Removed the discussion around host-reflection and corresponding uses of `host` from the API.
9 years ago
Eric Anderson
88527f8e55
Merge pull request #2560 from a11r/doc2
...
Naming design document
9 years ago
Hongwei Wang
35a06e7ddc
Update zookeeper test server address
9 years ago
Hongwei Wang
6d445965cc
Zookeeper test server address as environment variable
9 years ago
Nicolas Noble
c7989b6c9f
Merge pull request #2788 from ctiller/kinetic-lopsided-poetry
...
Testing port server
9 years ago
Jorge Canizales
be76f2c266
Merge pull request #2838 from jcanizales/make-oauth2-easy
...
Add ObjC helpers to use OAuth2
9 years ago