Vijay Pai
|
247d413f8b
|
Merge pull request #8435 from vjpai/sanity
Regain sanity
|
9 years ago |
Vijay Pai
|
869ccaaa70
|
Regain sanity
|
9 years ago |
Vijay Pai
|
a645bd7545
|
Fix a sanity issue
|
9 years ago |
Vijay Pai
|
5ee07978bd
|
Merge branch 'master' into fc_1dstream
|
9 years ago |
Vijay Pai
|
68469290d7
|
Merge pull request #8413 from vjpai/qps_cleanup
Minor cleanup on QPS tests
|
9 years ago |
Matt Kwong
|
2c4453d43c
|
added platform test suites and other fixes
|
9 years ago |
murgatroid99
|
10edf68eec
|
Merge branch 'master' into uv_core_transport
|
9 years ago |
Mark D. Roth
|
eb35a1d16b
|
Merge remote-tracking branch 'upstream/master' into rename_client_config
|
9 years ago |
Craig Tiller
|
70ee74c479
|
Merge pull request #8427 from ctiller/lock-cycle
Avoid TSAN reported lock cycle
|
9 years ago |
Mark D. Roth
|
67c1c6be01
|
Merge remote-tracking branch 'upstream/master' into service_config
|
9 years ago |
Mark D. Roth
|
20e77f27b0
|
Merge pull request #8303 from markdroth/service_config
Support service configs in core.
|
9 years ago |
Mark D. Roth
|
9d48094a41
|
Convert method config to a struct for use in fast path in client_channel.
|
9 years ago |
murgatroid99
|
b7a83818f8
|
Disable a new test from running under libuv
|
9 years ago |
murgatroid99
|
59f347e125
|
Merge branch 'master' into uv_core_transport
|
9 years ago |
Mark D. Roth
|
29a7f40af3
|
Convert method config to a struct for use in the fast path.
|
9 years ago |
Craig Tiller
|
81e419bd17
|
Merge pull request #8422 from ctiller/msan_1byte
Fix config-exclusion for secure variants of tests
|
9 years ago |
Craig Tiller
|
2406e31b83
|
Avoid TSAN reported lock cycle
|
9 years ago |
kpayson64
|
fa95818efa
|
Merge pull request #8414 from kpayson64/use_external_api
Change channel tests to use public API
|
9 years ago |
Jorge Canizales
|
34101fd348
|
Merge pull request #8426 from muxi/backport-8425
Backport #8425: Update projects to XCode 8, and Swift sample to Swift 3
|
9 years ago |
Jorge Canizales
|
924a2cb1a2
|
Update tests project to XCode 8
|
9 years ago |
Jorge Canizales
|
fd7df959c8
|
Update Sample project to XCode 8
|
9 years ago |
Jorge Canizales
|
b2583d89cf
|
Upgrade SwiftSample to XCode 8 and Swift 3
|
9 years ago |
Muxi Yan
|
ee167049f5
|
Merge pull request #8425 from jcanizales/xcode-8-fix
Update projects to XCode 8, and Swift sample to Swift 3
|
9 years ago |
Jorge Canizales
|
1a4678f5c8
|
Merge pull request #8424 from muxi/objc-v1.0.1-pre1
Update CronetFramework.podspec license
|
9 years ago |
Jorge Canizales
|
8f4e312c58
|
Update tests project to XCode 8
|
9 years ago |
Muxi Yan
|
abb0f0b306
|
Update CronetFramework.podspec license
|
9 years ago |
Noah Eisen
|
c715d3f9bd
|
Merge branch 'master' of https://github.com/grpc/grpc into interop_client_naming
|
9 years ago |
Noah Eisen
|
32eee7739b
|
Changed name of rpc method to fit with the conventional naming. Also fixed type in interop client flag help message
|
9 years ago |
Noah Eisen
|
69e6c26a49
|
Merge pull request #8415 from ncteisen/master
C++ Now Runs All Interop Tests
|
9 years ago |
Alex Polcyn
|
cac93f673e
|
clean up error counting and reporting
|
9 years ago |
Craig Tiller
|
3c70377db4
|
Merge pull request #8370 from lyuxuan/fix_handshake_malloc
change from malloc to gpr_malloc
|
9 years ago |
Craig Tiller
|
2dc4968b93
|
Fix config-exclusion for secure variants of tests
|
9 years ago |
Mark D. Roth
|
f222593de2
|
clang-format
|
9 years ago |
Sree Kuchibhotla
|
c1f006e67d
|
update image
|
9 years ago |
Sree Kuchibhotla
|
21bca1e017
|
stress test framework design doc
|
9 years ago |
Muxi Yan
|
b183e1a4de
|
Merge pull request #8412 from muxi/objc-v1.0.1-pre1
Advance ObjC versions to v1.0.1-pre1
|
9 years ago |
murgatroid99
|
3dc67018a0
|
Fix issues with express benchmark and synchronize package.json with template
|
9 years ago |
Muxi Yan
|
3dde6d9d79
|
Merge pull request #8402 from muxi/backport_8235
Backport to v1.0.x: Make initial connect retry backoff configurable
|
9 years ago |
kpayson64
|
06755b7c49
|
Merge pull request #8330 from kpayson64/poll_failure
Wakeup fds on bad poll
|
9 years ago |
Jan Tattermusch
|
5470cb36ec
|
Merge pull request #8409 from jtattermusch/refactor_unimplemented_handler
Refactor C# NoSuchMethodCallHandler
|
9 years ago |
Craig Tiller
|
aecc227a25
|
Merge pull request #8417 from sreecha/design_docs
Design docs
|
9 years ago |
Mark D. Roth
|
24301717d4
|
Allow specifying extra flags for C++ interop server.
|
9 years ago |
Sree Kuchibhotla
|
17fc7ef848
|
update images
|
9 years ago |
Sree Kuchibhotla
|
6e104d9630
|
epoll design doc
|
9 years ago |
murgatroid99
|
697b167ff3
|
Merge branch 'master' into node_express_benchmark
|
9 years ago |
Ken Payson
|
667301a25f
|
Change channel tests to use public API
This allows for testing other implementations of grpc.Server.
|
9 years ago |
Noah Eisen
|
88477fd046
|
All current interop tests are implemented for C++ client and server. Updated run_interop_tests.py so that C++ no longer skips any tests
|
9 years ago |
Noah Eisen
|
040e6111cc
|
Merge branch 'master' of https://github.com/grpc/grpc
|
9 years ago |
Vijay Pai
|
9fa9315d62
|
Merge remote-tracking branch 'upstream/master' into fc_1dstream
|
9 years ago |
Vijay Pai
|
d923583768
|
Minor cleanup - remove an unneeded header, mark a class final, explicitly specify parent class
|
9 years ago |