Commit Graph

25780 Commits

Author SHA1 Message Date
Vijay Pai 4b07aab513 Support multiple threads per cq sharing, add tests 2017-05-23 09:20:56 -07:00
Mehrdad Afshari 275bc932d2 Merge pull request #10991 from mehrdada/cpp-doc-fixes
C++ Documentation Audit Fixes
2017-05-22 11:11:45 -07:00
Stanley Cheung dbc27d2b37 Merge pull request #8161 from stanley-cheung/php-windows-support
PHP: windows config.w32 file
2017-05-22 10:57:49 -07:00
Jan Tattermusch 495cf83c86 Merge pull request #11155 from jtattermusch/csharp_dont_alloc_request
C# qps worker improvements
2017-05-22 13:34:03 +02:00
Noah Eisen bce8712f80 Merge pull request #11256 from ncteisen/sanity
Fix Sanity
2017-05-20 12:54:24 -07:00
ncteisen fe756340dd Fix sanity 2017-05-20 09:40:48 -07:00
Stanley Cheung af525b3a26 PHP: windows config.w32 file 2017-05-19 20:00:06 -07:00
Yang Gao 7569676ffe Merge pull request #11247 from yang-g/mac
Use deps rather than uses.
2017-05-19 17:14:00 -07:00
Matt Kwong 8df769fd3a Merge pull request #11250 from matt-kwong/undo_proto_change
Undo downgrade of Protobuf submodule
2017-05-19 16:18:40 -07:00
Matt Kwong a538fba0ea Undo downgrade of Protobuf submodule 2017-05-19 16:09:58 -07:00
apolcyn 35766734e8 Merge pull request #11124 from ernie/use-arch-extensions-dir
Remove unnecessary require_relative in Ruby gem
2017-05-19 15:30:07 -07:00
Mark D. Roth bcbc07104c Merge pull request #11227 from markdroth/rr_order_fix
Change round_robin LB policy to use the addresses in the order given.
2017-05-19 15:28:11 -07:00
Mark D. Roth f91eb714c2 Change round_robin LB policy to use the addresses in the order given. 2017-05-19 15:19:14 -07:00
Feng Li 04ac52bc3f Merge pull request #11236 from grpc/wenbozhu-patch-2
Update PROTOCOL-WEB.md
2017-05-19 13:45:26 -07:00
yongni 6d22f4a451 Merge pull request #11053 from yongni/matrix
Features included in this merge:
- Added script to build and upload docker image for matrix test.
- Added script to create test cases and created go__master testcases based on it.
- Created dictionary for runtimes and gRPC releases for supported languages.
- Added go 1.7 and 1.8 Dockerfile/templates.

See tools/interop_matrix/README.md for details.
2017-05-19 13:41:48 -07:00
yang-g 75ea6a279c regenerate project 2017-05-19 13:06:37 -07:00
yang-g c97d093a2c Use deps rather than uses 2017-05-19 13:04:34 -07:00
Wenbo Zhu 69ac56f7c0 Update PROTOCOL-WEB.md 2017-05-19 12:15:26 -07:00
Jan Tattermusch 1f7103a42f Merge pull request #11241 from jtattermusch/string_concatenation_101
Dont concatenate strings when status is OK
2017-05-19 20:00:42 +02:00
Wenbo Zhu f9ca154066 Update PROTOCOL-WEB.md 2017-05-19 10:33:06 -07:00
makdharma 5937cdd799 Merge pull request #11047 from makdharma/objc_trailer_test
Added a binary trailer test
2017-05-19 09:54:35 -07:00
Yong Ni b2e4bfa1ef Merge matrix feature branch into master.
Features included in this merge:
- Added script to build and upload docker image for matrix test.
- Added script to create test cases and created go__master testcases based on it.
- Created dictionary for runtimes and gRPC releases for supported languages.
- Added go 1.7 and 1.8 Dockerfile/templates.

See tools/interop_matrix/README.md for details.
2017-05-19 09:01:24 -07:00
Jan Tattermusch 1de945b378 dont concatenate strings when status is OK 2017-05-19 17:33:21 +02:00
Mark D. Roth af3cc761ad Merge pull request #10706 from markdroth/c_ares_authority
Allow specifying DNS server to query for c-ares via URI authority.
2017-05-19 07:46:52 -07:00
Wenbo Zhu 0408aa85d9 Update PROTOCOL-WEB.md
Clarify the content type requirement (for message formats).
2017-05-18 19:02:42 -07:00
Noah Eisen 9ea6d79474 Merge pull request #11235 from ncteisen/fix
Add trace protector to flag
2017-05-18 18:28:20 -07:00
ncteisen 01635d1ea8 Add trace protector to flag 2017-05-18 18:00:37 -07:00
Noah Eisen e6bf7d054c Merge pull request #10930 from ncteisen/frame-size
Set Frame Size to Bytes per Microsecond
2017-05-18 17:46:33 -07:00
Muxi Yan e77ba09b97 Merge pull request #11229 from muxi/backward-compat-import-fix
Fix minor problems in server backward compatibility
2017-05-18 16:56:43 -07:00
Craig Tiller 1563b9fe09 Merge pull request #11191 from ctiller/hospital_food
Make cq_verifier output more readable
2017-05-18 16:17:11 -07:00
Craig Tiller 0a7ef2d1c9 Merge pull request #11196 from ctiller/races
Fix some races in tests
2017-05-18 16:16:27 -07:00
Muxi Yan 191f1eb48e Remove loop initial declaration 2017-05-18 15:28:55 -07:00
Mark D. Roth 96fc54cf8b Allow specifying DNS server to query for c-ares via URI authority. 2017-05-18 14:33:07 -07:00
Matt Kwong deb5565b01 Merge pull request #11142 from matt-kwong/more-kokoro-job
Add MacOS interop and UBSan C to internal CI
2017-05-18 13:56:15 -07:00
Matt Kwong 96d9031759 Merge branch 'master' into more-kokoro-job 2017-05-18 13:50:57 -07:00
Noah Eisen 3f8b3977bd Merge pull request #11199 from ncteisen/trickle-trickle
Add unary fullstack trickle to bm json
2017-05-18 10:52:25 -07:00
Craig Tiller eb8c0edebf Merge pull request #11092 from ctiller/ubsanc++
Blanket suppress protobuf from ubsan runs
2017-05-18 10:46:40 -07:00
Craig Tiller 0fd5d12987 Merge pull request #11093 from ctiller/c++compat4
C++ compatibility fixes
2017-05-18 10:41:08 -07:00
Craig Tiller 049f115c97 clang-format 2017-05-18 10:08:39 -07:00
Craig Tiller ef526c13a3 Merge github.com:grpc/grpc into races 2017-05-18 10:08:04 -07:00
Mark D. Roth 656bbbef41 Merge pull request #11026 from markdroth/grpclb_drop_alt
Implement grpclb drop support.
2017-05-18 08:25:04 -07:00
Stanley Cheung ff0e429672 Merge pull request #11198 from stanley-cheung/upmerge-v1_3_2-to-master
Upmerge v1.3.x branch to master
2017-05-18 07:59:24 -07:00
Jan Tattermusch 8c9c1c1a8d Merge pull request #11156 from jtattermusch/csharp_only_blittable
C#: Dont use non-blittable types in native method signatures
2017-05-18 15:28:35 +02:00
Jan Tattermusch 19e3d3ba9f get rid of Histogram lock contention in qps worker 2017-05-18 11:38:58 +02:00
Jan Tattermusch d7079b2008 cache byteBufRequest for generic C# qps client 2017-05-18 11:14:33 +02:00
Jan Tattermusch 8ca0055633 Merge pull request #11185 from ctiller/informed_run_tests
Fix runtests --force_default_poller on linux
2017-05-18 11:10:17 +02:00
Jan Tattermusch 9883e0b4d2 fix run_tests.py on Windows and for non-C langs 2017-05-18 11:00:27 +02:00
Yang Gao aaefea25b1 Merge pull request #11201 from yang-g/debug
Unref pending events under cq lock
2017-05-17 23:38:40 -07:00
Mehrdad Afshari 37718a4fce Doxygenize comments in server_context_test_spouse.h 2017-05-17 23:30:11 -07:00
Mehrdad Afshari d488bbac02 minor: doxygenize comment 2017-05-17 23:30:11 -07:00