Noah Eisen
|
3b630f7f20
|
updated interop test doc. unimplemented test no longer checks error message, since some server languages set it to empty string, and some set it to a non empty message
|
8 years ago |
Stanley Cheung
|
146a3773da
|
PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto
|
8 years ago |
Stanley Cheung
|
39b2e5bec6
|
PHP Proto3: update tests and README
|
8 years ago |
Stanley Cheung
|
857a130493
|
PHP Proto3: run generate_projects.sh
|
8 years ago |
Stanley Cheung
|
b7223bbfe9
|
PHP Proto3: update templates
|
8 years ago |
Stanley Cheung
|
881f4ff672
|
PHP Proto3: new serialization/deserialization for messages
|
8 years ago |
Stanley Cheung
|
53d219c962
|
PHP Proto3: gRPC PHP Plugin code generator
|
8 years ago |
David Garcia Quintas
|
dc61b343eb
|
regenerated projects
|
8 years ago |
Yuchen Zeng
|
6679d78997
|
Handle partially exposed reflection service
|
8 years ago |
David Garcia Quintas
|
fc80671df6
|
regenerated projects
|
8 years ago |
Nicolas Noble
|
be43240564
|
Merge pull request #8235 from ctiller/adjustable_window
Make initial connect retry backoff configurable
|
8 years ago |
Nicolas Noble
|
2587f20d08
|
Merge pull request #8238 from nicolasnoble/master-upmerge-from-deep-under
Upmerge from 1.0.x
|
8 years ago |
Craig Tiller
|
8c0090910a
|
Merge github.com:grpc/grpc into adjustable_window
|
8 years ago |
Noah Eisen
|
98b3663f6c
|
Fixed type in comments
|
8 years ago |
Craig Tiller
|
7af400c535
|
Merge github.com:grpc/grpc into direct-calls
|
8 years ago |
Yang Gao
|
d24b822d73
|
Merge pull request #8046 from gislan/master
Add method for creating insecure channel from FD with custom arguments using C++ API.
|
8 years ago |
Noah Eisen
|
0adb728083
|
removed check for status error message. Investigating why node servers send messages back that are not empty
|
8 years ago |
Craig Tiller
|
78a9c1df3f
|
Merge pull request #36 from muxi/adjustable_window_objc
Clean up code
|
8 years ago |
Noah Eisen
|
7bc012fe8b
|
Merge branch 'master' of https://github.com/grpc/grpc into new_interop_tests
|
8 years ago |
Ken Payson
|
65818729dc
|
Clang format
|
8 years ago |
Nicolas "Pixel" Noble
|
beeeddd571
|
Format.
|
8 years ago |
Muxi Yan
|
1674f650ad
|
Clean up code
|
8 years ago |
Nicolas Noble
|
ef49a5d217
|
Merge pull request #7833 from sreecha/fix_channel_from_fd_api
Remove completion queue parameter from `grpc_server_add_insecure_channel_from_fd` API
|
8 years ago |
Nicolas Noble
|
66306c2ae8
|
Merge pull request #8224 from sreecha/grpc_signal
Use SIGMINRT + 6 as the default signal for gRPC epoll engine (instead of SIGMINRT + 2)
|
8 years ago |
Nicolas "Pixel" Noble
|
748524eea5
|
Merge branch 'master' of https://github.com/grpc/grpc into master-upmerge-from-deep-under
|
8 years ago |
Craig Tiller
|
ca3451de7a
|
Merge github.com:grpc/grpc into direct-calls
|
8 years ago |
Craig Tiller
|
7f0bf534df
|
Fix crash when accepting a stream after shutdown
|
8 years ago |
Mark D. Roth
|
e99538d783
|
Merge branch 'fail_fast' into service_config
|
8 years ago |
Mark D. Roth
|
a40d471110
|
Plumb through GRPC_INITIAL_METADATA_WAIT_FOR_READY_EXPLICITLY_SET.
|
8 years ago |
Mark D. Roth
|
473e8f9c64
|
Merge remote-tracking branch 'upstream/master' into fail_fast
|
8 years ago |
Nicolas Noble
|
d914591e95
|
Merge pull request #7970 from markdroth/deadline_filter
Move deadline functionality into filters.
|
8 years ago |
David G. Quintas
|
34dee0304f
|
Merge pull request #8203 from dgquintas/nanopb_fuzzer_squelch
Prevent nanopb fuzzers from spamming logs
|
8 years ago |
Craig Tiller
|
c2fbddf199
|
Fix memory leak
|
8 years ago |
Ken Payson
|
84a4bdd5d8
|
Fix Typo
|
8 years ago |
Ken Payson
|
e02c7ed37b
|
Broke cv polling into seperate engine
|
8 years ago |
Mark D. Roth
|
58c23dab39
|
Ran generate_projects.sh.
|
8 years ago |
Craig Tiller
|
ba03dd24c5
|
Merge pull request #35 from muxi/adjustable_window_objc
Set initial backoff to 10000ms when creating channel in Objective C
|
8 years ago |
Muxi Yan
|
dcbf5440b8
|
Set initial backoff to 10000ms when creating channel
|
8 years ago |
Nicolas "Pixel" Noble
|
7398363779
|
Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under
|
8 years ago |
Nicolas Noble
|
2686bdbb9c
|
Merge pull request #8237 from nicolasnoble/memleak
Plugging memory leak.
|
8 years ago |
Noah Eisen
|
55cb2363c6
|
fixed typo in the updated interop test description file
|
8 years ago |
Noah Eisen
|
67461f792b
|
Merge branch 'master' of github.com:ncteisen/grpc into new_interop_tests
|
8 years ago |
Matt Kwong
|
10dcccadfb
|
fixed whitespacing and docker_run_tests.sh now clones submodule via network
|
8 years ago |
Matt Kwong
|
5d0f24600e
|
changed method to local clone submodules to using git submodule foreach from the local copy
|
8 years ago |
Matt Kwong
|
46c7f574bd
|
submodule clone comments changed to be more descriptive
|
8 years ago |
Matt Kwong
|
a436bab47f
|
fixed incorrect directory when using EXTERNAL_GIT_ROOT in Docker cloning var
|
8 years ago |
Matt Kwong
|
41a56ac8ac
|
fixed one more incorrect directory for git clone
|
8 years ago |
Matt Kwong
|
ce9471c962
|
fixed wrong directory in git clone commands
|
8 years ago |
Matt Kwong
|
befac97048
|
fixed local cloning of grpc/grpc submodules on docker
|
8 years ago |
Noah Eisen
|
2e9661c671
|
Update interop-test-descriptions.md
|
8 years ago |