Stanley Cheung
|
db1f7bc012
|
Merge pull request #8271 from stanley-cheung/master-generate-projects-out-of-sync
generate_projects.sh out of sync on master
|
8 years ago |
Mark D. Roth
|
23006cb338
|
Merge pull request #8267 from markdroth/fake_resolver
Add fake resolver for tests.
|
8 years ago |
Yang Gao
|
0bb3fdb5c0
|
Merge pull request #7596 from rjshade/orphan_before_shutdown
Call orphan_cb before FD shutdown in udp_server
|
8 years ago |
Mark D. Roth
|
95c7143704
|
Ran generate_projects.sh.
|
8 years ago |
Mark D. Roth
|
07aab59da9
|
clang-format
|
8 years ago |
Jan Tattermusch
|
2fd004a5c5
|
Merge pull request #8278 from jtattermusch/run_tests_matrix_fix_macos
Add proxy script for run_tests_matrix.py
|
8 years ago |
Jan Tattermusch
|
aa44062271
|
add proxy script for run_tests_matrix.py
|
8 years ago |
Jan Tattermusch
|
4436cbb589
|
Merge pull request #8276 from jtattermusch/remove_node_portability_targets
Remove bad node portability targets
|
8 years ago |
Jan Tattermusch
|
280db2346e
|
Merge pull request #8275 from jtattermusch/run_tests_matrix_fixes
Windows fixes for run_tests_in_workspace.sh
|
8 years ago |
Mark D. Roth
|
94ba752883
|
Merge remote-tracking branch 'upstream/master' into fake_resolver
|
8 years ago |
Mark D. Roth
|
9ab8ba73d6
|
Merge pull request #8263 from markdroth/grpclb_resolver_semantic_fix
Centralized logic for choosing the right LB policy.
|
8 years ago |
Jan Tattermusch
|
0b6d72c296
|
remove node portability targets
|
8 years ago |
Jan Tattermusch
|
6bc086102e
|
fixes for run_tests_in_workspace.sh
|
8 years ago |
Stanley Cheung
|
af42900b3d
|
generate_projects.sh out of sync on master
|
8 years ago |
Jan Tattermusch
|
08ce4b92c2
|
Merge pull request #8141 from jtattermusch/matrix_tests_made_easy
Script for running a matrix of run_tests.py instances at once.
|
8 years ago |
David G. Quintas
|
1d06e82aa0
|
Merge pull request #8253 from dgquintas/grpclb_deadline_n_massage
More gRPC LB bugfixes and groundwork for deadline propagation
|
8 years ago |
Michael Lumish
|
b9c77471f9
|
Merge pull request #8036 from tania-m/patch-1
Update greeter_client.js
|
8 years ago |
David Garcia Quintas
|
61c5801465
|
improved todo
|
8 years ago |
David Garcia Quintas
|
5cf3c372dd
|
Back to using inf future lor LB call deadline
|
8 years ago |
Mark D. Roth
|
b34b055a40
|
Code cleanup.
|
8 years ago |
Mark D. Roth
|
da0ec8222e
|
Add fake resolver for tests.
|
8 years ago |
David Garcia Quintas
|
6909922fdf
|
Change to use the max deadline across calls
|
8 years ago |
Yuchen Zeng
|
9070ab6610
|
Merge pull request #8247 from y-zeng/proto_db_check_service
Handle partially exposed reflection service in gRPC CLI
|
8 years ago |
Jan Tattermusch
|
37cf0282e4
|
Merge pull request #8266 from jtattermusch/fix_go_docker_interop
Fix building go interop image
|
8 years ago |
Stanley Cheung
|
43f562dcad
|
Merge pull request #8179 from stanley-cheung/php-proto3-pr
PHP: Proto3 adoption
|
8 years ago |
Craig Tiller
|
ee2a10e51b
|
Merge pull request #8050 from ctiller/env
Add documentation for GRPC_ environment variables
|
8 years ago |
Craig Tiller
|
0368e3d066
|
Merge pull request #8205 from ctiller/crashy
Add (slightly cleaned up) variant of user contributed test
|
8 years ago |
Craig Tiller
|
c9742d37ac
|
Merge pull request #8202 from ctiller/perf-wha
Be explicit as to which tests to run
|
8 years ago |
Jan Tattermusch
|
aa2822c46e
|
fix building go interop image
|
8 years ago |
Craig Tiller
|
ac9736f469
|
Merge pull request #8188 from vjpai/no_races_just_bytesize
Add a suppression for a datarace in proto on an idempotent write
|
8 years ago |
Craig Tiller
|
ecc5a40bd3
|
Merge pull request #8222 from nicolasnoble/highmem-highroad
Changing Linux worker creation script.
|
8 years ago |
Craig Tiller
|
a268ee7430
|
Merge pull request #8216 from carl-mastrangelo/spec
Update Protocol spec to mention idempotency
|
8 years ago |
Mark D. Roth
|
88405f70c1
|
Centralized logic for choosing the right LB policy.
|
8 years ago |
David Garcia Quintas
|
9f85272dd3
|
bugfixes from integration testing
|
8 years ago |
David Garcia Quintas
|
bd57bba0c2
|
Use a reasonable deadline in grpclb test
|
8 years ago |
David Garcia Quintas
|
92eb6b92d7
|
Use call's deadline for internal grpclb call
|
8 years ago |
Nicolas Noble
|
673fa6c88b
|
Merge pull request #8227 from dgquintas/grpclb_service_name
Use the server's name as the service name for gRPC LB
|
8 years ago |
Nicolas Noble
|
d76e1594a5
|
Merge pull request #8226 from dgquintas/sockaddr_server_name
Populate server_name for sockaddr resolver
|
8 years ago |
Yuchen Zeng
|
7cd90c6816
|
Print more information about ambiguous method names
|
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 |