murgatroid99
|
697b167ff3
|
Merge branch 'master' into node_express_benchmark
|
8 years ago |
murgatroid99
|
b53e5d1f2b
|
Create benchmark client and server for Node Express
|
8 years ago |
David G. Quintas
|
4a8cf1dc66
|
Merge pull request #8348 from dgquintas/new_lb_md_keys
Renamed LB-related metadata keys
|
8 years ago |
Noah Eisen
|
f4694a6521
|
Merge pull request #8234 from ncteisen/new_interop_tests
Wrote C++ unimplemented_method interop test
|
8 years ago |
Yuchen Zeng
|
f3d71d21b9
|
Merge pull request #7962 from y-zeng/call_holder_add_pollent
Add calls' polling entities to the pollset_set of client_channel
|
8 years ago |
Jan Tattermusch
|
3808b6efe6
|
Merge pull request #8326 from apolcyn/change_perf_worker_go_install
update go in linux perf worker init script
|
8 years ago |
David Garcia Quintas
|
fd7caf5708
|
Merge branch 'master' of github.com:grpc/grpc into new_lb_md_keys
|
8 years ago |
Muxi Yan
|
2f27a16a6b
|
Merge pull request #8369 from muxi/fix-interoptest
Fix InteropTests.m bug
|
8 years ago |
kpayson64
|
448a16dd28
|
Merge pull request #8127 from kpayson64/allow_pointers
Allow pointer channel args python
|
8 years ago |
Ken Payson
|
58c0f96f19
|
Allow pointer channel args python
|
8 years ago |
Muxi Yan
|
be4fcc47c5
|
Fix InteropTests.m bug
|
8 years ago |
Eric Anderson
|
58628ae7a7
|
Merge pull request #8361 from ncteisen/csharp_custom_metadata
Bug Fix in CSharp Interop Client
|
8 years ago |
Jan Tattermusch
|
770137b01d
|
Merge pull request #8297 from jtattermusch/add_newinstance_comment
Add comment to NewInstance override in the generated code
|
8 years ago |
Jan Tattermusch
|
0fd76ab55f
|
Merge pull request #8352 from jtattermusch/improve_reporting
More flexible test naming in XML reports
|
8 years ago |
Noah Eisen
|
2d41ed1613
|
fixed bug in custom metadata interop test from csharp client to c++ server
|
8 years ago |
Noah Eisen
|
83dd3aa7e0
|
changed whitespace
|
8 years ago |
Noah Eisen
|
40860c4488
|
reverting a file for the last commit caused a function to be deleted from interop_client. This commit adds that function back in
|
8 years ago |
Noah Eisen
|
f8ffbf62a2
|
also reverted interop server, since mark had already made the changes I did in an un merged pull request
|
8 years ago |
Noah Eisen
|
002f41ed28
|
reverted changes to interop test driver to avoid clashes with mark roths pull req
|
8 years ago |
Noah Eisen
|
cece9c7368
|
manually fixed merge conflict. caused by the addition of a different new interop test
|
8 years ago |
Alexander Polcyn
|
46b9be73b9
|
add comment about go differences in go versions
|
8 years ago |
David G. Quintas
|
d44144c3b2
|
Merge pull request #8359 from dgquintas/clangformatfix
Fixed clang-format sanity error
|
8 years ago |
David Garcia Quintas
|
b5299976c1
|
Fixed clang-format sanity error
|
8 years ago |
makdharma
|
5ef0c0041f
|
Merge pull request #8101 from makdharma/cacheable_unary
Add interop test for Cacheable Unary Calls
|
8 years ago |
Makarand Dharmapurikar
|
82d7677ec9
|
trivial change to kick off jenkins run
|
8 years ago |
Jan Tattermusch
|
fad04cc4ad
|
Merge pull request #8354 from grpc/v1.0.x
Upmerge doc changes from v1.0.x
|
8 years ago |
Jan Tattermusch
|
40b80f0c90
|
Merge pull request #8353 from jtattermusch/v1.0.x
Several improvements to README.md files
|
8 years ago |
Jan Tattermusch
|
0dc8d354e9
|
Update README.md
|
8 years ago |
Jan Tattermusch
|
5d77c964fc
|
Update README.md
|
8 years ago |
Jan Tattermusch
|
45775fd8a1
|
Update README.md
|
8 years ago |
Jan Tattermusch
|
d1395d9a66
|
Update README.md
|
8 years ago |
Jan Tattermusch
|
9633bd356f
|
Update README.md
|
8 years ago |
Jan Tattermusch
|
9cece7ca99
|
Update README.md
|
8 years ago |
Jan Tattermusch
|
5b2e172e57
|
Create README.md
|
8 years ago |
Jan Tattermusch
|
7a82301a2e
|
Update README.md
|
8 years ago |
Jan Tattermusch
|
10edbe5485
|
Update README.md
|
8 years ago |
Jan Tattermusch
|
580e976b5f
|
Update README.md
|
8 years ago |
Jan Tattermusch
|
10098d1819
|
regenerate C# protos
|
8 years ago |
Jan Tattermusch
|
05cccba2f1
|
add comment for NewInstance override
|
8 years ago |
Jan Tattermusch
|
cfcc0755a0
|
more flexible test naming in reports
|
8 years ago |
Jan Tattermusch
|
83f8bc5b80
|
Merge pull request #8320 from jtattermusch/gprlog_format_fix
Fix building ruby artifact
|
8 years ago |
Jan Tattermusch
|
53cba4a153
|
Merge pull request #8182 from matt-kwong/fix_docker_local_clone
Fixed local cloning of grpc/grpc submodules on docker
|
8 years ago |
Yang Gao
|
352e9a3e28
|
Merge pull request #8073 from daniel-j-born/handshake_shutdown
Safe server shutdown.
|
8 years ago |
David Garcia Quintas
|
c5986021b9
|
Removed outdated TODOs and improved docstrings
|
8 years ago |
Vijay Pai
|
a03a8c4d78
|
Merge pull request #8333 from rjshade/orphan_calls
Check for the correct number of orphan callbacks in udp_server_test
|
8 years ago |
David Garcia Quintas
|
a3654db631
|
Renamed LB-related metadata keys
|
8 years ago |
Matt Kwong
|
41c06a2ed5
|
move changes from dockerfile to template
|
8 years ago |
jboeuf
|
fbfb05acc8
|
Merge pull request #8177 from jboeuf/remove_call_creds_from_channel_creds
Adding a method in channel creds to remove any attached call creds.
|
8 years ago |
Yuchen Zeng
|
3efcb48c26
|
Merge remote-tracking branch 'upstream/master' into call_holder_add_pollent
|
8 years ago |
Robbie Shade
|
517503746c
|
Check for the correct number of orphan callbacks in udp_server_test
|
8 years ago |