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
Craig Tiller
2e95e4ac1d
Move parent removal from final destruction to destruction request
...
We don't need the list for cancel propagation after that point, and
doing it early avoids a bug whereby the call is reffed after reaching a
zero ref when the parent is destroyed first.
9 years ago
Vijay Pai
ad3e00c220
Stop using a variable-sized array since that's not standards-compliant
9 years ago
Craig Tiller
26f8b283a4
Merge github.com:grpc/grpc into tell-the-world-about-ALL-the-things
9 years ago
Craig Tiller
37f24de603
Merge pull request #2777 from jboeuf/server_creds_auth_md_processor
...
Server creds auth md processor
9 years ago
Craig Tiller
0ce5540a3f
Merge pull request #2811 from yang-g/channel_state_api
...
Channel state api
9 years ago
Jorge Canizales
721b7a3923
Rename oauth2_lowerCamel -> oauth2UpperCamel
9 years ago
Jorge Canizales
26e0c9ee4c
Fixup for 971d06ad06
9 years ago
Nicolas Noble
c72275dfd1
Merge pull request #2841 from ctiller/trace-tests-are-giving-me-a-headache
...
Only slow down tracing tests if stdout isatty
9 years ago
Nicolas Noble
4720f323f5
Merge pull request #2840 from ctiller/reduce-mac-load
...
Reduce mac CI load
9 years ago
Craig Tiller
8420323c04
Merge branch 'kinetic-lopsided-poetry' of github.com:ctiller/grpc into kinetic-lopsided-poetry
9 years ago
Craig Tiller
24a97628b6
Add portlog.txt to gitignore
9 years ago
Craig Tiller
2d91b5de40
Only slow down tracing tests if stdout isatty
9 years ago
Craig Tiller
c85357e051
Reduce mac CI load
9 years ago
Jorge Canizales
631dc00481
Exercise GRPCCall+OAuth2 in the tests
9 years ago
yang-g
cec757f22a
Fix build
9 years ago